Why would you want to call a flag or whatever at the end?
201 2005-06-08 18:18
Re: adding bbcode (54 replies, posted in PunBB 1.2 modifications, plugins and integrations)
202 2005-06-08 17:44
Re: Login bug (6 replies, posted in PunBB 1.2 troubleshooting)
I was trying to login to some PunBB forums while using a Windows® XP computer with IE6 and Service Pack 2. The privacy setting was on High. Setting it to Medium or Medium-High (I'm not sure which) solved the problem.
203 2005-06-08 17:38
Re: PunBB 1.2.5 plugins (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Does it give you an error message?
204 2005-06-08 01:33
Re: add more fields to profile (11 replies, posted in PunBB 1.2 modifications, plugins and integrations)
There's a good text editor called Notepad2. Just do a search for it on Google or whatever to find it. Maybe that will help you read the profile.php file easier.
205 2005-06-07 19:21
Re: HTML vs. XHTML (12 replies, posted in Programming)
My forums are not valid XHTML 1.0 strict.
206 2005-06-07 17:54
Re: Perl & Python vs. PHP & ASP (12 replies, posted in Programming)
Speaking of PHP, what's the difference between PHP 4 and PHP 5?
207 2005-06-07 17:28
Re: the best cms/portal... (36 replies, posted in Programming)
Yup, unfortunately it doesn't work in anything other than IE, BUT, all of the newbie user's I'd be setting it up for are using IE. Most people using Firefox know how to use other editors and more complex CMS's. I like simple and efficient. The cool thing is it writes static pages which makes the server load WAY less than a CMS which is always querying the DB.
PuB keeps cache files for the config, bans and stuff. (the stuff mostly used)
Handheld low on battery...
208 2005-06-07 11:49
Re: ScottyWZ.COM (31 replies, posted in PunBB 1.2 show off)
Not if the preference were stored in a cookie.
209 2005-06-07 02:06
Re: ScottyWZ.COM (31 replies, posted in PunBB 1.2 show off)
Yeah, the style selection really needs improvement.
210 2005-06-07 02:03
Re: ScottyWZ.COM (31 replies, posted in PunBB 1.2 show off)
That came to mind some. Maybe in a cookie?
211 2005-06-07 02:00
Re: ScottyWZ.COM Forums Updates (3 replies, posted in PunBB 1.2 show off)
I'm continuing this one here.
212 2005-06-07 01:56
Re: adding bbcode (54 replies, posted in PunBB 1.2 modifications, plugins and integrations)
You know of the EasySmilies mod? Well, I thought, Why doesn't someone apply the same concept (smilies in the DB) to BBCode (BBCode in the DB)?
213 2005-06-07 01:49
Re: WYSYWYG BBCode Editor (35 replies, posted in General discussion)
I want to use TinyMCE for the WYSIWYG part. It does HTML, which, oh, nevermind. parser.php can be edited to parse html tags. Maybe by next week, I could have my mod done, and be less of a PHP newbie.
214 2005-06-07 00:59
Re: Working on a new site, feedback would be nice (13 replies, posted in PunBB 1.2 show off)
This was funny!
215 2005-06-07 00:27
Re: adding bbcode (54 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ok well i got it to work
so any way just a stupid error in the code of my previous code
the line to be added are the following it only gives two table but one may easly mod it to have more then two'#\[table\](.*?),(.*?)\[/table\]#',
and
'<table><tr><td>$1</td><td>$2</td></tr></table>',
as i understood since xhtml is strict i had forgoten to close the <table> tag to </table>
and the result is the following
http://d-vault.peerforces.com/table2.pngEDIT:
ok to get 3 table just add this'#\[table3\](.*?),(.*?),(.*?)\[/table3\]#',
and this
'<table><tr><td>$1</td><td>$2</td><td>$3</td></tr></table>',
I guess this is just a newbie question, but what is the # for? I know the \ escapes things.
216 2005-06-07 00:16
Re: adding bbcode (54 replies, posted in PunBB 1.2 modifications, plugins and integrations)
...
'<p/><div align="$1">$2</div><p>',
...
<p/> should probably be </p>. (PLEASE forgive me if this has already been said; I'm on a handheld right now.)
218 2005-06-07 00:01
Re: NO clue what I messed up... (2 replies, posted in PunBB 1.2 troubleshooting)
What did you type in there?
219 2005-06-06 23:36
Topic: Humor (2 replies, posted in General discussion)
I added a Humor category to my forums where you can post funny things.
Off topic... I'm in the middle of a thunderstorm, ( ), but luckily my computer hasn't been hit. Back on topic...
Last edited by Benjamin Franklin (1776-07-04 15:21:34)
220 2005-06-06 23:01
Topic: HTML vs. XHTML (12 replies, posted in Programming)
Maybe there needs to be a text change. Writing html could wreck things, people need to write xhtml.
That made me wonder, what's the difference between HTML and XHTML?
221 2005-06-06 22:58
Re: Help please registering emails not working (3 replies, posted in PunBB 1.2 troubleshooting)
In Administration -> Options, try selecting "Use e-mail verification"
222 2005-06-06 22:54
Re: ScottyWZ.COM Forums Updates (3 replies, posted in PunBB 1.2 show off)
Fixed.
223 2005-06-06 22:52
Re: ScottyWZ.COM Forums Updates (3 replies, posted in PunBB 1.2 show off)
It's been a long time since I've put updates on here.
ScottyWZ.COM News for forum/Web site updates.
I changed the default style to my new Brown one, and the "Forums" and "Search" links aren't there right now. (I must have copied the wrong file when I was applying a mod to several forums at a time.) It will be fixed in around 5 minutes.
224 2005-06-06 22:47
Re: ScottyWZ.COM (31 replies, posted in PunBB 1.2 show off)
...
My only real comment is regarding the colour scheme - have you thought about your choice of yellow and red? Maybe it's just me and the time, but the yellow and red is a bit hard on the eyes....
~Jk
Well, I did change the default color scheme to my new Brown one (too lazy to put the link up right now) if any eyes are hurting.
225 2005-06-06 22:36
Topic: Perl & Python vs. PHP & ASP (12 replies, posted in Programming)
Why would someone use Perl or Python over PHP or ASP? I'm just curious.