126

(1 replies, posted in PunBB 1.2 discussion)

This isn't exactly what you're looking for, but if you use Windows then you might try using Ghostzilla.

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.

My mistake, I apologize -- how exactly does the "New topic read marking system" work then?

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

(98 replies, posted in News)

lionheartah wrote:

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.

Twig wrote:
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
CYTEXONE

Yea, I also have a problem with that hmm

PunBB will behave the way you desire in version 1.3.

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.

To add to what Strofanto and elbekko have said, see: http://punbb.org/forums/viewtopic.php?id=2295

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

(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

(28 replies, posted in General discussion)

destrugter wrote:
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.

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.

needshelp wrote:

Is there any chance anyone can give me a hand with that I have very little experience with that.
Thanks,

http://www.punres.org/viewtopic.php?pid=2953#p2953

139

(28 replies, posted in General discussion)

destrugter wrote:
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?

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

(2 replies, posted in PunBB 1.2 modifications, plugins and integrations)

X7 Chat and FlashChat both integrate with PunBB.

Moved to integration

143

(6 replies, posted in Feature requests)

SuperMAG wrote:

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 smile

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.

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.

This topic might help you: http://punbb.org/forums/viewtopic.php?id=8755

146

(4 replies, posted in General discussion)

cedced wrote:

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.

Have you edited your forum's CSS at all?

148

(114 replies, posted in Programming)

MattF wrote:

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)?

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

(4 replies, posted in PunBB 1.2 show off)

I like your banner. Did you make it?