Well, there's a difference between unverified users and verified with 0 posts. Some forums require registration to view the forum: and some people never post, just read.
7,451 2005-02-06 12:50
Re: [Release] User Management Plugin (71 replies, posted in PunBB 1.2 modifications, plugins and integrations)
7,452 2005-02-06 11:47
Re: [Release] Database Management Plugin (84 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Really? It works perfectly fine in IE and Firefox...
7,453 2005-02-06 02:19
Re: [Release] Database Management Plugin (84 replies, posted in PunBB 1.2 modifications, plugins and integrations)
OK then, mind if I fix it and post it here for anyone interested?
Edit: for anyone interested...
Find:
echo '</span></h2><div class="box"><div class="inbox"><table cellspacing="0"><thead><tr>';
Replace with
echo '</span></h2><div class="box"><div class="inbox"><div class="scrollbox"><table cellspacing="0"><thead><tr>';
Find:
echo '</tbody></table></div></div></div>';
Replace with:
echo '</tbody></table></div></div></div></div>';
And for anyone who wants to get rid of the extra "Go back"s
Find and delete the first 2 times it appears (first time is after $row_count is defined, second is in the first echo in a group of 5 after an elseif. The one inside the elseif can be deleted as well):
echo '<div><div class="linkst"><div class="inbox"><div><a href="javascript:history.go(-1)" />Go back</a></div></div></div>';
7,454 2005-02-06 01:53
Re: confirm referrer errors (7 replies, posted in PunBB 1.2 troubleshooting)
Check the admin options page and make sure your base url is set correctly, like the message says?
7,455 2005-02-06 00:06
Re: [Release] Database Management Plugin (84 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Bah, it looks ugly
Find out what was used for the image scrolling and see if you can do something similar for this perhaps?
7,456 2005-02-05 23:47
Topic: Missing check in admin_groups.php (3 replies, posted in PunBB 1.2 bug reports)
There's a check missing when you edit groups: if the group you're editing exists!
It's just missing a
if (!$db->num_rows($result))
message($lang_common['Bad request']);
7,457 2005-02-05 23:32
Re: [Release] Database Management Plugin (84 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Mmm, I just found something funny
When running a query that returns a lot of columns (ie: select * from #__users) the columns go far beyond the background given by PunBB
7,458 2005-02-05 23:17
Re: confirm referrer errors (7 replies, posted in PunBB 1.2 troubleshooting)
Mmm, I think you accidentally deleted the confirm_referrer function
Download a fresh copy of 1.2.1, take a look at functions.php, put in confirm_referrer from there, and see if that helps?
btw: which mod?
7,459 2005-02-05 22:59
Re: confirm referrer errors (7 replies, posted in PunBB 1.2 troubleshooting)
Erm, have you edited include/functions.php?
7,460 2005-02-04 10:33
Re: COde (11 replies, posted in PunBB 1.2 troubleshooting)
Smartys wrote:I tried it on my local forum: only the first topic loads
So it is the while loop? I don't understand richard didn't put the post subject in with the post itself in the database.
You can do that: I believe the way PunBB keeps the data current is in functions.php: add a column in the database and change it in the right function and it will be kept for you
7,461 2005-02-04 00:52
Re: COde (11 replies, posted in PunBB 1.2 troubleshooting)
I tried it on my local forum: only the first topic loads
7,462 2005-02-04 00:28
Re: COde (11 replies, posted in PunBB 1.2 troubleshooting)
Well, I believe it will look oddly without the span (I'm guessing here ) but OK
As for the code, I would assume the while loop is the problem: see if you can integrate the query before or during the really long one?
7,463 2005-02-03 23:35
Re: COde (11 replies, posted in PunBB 1.2 troubleshooting)
No, the point is the word by won't appear if it's not there
Oww, my mistake it is
*smacks himself, thinking of 1.1.5*
Missing <span class="byuser> as well
7,464 2005-02-03 23:13
Re: COde (11 replies, posted in PunBB 1.2 troubleshooting)
Well, for one thing, I don't think by is in lang_common
7,465 2005-02-03 22:38
Re: Cookie bug found (5 replies, posted in PunBB 1.2 bug reports)
erm, md5 wouldn't work: that would only make the cookie name into a hash
Random names would work. However, that would make the name meaningless: changing $cookie_name in config.php to a different name for each board makes a lot more sense
7,467 2005-02-01 22:56
Re: Running 1.2.1 now (24 replies, posted in PunBB 1.2 discussion)
Smartys wrote:Mmm, I came and did a double take
How do you change the "no new posts" indicator back to how it was in 1.2? I like it better there then here, tbhIf you saw them as black, you need to clear your cache and refresh.
Good call Paul: I was scared for a sec
*tweaks his cache settings*
7,468 2005-02-01 21:57
Re: Running 1.2.1 now (24 replies, posted in PunBB 1.2 discussion)
Mmm, I came and did a double take
How do you change the "no new posts" indicator back to how it was in 1.2? I like it better there then here, tbh
7,469 2005-01-31 23:48
Re: upgrade error (11 replies, posted in PunBB 1.2 troubleshooting)
LMAO
Guest should be 1
7,470 2005-01-31 20:03
Re: [HOWTO] - Post mod release announcement (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
It redirects fine
7,471 2005-01-31 16:37
Re: Distribution of punBB with my software (19 replies, posted in PunBB 1.2 discussion)
Herbie: I believe Rickard said something about a situation like this: let me find it...
Edit: http://punbb.org/forums/viewtopic.php?id=2788
Might want to talk to him about it
7,472 2005-01-30 14:14
Re: Online/Offline MOD (17 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Erm, 1.2 has something similar to this in it
7,473 2005-01-30 13:00
Re: 1.1.5 -> 1.2 update problems... (39 replies, posted in PunBB 1.2 troubleshooting)
That looks like you've run the upgrade script and now you're running it again
7,474 2005-01-29 22:43
Re: Mark topics as read v1.1 (92 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Perfect
7,475 2005-01-29 22:38
Re: How can i make other user groups mod abilities? (7 replies, posted in PunBB 1.2 discussion)
I haven't made it to an official mod, all it is is manually changing a line on a couple pages so the group_id for another group is also considered a mod.
It could be made by someone else much better and more flexible (ie: you could add it to the groups table if you wanted)