2,551

(121 replies, posted in PunBB 1.2 discussion)

Ok, I downloaded it all tongue Have it running, but the style isn't loaded sad

##
##
##        Mod title:  List BBCode
##
##      Mod version:  1.0
##   Works on PunBB:  Should work on every version
##     Release date:  2006-02-26
##           Author:  El Bekko
##
##      Description:  This mod creates a list BBCode
##                      Usage:
##                      [list]
##                      [*]Entry
##                      or
##                      [#]Numeric entry
##                      [/list]
##
##     Difference with  
## previous version:  /
##
##   Affected files:  parser.php
##                    
##       Affects DB:  No
##
##            Notes:  None
##
##       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.
##
##

Download here

2,553

(2 replies, posted in Feature requests)

There is a mod for this, PunToolbar. Have fun smile

2,554

(121 replies, posted in PunBB 1.2 discussion)

I would only use it to run on my localhost to see how it runs ^^

2,555

(121 replies, posted in PunBB 1.2 discussion)

Hrmm, handy smile Would be easier if it's in a zip package tho tongue

2,556

(5 replies, posted in Feature requests)

Okay, so I decided to not use RegExp and got it to work tongue

Add this function to parser.php :

function parse_lists($string) 
    {
    $list = str_replace("[*]","<li style=\"list-style:inside\">",$string);
    $list = str_replace("[#]","<li style=\"list-style:inside; list-style-type:decimal\">",$list);
    $new_str = str_replace('[list]', '<menu>', $list);
    $string = str_replace('[/list]', '</menu>', $new_str);
    
    return $string;
    }

And somewhere in the function parse_message() add a call to this function. Now, if someone with 1337 RegExp skills could make it fully compliant, be my guest smile

2,557

(4 replies, posted in PunBB 1.2 discussion)

Ah, like that tongue Well, I'd suggest creating a dump from on database, remove all the prefixes and just add all the data.

2,558

(5 replies, posted in Feature requests)

Anyone care to create a mod for it? tongue I'm not so good with RegEx else I'd do it.

EDIT: Pff, I tried, but my RegExp is so bad that I can't do it tongue

2,559

(6 replies, posted in PunBB 1.2 show off)

Very, very nice smile

2,560

(5 replies, posted in Feature requests)

Good idea, and pretty easy to make too I think smile

2,561

(4 replies, posted in PunBB 1.2 discussion)

http://punbb.org/forums/viewtopic.php?id=4927

Well whaddaye know, it's in a sticky on top of this very page yikes

2,562

(15 replies, posted in Feature requests)

Lol, we prolly have about the same setup Smartys tongue

2,563

(3 replies, posted in PunBB 1.2 discussion)

Change it to be parsed, preferable without the images.

There already is a thread about this. Add it to the menu generation function in funtions.php
http://punbb.org/forums/viewtopic.php?id=10578

2,565

(15 replies, posted in Feature requests)

Well, anyone who turned short tags off. And that's a surprising lot tongue

2,566

(3 replies, posted in PunBB 1.2 show off)

Hrmm, did it look good then or not? tongue

2,567

(15 replies, posted in Feature requests)

This is the shorthand version and may save some keystrokes in the future:

Code:

<?=$var ?>

This performs the exact same echo.

Don't do that. Ever. Cos many servers don't support short tags tongue

Yes, it is punBB yikes Very well noted indeed!

You can find it here. I modded it a bit, installed my own Smilies mod, the Global Topic mod,
Mods I've installed:
? Easy Custom Smilies v0.5.3
? Style Installer
? Global Topic
? Broadcast Email
? DB Management
? News Generator
? User Management
? Polls

Mods I've made to integrate with my site:
? Strategies mod (it lists all Strategies and allows me and mods to edit and delete them)
? Announcements mod (allows me to edit announcements, which are shown in the announcements part)
? Lastest Strategy display (the little marquee tag under the menu).

That's about it I think. Any suggestions for the site?

-- Bekko

2,569

(15 replies, posted in PunBB 1.2 troubleshooting)

Couldn't get XP to install, so I kicked it and will wait untill it officially comes out tongue

2,570

(15 replies, posted in PunBB 1.2 troubleshooting)

Hrmm, I think I'll just install some sort of VM to install it and test it tongue

2,571

(10 replies, posted in General discussion)

They reqsuest you to buy a license when you want to include their software package with an application you distribute wink Else it's completely free, no matter how big your company is.

2,572

(109 replies, posted in General discussion)

Photics wrote:
Paul wrote:

How on earth would you know, can you see whats on my computer or Rickards?

...one operating system
...couple of game demos
...few web programs
...a picture of someone's cat
...some antivirus/security software

Eh, something like that! big_smile

You'd have it wrong for my comp instantly then ^^

Remove these, had the problem plenty of times:

ENGINE=MyISAM DEFAULT CHARSET=latin1

2,574

(12 replies, posted in PunBB 1.2 troubleshooting)

Try making the id navlogout or something like that smile

2,575

(15 replies, posted in PunBB 1.2 troubleshooting)

Like someone cares about users who use IE7...