151

(114 replies, posted in Programming)

pogenwurst wrote:

I don't know elbekko, I've fallen in love with this concise coding style: wink

[...]

Good Lord...

152

(5 replies, posted in PunBB 1.2 troubleshooting)

Probably you can hide the timezone selection through CSS.

153

(4 replies, posted in PunBB 1.2 troubleshooting)

Make global moderators, assign them to all the forums you have.

154

(114 replies, posted in Programming)

zaher wrote:

I released Alpha version of my editor (PHP Light Edit) in sourceforge.net but still need testing and testing, i tried to force my friend to use it, but thay like the huge editors with many features.

I tried this one (yeah I know I'm late but I lost track of this topic), and I find your program nicely done, are you gonna keep work on it?

155

(2 replies, posted in PunBB 1.2 troubleshooting)

larrydavidfan wrote:

Also as you can see the forum titles are in CAPS and it is quite ugly. Not sure how this happened. I believe these are defined by Heading3 but I'm not sure how to change this. I'm very new to coding and still learning a lot of the basics. Any help at all would be most appreiciated.

In the CSS http://larrydavidfan.com/wp-content/the … /style.css
You have

h3 { font-size: 1.0em; text-transform: uppercase; }

Remove the uppercase and you'll be fine.

156

(13 replies, posted in PunBB 1.2 discussion)

You can get a subversion of it even now if you want, as for the final version, what Dr.Jeckyl said.

157

(6 replies, posted in PunBB 1.2 show off)

I like the integration but check your html code.

A problem with your database perhaps? check it from phpmyadmin.

159

(26 replies, posted in PunBB 1.2 show off)

Looks sweet.

Raybo wrote:

I guess the bigger question is, which method would be the best in terms of speed?

Well I guess..

Raybo wrote:

Using separate databases for each board and only one user table DB for all

Oh well, someone else already replied wink

Yes this sounds like the best solution to me.

Well it would require some modifications, because you'd remove all the db prefix from certain forums files and keep it in others, not to mention that you'd need to update manually all the files when a new version is out. Unless it's a dire need for you I'd avoid that.

Another solution is to submit the user registration to both databases, again it needs some modification of the source files. In this case you'd simply have a simultaneous registration, but it won't affect anything else.

162

(6 replies, posted in PunBB 1.2 show off)

See here.

163

(15 replies, posted in PunBB 1.2 troubleshooting)

Cached files can be deleted (since they'd be recreated updated).

Yes an idea is that the banned IP used had wild cards, like 80.*.*.* in this case all the IPs starting with 80. would have been banned.

164

(6 replies, posted in PunBB 1.2 show off)

The homepage is great, I like the tabbed menu on top. You'd have a look at the current PunBB 1.3 CSS, it has a similar menu for the admin panel and profile that you might want to copy wink

I'm not really following, do you want to remove the links from the menu?

166

(15 replies, posted in PunBB 1.2 troubleshooting)

Hey no worries, just keep me informed on this, I'm curious.

167

(6 replies, posted in PunBB 1.2 show off)

Finally. Nice looking wink

168

(15 replies, posted in PunBB 1.2 troubleshooting)

If you didn't modify any forum file reupload them.

169

(15 replies, posted in PunBB 1.2 troubleshooting)

Just them or other users that ain't supposed to be banned?

170

(15 replies, posted in PunBB 1.2 troubleshooting)

Go to <your forum url>/admin_bans.php tell what you see.

You're welcome. wink

172

(15 replies, posted in PunBB 1.2 troubleshooting)

Can you access the admin panel? if so you can remove bans easily. Check the admin menu and remove all the bans.

173

(15 replies, posted in PunBB 1.2 troubleshooting)

Are you sure he was a moderator and not an administrator? sounds like he deleveled you banned you off your own forums. There are ways to revert it since (I assume) you have back end access to your host.

Yes there's a mod.
Click Here.

Two more for you Dr.Jeckyl.
1) How to enable debug mode.
2) How to add extra menu links in the admin panel.

Keep up the good job.