EasyMod?

502

(1 replies, posted in Programming)

Edit the SQL query to fetch your column.

Line 218:
$result = $db->query('SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.status, u.registered, u.admin_note, p.id, p.poster, p.poster_id, p.poster_ip, p.poster_email, p.message, p.smilies, p.posted, p.edited, p.edited_by FROM '.$db->prefix.'posts AS p INNER JOIN '.$db->prefix.'users AS u ON u.id=p.poster_id WHERE p.topic_id='.$id.' ORDER BY p.id LIMIT '.$start_from.','.$disp_posts) or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());

Replace with:
$result = $db->query('SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.status, u.registered, u.admin_note, u.immortal, p.id, p.poster, p.poster_id, p.poster_ip, p.poster_email, p.message, p.smilies, p.posted, p.edited, p.edited_by FROM '.$db->prefix.'posts AS p INNER JOIN '.$db->prefix.'users AS u ON u.id=p.poster_id WHERE p.topic_id='.$id.' ORDER BY p.id LIMIT '.$start_from.','.$disp_posts) or error('Unable to fetch post info', __FILE__, __LINE__, $db->error());

503

(1,382 replies, posted in General discussion)

Low fps

Yeah.. The only difference between PunBB db and PunBB++ is that ++ have some extra columns.

505

(5 replies, posted in PunBB 1.2 discussion)

Well.. Theres prabably a bug ;) I'll fix it later

Well.. I don't think there is going to be any database related problems. There may be some problems with the mod not working with 1.2.

507

(5 replies, posted in PunBB 1.2 discussion)

Nope.. It's not written yet :>

http://www.punres.org/viewtopic.php?id=10

http://www.punres.org/viewtopic.php?id=18

Please try it :)

509

(38 replies, posted in PunBB 1.2 discussion)

Seems to be a problem right now.

PunBB reported: Unable to connect to MySQL server. Can't create a new thread (errno 11). If you are not out of available memory, you can consult the manual for a possible OS-dependent bug

510

(1 replies, posted in PunBB 1.2 troubleshooting)

What du you mean by "enabled smilies". Have you turned them on in your message. And where are they missing?

If you mean templates as style sheets, there is no good place to find them yet. PunBB Resource is on it's way back. You can find som here: http://www.punres.org/files/

Yeah.. That's pretty cool :)

512

(14 replies, posted in Programming)

newera70 wrote:

is it out already? or is it coming out soon?

It's released

513

(14 replies, posted in Programming)

Nice =)

514

(6 replies, posted in Feature requests)

Where do you do that?

515

(6 replies, posted in Feature requests)

It would not require adding a new field for every option

516

(22 replies, posted in General discussion)

Rickard wrote:

It's not me BTW :)

http://blog.punbb.org/img/moi.jpeg

Isn't this the same pic but resized? >:)

517

(6 replies, posted in Feature requests)

I think the forums options (Admmod only/Closed) should be in the same field (serialized). That would make it easier to make mods/new options and I don't see any negative thing with it.

518

(22 replies, posted in General discussion)

This was the first hit for Jansson:
http://www.cosmography.com/catalog/03-04/jansson-raet-new-england.jpg

519

(0 replies, posted in PunBB 1.2 discussion)

Since most people don't visit PunRes (I think):

http://www.punres.org/viewtopic.php?pid=19#19

520

(8 replies, posted in PunBB 1.2 troubleshooting)

Something is printed out from config.php. Maybe something went wrong when you pasted it.

521

(38 replies, posted in PunBB 1.2 discussion)

Hmm.. I think the colors are a little too light. The tables are difficult to see on my TFT screen.

522

(200 replies, posted in General discussion)

Hey, it's only email.. right?

523

(38 replies, posted in PunBB 1.2 discussion)

Yes. That last thing was what i was going to suggest :)

Great work btw =)

524

(38 replies, posted in PunBB 1.2 discussion)

How does the updating work?

rADo wrote:
Jansson wrote:
sverrir wrote:

You could use little javascript combined with css to make a strictly validated site with pop up capabilities.
Let me know if you want me to dig it up for you.

Wouldn't there be a problem more and more webbrowsers blocking popups then?


not really, as popup blockers do NOT block windows opened by user action.. ;)

As far as I know, my firefox versions blocks all kinds of javascript popup (onload or clicked) if I haven't unbloked the site. Maybe there is some preferences to edit but this is the default behaivor.