Use Firefox
601 2008-11-22 17:02
Re: CSS gone all screwy. I think I was hacked??? (8 replies, posted in PunBB 1.3 troubleshooting)
602 2008-11-21 19:13
Re: User/Group Colors (7 replies, posted in PunBB 1.3 extensions)
Just read the code of include/cache.php.
Ok, now I know how they cache files are made Now, how do I get information from them instead of the DB?
Edit: Nevermind, I think I know how.
603 2008-11-21 19:02
Re: Redirect page (3 replies, posted in PunBB 1.3 discussion)
My guess is that it could get hard to know whether you got an error or not, as you will be directly redirected.
604 2008-11-21 18:58
Re: [pun_quote bug] Reply to post broken (14 replies, posted in PunBB 1.3 extensions)
I don't see a point for the Reply link.
605 2008-11-21 18:56
Re: [Release] Easy Google Analytics (14 replies, posted in PunBB 1.3 extensions)
Did it work?
606 2008-11-21 14:14
Re: User/Group Colors (7 replies, posted in PunBB 1.3 extensions)
Cache the lists of user_id's for admin/mods/other colored groups.
I don't really know how the cache works or how to add stuff to the cache.
607 2008-11-21 14:12
Re: How to undelete a deleted topic? (5 replies, posted in PunBB 1.3 troubleshooting)
Even better, an extension that creates a "Recycle bin" forum that gets cleaned by command or in a time lapse. Deleted topics are moved to this recycle bin. As for posts, the same could be done, except with a "Recycle bin" topic.
608 2008-11-21 13:58
Re: How to include Forum information in index page (2 replies, posted in PunBB 1.3 troubleshooting)
Go to 'Administration > Forums > Edit forums > Edit forum details'?
609 2008-11-21 13:49
Re: Public message to forum.developers.facebook.com (2 replies, posted in Discussions)
Wow, Facebook. That's BIG.
610 2008-11-21 13:36
Re: How to undelete a deleted topic? (5 replies, posted in PunBB 1.3 troubleshooting)
You don't have to completely replace it. First, backup your current database. Then, replace the current db with the old one.
Now, open phpMyAdmin, and browse 'punbb_topics'. Now, look for the "id" of this topic you want to undelete. Then, click the checkbox to the left of its id, and then click the small "Export" icon under the topics table. On the next page, click go, then select everything and save it to a text file.
Next, go to 'punbb_posts' and click "SQL" on the tabbed navbar. Now, replace '{ID}' with your topic's id on the following piece of code and paste it on the text area (if your table prefix differs, just change it):
SELECT * FROM `punbb_posts` WHERE `topic_id` = '{ID}'
Now, click "Check All" and export the info and add it to your text file.
After you have the info, restore the new db, go to phpMyAdmin, click "SQL", paste the info from the text file, and click "Go".
That should work.
611 2008-11-20 20:55
Topic: User/Group Colors (7 replies, posted in PunBB 1.3 extensions)
I'm currently working on an extension that allows users/groups to have different colors.
The only way I have found to do this so far is:
<hook id="fn_forum_link_end">
global $forum_url;
if($link==$forum_url['user'])
{
//Get user/group color from DB query
$gen_link .= '" style="color:#'.$color;
}
</hook>
Issues
Could end up doing too many DB queries
Some profile links that are not usernames (like Profile link on navbar) get colored
Usernames that do not have links generated by forum_link() function do not get colored
If you know another possible way to do this, post it here. Thanks
612 2008-11-20 19:37
Topic: CSS Bug on FF 1.5 (1 replies, posted in PunBB 1.3 bug reports)
I was on an old PC the other day and noticed this:
Windows XP SP2, Firefox 1.5.09
It doesn't need to be fixed but it'd expand PunBB's cross-browser capability.
613 2008-11-20 19:33
Topic: Search Bug (2 replies, posted in PunBB 1.3 bug reports)
The Sticky/Closed notice on each topic's title is in the wrong place:
614 2008-11-20 19:22
Re: Official extensions (21 replies, posted in PunBB 1.3 extensions)
It also adds the "Last edited by..." message to the quote.
615 2008-11-20 19:16
Re: Have I created a monster? (8 replies, posted in PunBB 1.2 show off)
Isn't it too much with all the country flags? Isn't the load time too long? (I've got big doubts)
Probably because the images are not being cached?
Btw, you're missing Bolivia in South America...
616 2008-11-20 17:34
Topic: [Release] Easy Google Analytics (14 replies, posted in PunBB 1.3 extensions)
A fast and easy way to integrate Google Analytics into your forum.
You can add your tracker ID on Administration » Settings » Setup
Download Link: http://punbb.informer.com/unofficial/pu … lytics.zip
If you find any bugs or have any tips, please post them here.
Updates
1.0: First release
617 2008-11-20 14:37
Re: vbulletin nav bar? (9 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Thanks Then, I'll be moving Quick Links to the bottom of the list
618 2008-11-20 12:24
Re: Super Crazy Guitar Maniac Deluxe 2 (11 replies, posted in Fun)
Haha, sorry, should've warned
619 2008-11-20 12:13
Re: Migrating from PHP 4 to PHP 5.0.x! PunBB 1.2.* will be compatible? (1 replies, posted in PunBB 1.2 discussion)
I think PunBB will work.
620 2008-11-20 00:05
Topic: Super Crazy Guitar Maniac Deluxe 2 (11 replies, posted in Fun)
Awesome game. http://www.kongregate.com/games/Shinki/ … c-deluxe-2
It'll take some time to load if your internet is slow, but it's worth the wait.
621 2008-11-19 18:28
Topic: New Home Page (3 replies, posted in Feature requests)
I think the home page is kinda old and needs an update. What do you think?
PS: The "Recent Forum Posts" part of the left sidebar is not using fancy URLs.
622 2008-11-19 18:13
Re: User Color (14 replies, posted in General discussion)
I don't think allowing users to choose they're own colors would be a good idea... but I could add an admin option to allow them.
623 2008-11-19 18:10
Re: [extension request] Google dynamic site map for PunBB 1.3 (6 replies, posted in PunBB 1.3 extensions)
Lol, nice link Anatoly.
Yeah, I have already set up a small page like you suggested.
624 2008-11-19 18:04
Re: missing pulldown content after upgrade (3 replies, posted in PunBB 1.3 troubleshooting)
No problem Enjoy PunBB
625 2008-11-19 18:03
Re: Will PunBB be Free for use forever? (16 replies, posted in Discussions)
come on'..which one is serious?
$9,99 monthly? or what?
I was just joking