1,201 2006-03-04 15:45
Re: Turing number - for guests when they post (1 replies, posted in Feature requests)
1,202 2006-03-03 22:07
Re: Config.php?????!!!!?!?!?! (20 replies, posted in PunBB 1.2 troubleshooting)
Just a stab in the dark, but you might try removing the "?>" from the end of the file. My config.php doesn't have it. I'm not really sure if it makes a difference or not though.
1,203 2006-03-03 22:02
Re: Top 5 active users (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
1,204 2006-03-02 23:48
Re: Remove Post Count in viewtopic 1.0.1 (10 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Can't you just use the disable post count feature in admin options?
Just as I said above (though apparently not very coherently).
1,205 2006-03-02 23:44
Re: Remove Post Count in viewtopic 1.0.1 (10 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I don't really get your post pogewurst... he's just removing the line echoing the postcount in viewtopic.php
... which doesn't need to be done. The postcount is removed by selecting "No" for the option I mentioned above.
From (unmodded) viewtopic.php:
if ($pun_config['o_show_post_count'] == '1' || $pun_user['g_id'] < PUN_GUEST)
$user_info[] = '<dd>'.$lang_common['Posts'].': '.$cur_post['num_posts'];
1,206 2006-03-02 23:18
Re: Remove Post Count in viewtopic 1.0.1 (10 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Won't fix the problem why you did it, because it shows in the profile, user list, ...
Also, does this have any particular advantage over this option?
User post count
Show the number of posts a user has made (affects topic view, profile and userlist).
Sorry to burst your bubble.....
1,207 2006-03-01 23:29
Re: How do I insert a mini banner ad (sponsor of a forum)? (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
elbekko wrote:I'd just put it in the announcements part.
In this case, it seems like I can not use a different banner for each sub-forum, right?
One more question: how can I change from announcement to advertising?
Thanks for your help.
Dario
Hmm, you can simply edit a lang file to change "Announcement" to "Advertising," but I'd recommend that you use the Extra Boxes mod (which includes an ad box) instead so that you have the announcement box available if you ever need it.
1,208 2006-03-01 20:29
Re: Batch Group Assign 1.0 (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
This is a plugin (not a mod), so I've moved it to plugins to reflect that.
1,209 2006-03-01 20:22
Re: Signature without Links (6 replies, posted in Feature requests)
Easy
Open parser.php, find function parse_signature($text) and comment this line out (put /* */ around it):
if ($pun_config['o_make_links'] == '1') $text = do_clickable($text);
Sorry if I'm mistaken, but wouldn't that only prevent plain text urls from being made into links, but leave BBCode links alone?
1,210 2006-02-28 20:18
Re: PunBB 1.2.11 (71 replies, posted in News)
Thanks. Update was a breeze as usual, and the flood fix works fine on my forum.
1,211 2006-02-27 20:27
Re: Marketing problems (1 replies, posted in General discussion)
One good way to attract visitors is to become an active, pleasant member of a few forums and leave a link to your site in your profile and signature (but don't spam).
For some good promotional strategies, I'd advise you to visit The Admin Zone.
1,212 2006-02-27 20:24
Re: Looking for some help. (10 replies, posted in General discussion)
I just want to give an advice to everybody here.
I made the whole site for J4K3. He had pledged to give about 100$
He has never paid me and he has banned me from his forum with this affront "Fuck off silly french wanker"
Do not make anything with this guy.
I'm also looking for a good solution to deface his site.Ludo,
I wouldn't advise defacing his site, but if I were you I'd at least see if his host or ISP or someone else will listen to your complaints.
1,213 2006-02-27 20:22
Re: [Request Mod] You get paid... (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I'm really not sure, but DaFun Spirit might help you get all or at least some of these features.
1,214 2006-02-27 20:17
Re: letting topics "sink" (6 replies, posted in Feature requests)
That does sound like a great feature, though IMHO it would be better suited as a mod rather than part of core PunBB. There are too many people who would not use it to justify it being default.
1,215 2006-02-27 20:12
Re: Increased Security and Code Optimization (15 replies, posted in Feature requests)
Personally, I think short tags are a bad idea. For example, what happens if you create a PHP script that starts with:
<?xml version="1.0" encoding="ISO-8859-1"?>
Well, you get a parse error.
Yeah, it works that way with my host, and it drives me crazy.
1,216 2006-02-27 01:26
Re: Lightbox, anyone use it? (9 replies, posted in Programming)
I can't say I've used it (though I think I will in the future), but it certainly looks awesome.
1,217 2006-02-26 23:59
Re: this is a mypunbb issue but can someone answer my question please? (38 replies, posted in PunBB 1.2 troubleshooting)
Smartys wrote
If you had removed everything from your search index first, the backup would be smaller.
i was refering to that.
He just meant that by removing the search index from the backup, it would be smaller and thus easier to restore.
Obviously, you've already been successful with the restore, so this is no longer an issue.
1,218 2006-02-26 23:33
Re: this is a mypunbb issue but can someone answer my question please? (38 replies, posted in PunBB 1.2 troubleshooting)
how do you empty the search index then?
You mean rebuild it? Admin->Maintenance.
1,219 2006-02-26 15:46
Re: Users Email Domain Search (2 replies, posted in PunBB 1.2 troubleshooting)
Just use * as a wildcard. For example:
*@gmail.com
will yield all members with an address at Gmail.
1,220 2006-02-26 01:16
Re: Fetch Recent Posts (1 replies, posted in PunBB 1.2 discussion)
This feature already exists, so moved to PunBB discussions.
extern.php offers this functionality. Check out the docs for more info.
1,221 2006-02-25 20:32
Re: skin reverts to default oxygen after logging on as admin (2 replies, posted in PunBB 1.2 troubleshooting)
Do you have it set to the right skin in Profile>Display?
1,222 2006-02-24 23:15
Re: Restore Back-up..... error! (6 replies, posted in PunBB 1.2 troubleshooting)
I don't see how this is a feature request, moved to troubleshooting.
1,223 2006-02-24 20:34
Re: Noteworthy PunBB usage (6 replies, posted in PunBB 1.2 show off)
Brilliant! Whoever it is obviously has the know-how to run a color forum.
1,224 2006-02-23 23:16
Re: Package? (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Frontpage and this other thing come to mind.
1,225 2006-02-23 20:08
Re: Why the people will use PunBB? (19 replies, posted in PunBB 1.2 discussion)
1, 3, 4, 5, and 6 all the way!
As for 2, I don't have experience modding other forum packages, so I really couldn't give an honest opinion.