is the user id in the posts the same as the guest account id?
476 2005-05-18 09:05
Re: Only guests' posts are not displayed. (5 replies, posted in PunBB 1.2 bug reports)
477 2005-05-18 08:06
Re: Ranks w/ stars ? (36 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You can use this special character ? , but I'm afraid iexplorer doesn't likes it
works in my IE6 at least...
478 2005-05-17 09:46
Re: Limit caracter for new registration ??? (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
hmm ... I suppose we're taking "limited" in 2 ways (I take it as only 12 allowed, and you+smartys max 12 )
heh ...well we'll see what he is looking for I assume
479 2005-05-17 07:49
Re: Limit caracter for new registration ??? (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
still, "with knowledge" it's possible to have a name shorter than 12
else if (pun_strlen($username) != 12) // This usually doesn't happen since the form element only accepts 25 characters
message($lang_common['Bad request']);
otoh only accepts 12 char long strings
480 2005-05-16 21:03
Re: Image Awards Mod 1.0 by Frank H (16 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I suppose ... you need to alter the install_mod.php to allow it to be installed ... and the query where posts are selected in viewtopic.php, just make sure that the column is selected (imgaward) ... (the replace might not be ok, so make sure you just add the column in the select sql query instead of replacing the whole row)
Othervise I think it's ok ... it's a really easy mod, not that much can fail
481 2005-05-16 16:16
Topic: Image Awards Mod 1.0 by Frank H (16 replies, posted in PunBB 1.2 modifications, plugins and integrations)
##
##
## Mod title: Image Award Mod
##
## Mod version: 1.0.0
## Works on PunBB: 1.2.5
## Release date: 2005-05-16
## Author: Frank Hagstrom (email removed, read my sig)
##
## Description: This mod will add the ability to assign image awards for
## users. That is shown below their avatar.
##
## Affected files: viewtopic.php
##
## Affects DB: Yes
##
## Notes: Well, having these things might be handy, a good way to
## show that a user has been warned for his actions, or just
## that the user is in some way special. The addition of new
## awards is very easy. Just create an image, save it with
## correct naming, upload, and then assign to the user.
## Description on how to name the files is in the admin
## plugin interface.
## The plugin part might be improved later, but typing in id
## I think is better than generating a list of users. As the
## userlist might grow to several thousands, and that's a
## hard list to find names in...
##
## Written by Frank H
## on: 2005-05-16 17:47
##
## DISCLAIMER: Please note that "mods" are not officially supported by
## PunBB. Installation of this modification is done at your
## own risk. Backup your forum database and any and all
## applicable files before proceeding.
##
##
Did a small mod today, mainly to show warnings on users. But you can use it to make all sort of awards
Shows a small image under the avatar, if avatars is displayed, othervise shown as text.
To add more awards (Warning, Warning Red & Banned is in the zip), just create an image, and follow the naming scheme when saving it. Upload and assign to user.
(Didn't want to create an dropdown for the users, as with thousands of users the dropdown would be huge. So no need to ask about it )
Have fun
482 2005-05-15 09:06
Re: Custom User Titles (2 replies, posted in PunBB 1.2 troubleshooting)
On the users profile, "Personal" ... and then fill out the Title field
483 2005-05-14 16:45
Re: Anybody use Netscape browser? (8 replies, posted in General discussion)
heh, it was 4.79 ... and it doesn't support CSS by the look of it ... hehe ...
484 2005-05-14 16:37
Re: Anybody use Netscape browser? (8 replies, posted in General discussion)
I have some old ns4 on univ (on a solaris) ... but I can almost guarantee it'll look like shite in that one (as everything does )
485 2005-05-13 14:46
Re: Spoiler tag BBCode built in? (27 replies, posted in Feature requests)
http://forum.rscnet.org/ use select on their [spoiler][/spoiler] tag
486 2005-05-13 12:06
Re: To hell with G-mail Yahoo now gives a gig of storage. (30 replies, posted in General discussion)
yep ... I've got 148 if I count on all my accounts ... but ... I'm only using one account ... and the other ones are 'junkmails' where I get the mail through pop ... don't want to mess upp the saved password ... as I forget what I have on different places and need to pick up my note with a gazillion different passwords (and no reference to where they are used ) ... so I say I have 48 atm
487 2005-05-12 18:13
Re: Spoiler tag BBCode built in? (27 replies, posted in Feature requests)
why not make is like in some vbulletin boards, to see the spoiler one have to select the text...instead of hoovering over it (hoover may also be done accidently, selecting is harder to do accidently)
(also, making a link is IMHO just a hack, just using something to do something it's not supposed to do .... i.e. such things are IMHO most likely to be things that will freak out at a later date, when new softwares/revisions come)
488 2005-05-09 21:44
Re: To do (26 replies, posted in PunBB 1.2 discussion)
Though shall be condemned to have buglinks, one more than you shall solve, for all eternity
489 2005-05-09 21:35
Re: Make admin/moderators able to send new password to users... (5 replies, posted in Feature requests)
muhahaha ... it's not my plugin
>:)
490 2005-05-09 21:34
Re: Ranking doesn't always generate linear min_posts count in cache (13 replies, posted in PunBB 1.2 bug reports)
I replaced that function in my 1.2.5 installation (and removed the cachefile), and it works like a charm
491 2005-05-09 21:32
Re: Make admin/moderators able to send new password to users... (5 replies, posted in Feature requests)
wouldn't this fit perfectly as a function in the User management plugin, rather than default in PunBB?
492 2005-05-08 19:15
Re: Install problem ! config.php (15 replies, posted in PunBB 1.2 troubleshooting)
I use dreamweaver MX
That's most probably the fault!
Use notepad and create a textfile, and paste the information in that, and then save it as config.php ... then upload that file
493 2005-05-08 11:17
Re: Install problem ! config.php (15 replies, posted in PunBB 1.2 troubleshooting)
and force reload of index.php, could be your browser that has cached it ... (ctrl+refresh)
494 2005-05-05 16:15
Re: subscribe.. (9 replies, posted in Feature requests)
or just
$subscribe = 1;
495 2005-05-05 01:06
Re: is 1.3 stable? stable 1.3 ETA? (63 replies, posted in Feature requests)
just remember to get some sleep aswell
496 2005-05-04 23:54
Re: Check that at least one admin exists (5 replies, posted in Feature requests)
throw a 'normal' error() with not lang specific stuff
QnD fix ... but I suppose it'll work
497 2005-05-04 20:02
Re: Ranking doesn't always generate linear min_posts count in cache (13 replies, posted in PunBB 1.2 bug reports)
nice
498 2005-05-03 22:12
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
hehe, a classic error on this mod, but I feel it's best to keep it that small so people will actually set the values to their server, not just use default values
I might as well write that in the first post aswell, that people should test with really small files
I finally converted my old forum with ~1400 attachments, and it went flawlessy (phew) ... but the conversion took a little while when I used the 10 attachments/update ... but it worked
499 2005-05-03 17:22
Re: New Site - Punbb w/Nucleus (6 replies, posted in PunBB 1.2 show off)
This page is not Valid XHTML 1.0 Strict!
(you've got a validation link at the bottom ... and it fails)
500 2005-05-03 17:18
Re: New Site - OIKOS Website for Chinese Mac users (9 replies, posted in PunBB 1.2 show off)
and you should make sure the page is really valid when using the valid badges ...
This page is not Valid XHTML 1.0 Strict!
And CSS check fails due to the xhtml isn't correct ...