This isn't exactly what you're looking for, but if you use Windows then you might try using Ghostzilla.
126 2007-06-17 02:18
Re: Work Skin Request (Money involved) (1 replies, posted in PunBB 1.2 discussion)
127 2007-06-17 01:58
Re: Staff post color changer (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You could probably make the users' group ID into a class for the post and add CSS rules accordingly. If you need help doing that, just ask.
128 2007-06-13 20:01
Re: Mark topics as read v1.1 (92 replies, posted in PunBB 1.2 modifications, plugins and integrations)
My mistake, I apologize -- how exactly does the "New topic read marking system" work then?
129 2007-06-13 19:58
Re: how to change the squence of the title (2 replies, posted in PunBB 1.2 troubleshooting)
I used this block of code in header.php to switch the title around
<title><?php // reversed title order
if ($page_title != $pun_config['o_board_title'])
{
$page_title = substr($page_title, strlen($pun_config['o_board_title']) + 3).' - '.$pun_config['o_board_title'];
echo $page_title;
}
else
echo $page_title;
?></title>
130 2007-06-12 02:23
Re: PunBB 1.2.15 (98 replies, posted in News)
I also like your News-site that is connected to the forum. Is it also possible to download the script for that?
Yes, the news generator plugin on the downloads page will do just that.
Please create a topic in the troubleshooting section to address you issue.
131 2007-06-12 02:01
Re: Mark topics as read v1.1 (92 replies, posted in PunBB 1.2 modifications, plugins and integrations)
cytexone wrote:Hello Everyone,
First off this Mod is awesome... Second, does anyone know how to disable the mod from automatically marking topics as read after the user timeout has occurred, in addition if the user logs off we don't want the topics marked as read? I only want it to mark the topic as read if they actually reads the topic.
Thanks so much
Dan
CYTEXONEYea, I also have a problem with that
PunBB will behave the way you desire in version 1.3.
132 2007-06-12 01:59
Re: Suitable Layout? (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
PunBB's CSS is by all means "proper".
There's no way to "break it down", you just have to try it and address whatever errors you encounter. If you can't solve the errors yourself, then feel free to post a link and ask on these forums.
133 2007-06-12 01:56
Re: Bad HTTP Referer - but only for 2 users with full PM inboxes (4 replies, posted in PunBB 1.2 troubleshooting)
To add to what Strofanto and elbekko have said, see: http://punbb.org/forums/viewtopic.php?id=2295
134 2007-06-12 01:54
Re: Active post how to? (13 replies, posted in PunBB 1.2 modifications, plugins and integrations)
About extern.php: is your homepage a php file?
About moderation: move whomever you'd like to be a moderator to the "Moderators" group and check off all forums you'd like him or her to moderate in the "Administration" section of his or her profile.
135 2007-06-07 21:24
Re: questions about punbb (28 replies, posted in General discussion)
No, I'm just saying that as long as it supports PHP and a database system, your current host will work just fine.
136 2007-06-07 21:06
Re: questions about punbb (28 replies, posted in General discussion)
pogenwurst wrote:destrugter wrote:yes i have a 5 gig host...but when a user posts then it takes up memory
Yes, if your host counts database size in your allocated space then posts will take up space, but in the range of bytes or kilobytes. You have nothing to worry about with 5 gigs.
I would have to delete posts if i only have 5 gigs wouldnt i?
No, it's very, very, very, very doubtful.
If you get to the unlikely point that you need more, then you can always buy more space.
137 2007-06-07 21:03
Re: Administrator / Moderator confirmation of new members. (8 replies, posted in Feature requests)
I see. Does it matter if prospective registrants see each others' "proof"? If not, then you can make a single forum only accessible to them in which they may "prove" themselves.
138 2007-06-07 20:59
Re: Polls not shoing up through direct to post homepage links (5 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Is there any chance anyone can give me a hand with that I have very little experience with that.
Thanks,
139 2007-06-07 20:51
Re: questions about punbb (28 replies, posted in General discussion)
yemgi wrote:If you have already a 5gig hosting, you don't need another one, PunBB will only use a few megs including the database
yes i have a 5 gig host...but when a user posts then it takes up memory
Yes, if your host counts database size in your allocated space then posts will take up space, but in the range of bytes or kilobytes. You have nothing to worry about with 5 gigs.
Does the host you have support PHP and a database system?
140 2007-06-07 20:49
Re: Administrator / Moderator confirmation of new members. (8 replies, posted in Feature requests)
They don't have to email you; just add your email to the list of addresses to notify of new user registrations.
Or do you want users to write something saying why they should join?
141 2007-06-04 01:11
Re: CHAT (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
142 2007-06-04 01:05
Re: commenting on articles (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Moved to integration
143 2007-06-04 01:03
Re: Need SEO Friendly Forums (6 replies, posted in Feature requests)
in this case you are 100 % person right .. but
Smartys wrote:1.3 (the version currently under development) already allows for people to use "Fancy URLs" via mod_rewrite
is there will be any way for older versons of punbb to get that Facility ... we realy want it from now ..
You might try the punOOgle mod.
144 2007-06-03 16:43
Re: PHP Help: User NOT Viewing Topic (4 replies, posted in PunBB 1.2 troubleshooting)
You might try something like
if(basename($_SERVER['PHP_SELF']) != 'viewtopic.php'}
{
YOUR CODE HERE
}
Please note that that would be in the file from include/user. You can't put PHP code in main.tpl, which you seem to be suggesting.
145 2007-06-03 16:38
Re: Single Sign On to multiple forums (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
This topic might help you: http://punbb.org/forums/viewtopic.php?id=8755
146 2007-06-01 21:55
Re: Posting Images (4 replies, posted in General discussion)
PBB Gallery is better Attachment Mod ?
Neither is better or worse; they serve different purposes. The attachment mod allows any file (including an image) to be added to a post within a forum; the gallery mod allows images to be uploaded to a gallery that's separate from the forums, but adopts the style and user database of your PunBB install.
147 2007-06-01 21:42
Re: E-Mail box white and no text unless highlighted. (2 replies, posted in PunBB 1.2 troubleshooting)
Have you edited your forum's CSS at all?
148 2007-06-01 21:20
Re: What editor do you use for php? (114 replies, posted in Programming)
I still prefer vi myself
I hear an awful lot about vi being great for programming, but I've never heard why. Care to enlighten me (I'm not denying that it's good; I simply don't know either way)?
149 2007-06-01 21:17
Re: How do I stop forum from resizing? (12 replies, posted in PunBB 1.2 troubleshooting)
You'll have to be a bit more detailed in what you're asking, because the directions FSX gave you are instructions to make your forum fixed-width.
150 2007-05-30 13:24
Re: fourthSTREET (4 replies, posted in PunBB 1.2 show off)
I like your banner. Did you make it?