Ok, I downloaded it all Have it running, but the style isn't loaded
2,552 2006-02-26 16:40
Topic: List BBCode 1.0 (6 replies, posted in PunBB 1.2 modifications, plugins and integrations)
##
##
## 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.
##
##
2,553 2006-02-26 16:16
Re: Rich Editing (2 replies, posted in Feature requests)
There is a mod for this, PunToolbar. Have fun
2,554 2006-02-26 16:09
Re: 1.3 teaser (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 2006-02-26 13:12
Re: 1.3 teaser (121 replies, posted in PunBB 1.2 discussion)
Hrmm, handy Would be easier if it's in a zip package tho
2,556 2006-02-25 11:19
Re: Request: extention to BBCode (5 replies, posted in Feature requests)
Okay, so I decided to not use RegExp and got it to work
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
2,557 2006-02-24 21:30
Re: phpbb to punbb + punbb (4 replies, posted in PunBB 1.2 discussion)
Ah, like that Well, I'd suggest creating a dump from on database, remove all the prefixes and just add all the data.
2,558 2006-02-24 21:24
Re: Request: extention to BBCode (5 replies, posted in Feature requests)
Anyone care to create a mod for it? 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
2,559 2006-02-24 21:21
Re: Noteworthy PunBB usage (6 replies, posted in PunBB 1.2 show off)
Very, very nice
2,560 2006-02-24 17:19
Re: Request: extention to BBCode (5 replies, posted in Feature requests)
Good idea, and pretty easy to make too I think
2,561 2006-02-24 17:17
Re: phpbb to punbb + punbb (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
2,562 2006-02-24 17:15
Re: Increased Security and Code Optimization (15 replies, posted in Feature requests)
Lol, we prolly have about the same setup Smartys
2,563 2006-02-23 17:17
Re: bb tags in user info (3 replies, posted in PunBB 1.2 discussion)
Change it to be parsed, preferable without the images.
2,564 2006-02-23 17:15
Re: Adding a link in the top menu that only registered users can see (2 replies, posted in PunBB 1.2 troubleshooting)
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 2006-02-22 20:17
Re: Increased Security and Code Optimization (15 replies, posted in Feature requests)
Well, anyone who turned short tags off. And that's a surprising lot
2,566 2006-02-22 20:16
Re: icstrategy.midgetforhire.com's forum (3 replies, posted in PunBB 1.2 show off)
Hrmm, did it look good then or not?
2,567 2006-02-22 19:24
Re: Increased Security and Code Optimization (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
2,568 2006-02-22 18:57
Topic: icstrategy.midgetforhire.com's forum (3 replies, posted in PunBB 1.2 show off)
Yes, it is punBB 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 2006-02-22 15:58
Re: IE7 view problem (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
2,570 2006-02-22 13:28
Re: IE7 view problem (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
2,571 2006-02-22 11:50
Re: Oracle tried to buy open-source MySQL (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 Else it's completely free, no matter how big your company is.
2,572 2006-02-21 21:22
Re: 1.3 coming... (109 replies, posted in General discussion)
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 softwareEh, something like that!
You'd have it wrong for my comp instantly then ^^
2,573 2006-02-21 18:51
Re: HELP!!! How do I transition my Database from MySQL 4.1.9 to 5.0.3??? (13 replies, posted in PunBB 1.2 troubleshooting)
Remove these, had the problem plenty of times:
ENGINE=MyISAM DEFAULT CHARSET=latin1
2,574 2006-02-21 13:21
Re: adding a link to Navlink (12 replies, posted in PunBB 1.2 troubleshooting)
Try making the id navlogout or something like that
2,575 2006-02-20 13:28
Re: IE7 view problem (15 replies, posted in PunBB 1.2 troubleshooting)
Like someone cares about users who use IE7...