There's a mod called PunToolbar (either on Punres or the mods section of PunBB.fr I think) that might suit your needs better for BBCode & color selection.

602

(1 replies, posted in PunBB 1.2 show off)

Looks nice. smile

idn wrote:

The wiki is not that helpful.

Really? Did you happen to find this: http://wiki.punres.org/Miniportal#New_page_template ?

You should probably use the forum ID instead of forum name, because if there are spaces in the class attribute, each part separated by a space is treated as a separate class applied to the tag, which may or may not cause problems but is kinda funky nonetheless.

Also, instead of <?php echo $cur_forum['forum_name'] ?><?php echo $icon_type ?>, concatenate the variables, i.e. <?php echo $cur_forum['forum_name'].$icon_type ?>.

Moved to modifications.

There's no need to do that - that topic is quite old, from before 1.2 came out. As long as you include the proper files (http://punbb.org/docs/dev.html#integration and there's a useful Punres wiki page too, but the wiki seems to be having problems now), you can do stuff like if($pun_user['is_guest']) or if(!$pun_user['is_guest']).

Wai wrote:

its a nice plugin. but is there any auto generate feature? do i have to generate manually each time i post a new topic??

Yes, you have to manually generate the news each time you post a new topic. If you would not like to do so, use this instead: http://punbb.org/forums/viewtopic.php?id=7552

Sorry, but I'm not quite sure of what you're trying to say. sad

Anyway, here's a screenshot:

http://img470.imageshack.us/img470/4897/spaceus8.png

608

(1,382 replies, posted in General discussion)

me

609

(3 replies, posted in PunBB 1.2 show off)

greatcan wrote:

Buena idea....I just don't know where to do that...   sad but I was thinking the same exact thing because is hard to know which is a link... Thanks for the advise there hcgtv...
Que Dios te Bendiga

In style/imports/CrystalBlue.css, change this:

.pun A:link, .pun A:visited {COLOR: #093F7B; text-decoration: none;}
.pun A:hover {COLOR: #0E2238}

to this:

.pun A:link, .pun A:visited {COLOR: #093F7B; text-decoration: none;}
.pun A:hover {COLOR: #0E2238; TEXT-DECORATION: underline}

I was going to suggest something similar, but got lazy. tongue

Nice job.

611

(1,382 replies, posted in General discussion)

lambchops

Personally I'd say just to stick with manually creating .htaccess & .htpassword (or .htpswd or whatever I can't remember) and not bother with integration with the PunBB user system. It sounds like more trouble than it's worth.

If you don't know how to set that up the BBClone forum should have instructions somewhere, or you can do a web search for generic instructions (tip - for some reason or another many sections of the BBClone forum are only visible to registered users).

613

(4 replies, posted in PunBB 1.2 troubleshooting)

Or check here: http://punbb.org/forums/viewtopic.php?id=12666

Whichever you choose will work.

We need more information than that. smile

What position numbers are set for the categories? In what order should the categories be displayed? In what order are they displayed?

615

(7 replies, posted in Feature requests)

No, I think he just means that admins/mods would be able to use such a button to quickly move a topic to a particular forum.

For example, if PunBB had a "resolved issues" section, the button could be configured to move topics from troubleshooting to there.

616

(1,382 replies, posted in General discussion)

goose

pogenwurst wrote:

I think we're slated for that right after we convert to the metric system pogenwurst.

That sounds about right. big_smile

618

(1,382 replies, posted in General discussion)

mother

elbekko wrote:
deadram wrote:

There's gonah be some additional problems with timezoning too...

The states just changed the date they go back/forward, and I ~think~ North america followed the states too. Dono about Europ or asia or what not though...

Erm, what now?

...we did?

There's a mod for this already: http://punbb.org/forums/viewtopic.php?id=8427

It would be a nice feature to see though.

621

(1,382 replies, posted in General discussion)

sadness

622

(1,382 replies, posted in General discussion)

Steve Irwin

Check out the docs: http://punbb.org/docs/dev.html#integration

Then you can use code such as if(!pun_user['is_guest']).

624

(4 replies, posted in PunBB 1.2 bug reports)

Please enable debug mode and paste the full error. smile

Moved & closed.