Search found 232 matches

by n0obie4life
Sat Aug 04, 2007 2:19 am
Forum: [2.0.x] MODs in Development
Topic: [RC3] Featured Topics 0.9.2
Replies: 11
Views: 2270

Re: [RC3] Featured Topics 0.9.2

Peter, The mod allows you to customize your own title and description for the featured topic. But the actual topic title and post status (i.e. sticky or whatever) remains the same. To a certain extent, this works like the bookmark feature in your browser (just that in this case the admin of the boar...
by n0obie4life
Fri Aug 03, 2007 4:15 pm
Forum: [2.0.x] MODs in Development
Topic: [RC3] Featured Topics 0.9.2
Replies: 11
Views: 2270

Re: [RC3] Featured Topics 0.9.2

Updated to 0.9.2

Upgrade Instructions
- Replace all the code in index.php
- Replace the admin_featured_topics.php file
by n0obie4life
Sun Jul 15, 2007 5:17 am
Forum: [2.0.x] MODs in Development
Topic: [RC3] Featured Topics 0.9.2
Replies: 11
Views: 2270

Re: [BETA] Featured Topics 0.9.0

Hi, just got notified of this..

I'll try and find the link, I've no idea if it's still working d'oh :). I'd be glad if you could tell me if it works on phpBB 2.0.22

edit: http://yunheng.slowest.info/Featured_Topics_0.9.1.zip
by n0obie4life
Mon Jul 31, 2006 7:33 am
Forum: [2.0.x] MODs in Development
Topic: [RC3] Featured Topics 0.9.2
Replies: 11
Views: 2270

Buump :p

I updated it with a move up and down feature.

If there's nothing wrong, I'll submit it into the MODDB.
by n0obie4life
Fri Feb 24, 2006 3:29 pm
Forum: 2.0.x Discussion
Topic: login.php
Replies: 3
Views: 646

Thanks for replying.

So, how do you suggest to send post vars without using forms?

I'm trying to login through a PHP script...vars as the username and password.
by n0obie4life
Fri Feb 24, 2006 10:00 am
Forum: 2.0.x Discussion
Topic: login.php
Replies: 3
Views: 646

login.php

Hmm..

I was just trying this today

http://domain.com/login.php?username=us ... word&login

Apprantly, it doesn't work. I'm trying to create a PHP script that will automatically log me into a forum..

Any idea how?
by n0obie4life
Thu Feb 02, 2006 7:11 am
Forum: [2.0.x] MODs in Development
Topic: [RC1] "Colour" bbCode
Replies: 4
Views: 1660

text phpbb already have this. This change is merely a cosmetic one. ;-) The English spelling of "color" was replaced with "colo u r". Not really important though. In any case, I do not believe there is a particular need for it, as IMHO, it requires unnecessary edits to "fix...
by n0obie4life
Wed Jan 25, 2006 11:57 am
Forum: [2.0.x] MODs in Development
Topic: [RC1] "Colour" bbCode
Replies: 4
Views: 1660

[RC1] "Colour" bbCode

MOD Title : [colour] bbCode MOD Description : Basically, I spell "color" as "colo U [/u]r". So, I would type [colour=blue]text[/colour] instead of [color=blue]text[/color] . MOD Version : 0.9.0 MOD Download : Download Note that the "Font Colour" (on posting_body.tpl, p...
by n0obie4life
Mon Jan 16, 2006 12:03 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: "Move Up" & "Move Down"
Replies: 3
Views: 784

Thanks, I'll take a look at it.
by n0obie4life
Mon Jan 16, 2006 12:02 pm
Forum: [2.0.x] MODs in Development
Topic: [RC3] Featured Topics 0.9.2
Replies: 11
Views: 2270

It does. It's showing for me.

All it does is add topics into a box that is shown on the index.php page.
by n0obie4life
Sun Jan 15, 2006 12:22 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: "Move Up" & "Move Down"
Replies: 3
Views: 784

"Move Up" & "Move Down"

So, I have a row in mySQL called "rank". I want to do a

"Move Up" & "Move Down" function in the script so I can re-arrange stuff. How do I go about doing that?
by n0obie4life
Sun Jan 15, 2006 11:46 am
Forum: [2.0.x] MODs in Development
Topic: [RC3] Featured Topics 0.9.2
Replies: 11
Views: 2270

[RC3] Featured Topics 0.9.2

MOD Title : Featured Topics MOD Description : Creates a box on your index.php showing certain topics you choose. It has a permission system. Demo URL: http://www.blaster.hlfusion.net/fttp The Permission System is like the one where you create the Forums. Just that there's no PRIVATE, only "ALL...
by n0obie4life
Sun Jan 15, 2006 4:57 am
Forum: [2.0.x] MOD Writers Discussion
Topic: Quick SQL Problem - Solved
Replies: 7
Views: 724

Okay. Now they both give me the same problem.

When I edit the code, no mySQL Error is given, it says it's okay. But the data for "title" & "link" doesn't get into the database.

edit - I solved that myself.
by n0obie4life
Sun Jan 15, 2006 4:01 am
Forum: [2.0.x] MOD Writers Discussion
Topic: Quick SQL Problem - Solved
Replies: 7
Views: 724

Re: Quick SQL Problem

if ($id) { $sql = "UPDATE " . FEATURED_TABLE . " SET `perm` = '$permission', `title` = '" . str_replace("\'", "''", $title) . "', `desc` = '" . str_replace("\'", "''", $description) . "', `link` = '" . str_replace("...
by n0obie4life
Sun Jan 15, 2006 2:32 am
Forum: [2.0.x] MOD Writers Discussion
Topic: Quick SQL Problem - Solved
Replies: 7
Views: 724

The $db->sql_query code is below ;).
(under that chunk of code)

I'm just having problems with the syntax, and I can't see the problem yet.

Go to advanced search