Why would you want to call a flag or whatever at the end?

202

(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.

Does it give you an error message?

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

(12 replies, posted in Programming)

My forums are not valid XHTML 1.0 strict.

206

(12 replies, posted in Programming)

Speaking of PHP, what's the difference between PHP 4 and PHP 5?

207

(36 replies, posted in Programming)

reviewum.com wrote:

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

(31 replies, posted in PunBB 1.2 show off)

Not if the preference were stored in a cookie.

209

(31 replies, posted in PunBB 1.2 show off)

Yeah, the style selection really needs improvement. smile

210

(31 replies, posted in PunBB 1.2 show off)

That came to mind some. Maybe in a cookie?

211

(3 replies, posted in PunBB 1.2 show off)

I'm continuing this one here.

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

213

(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. smile

This was funny! big_smile

Ataxy wrote:

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.png

EDIT:
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.

Earlier, shinko_metsuo wrote:

...

      '<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.)

217

(2 replies, posted in General discussion)

Sorry.

218

(2 replies, posted in PunBB 1.2 troubleshooting)

What did you type in there?

219

(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, ( sad ), but luckily my computer hasn't been hit. smile Back on topic...

Last edited by Benjamin Franklin (1776-07-04 15:21:34)

220

(12 replies, posted in Programming)

In a post in the Bug Reports forum, someone wrote:

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?

In Administration -> Options, try selecting "Use e-mail verification"

222

(3 replies, posted in PunBB 1.2 show off)

Fixed.

223

(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. smile

224

(31 replies, posted in PunBB 1.2 show off)

jamesrskemp wrote:

...
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. big_smile

...

~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. smile

225

(12 replies, posted in Programming)

Why would someone use Perl or Python over PHP or ASP? I'm just curious.