EasyMod?
501 2004-07-19 22:19
Re: Punbb++ database to punbb database (14 replies, posted in PunBB 1.2 troubleshooting)
502 2004-07-19 20:25
Re: Modding punBB, PHP Help (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 2004-07-19 15:14
Re: Word Association Thread (1,382 replies, posted in General discussion)
Low fps
504 2004-07-19 11:51
Re: Punbb++ database to punbb database (14 replies, posted in PunBB 1.2 troubleshooting)
Yeah.. The only difference between PunBB db and PunBB++ is that ++ have some extra columns.
505 2004-07-19 10:40
Re: PunRes project system - Online (5 replies, posted in PunBB 1.2 discussion)
Well.. Theres prabably a bug ;) I'll fix it later
506 2004-07-19 10:38
Re: Punbb++ database to punbb database (14 replies, posted in PunBB 1.2 troubleshooting)
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 2004-07-18 22:07
Re: PunRes project system - Online (5 replies, posted in PunBB 1.2 discussion)
Nope.. It's not written yet :>
508 2004-07-18 14:21
Topic: PunRes project system - Online (5 replies, posted in PunBB 1.2 discussion)
http://www.punres.org/viewtopic.php?id=18
Please try it :)
509 2004-07-15 13:42
Re: "PunBBig" - PunBB boards stats! (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 2004-07-15 06:50
Re: some help needed... (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/
511 2004-07-15 05:14
Re: PunDrop 0.0.1 / PunBB+IRC Integration (2 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yeah.. That's pretty cool :)
512 2004-07-14 17:28
Re: PHP 5.0.0 Released (14 replies, posted in Programming)
is it out already? or is it coming out soon?
It's released
514 2004-07-10 12:03
Re: Forums options (6 replies, posted in Feature requests)
Where do you do that?
515 2004-07-09 20:08
Re: Forums options (6 replies, posted in Feature requests)
It would not require adding a new field for every option
516 2004-07-09 13:28
Re: google fun (22 replies, posted in General discussion)
It's not me BTW :)
Isn't this the same pic but resized? >:)
517 2004-07-09 13:20
Topic: Forums options (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 2004-07-09 06:16
Re: google fun (22 replies, posted in General discussion)
This was the first hit for Jansson:
519 2004-07-08 12:45
Topic: PacketPun (0 replies, posted in PunBB 1.2 discussion)
Since most people don't visit PunRes (I think):
520 2004-07-05 21:32
Re: error plz help.... (8 replies, posted in PunBB 1.2 troubleshooting)
Something is printed out from config.php. Maybe something went wrong when you pasted it.
521 2004-07-05 20:40
Re: "PunBBig" - PunBB boards stats! (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 2004-07-02 18:47
Re: GMail (200 replies, posted in General discussion)
Hey, it's only email.. right?
523 2004-07-01 19:49
Re: "PunBBig" - PunBB boards stats! (38 replies, posted in PunBB 1.2 discussion)
Yes. That last thing was what i was going to suggest :)
Great work btw =)
524 2004-07-01 15:33
Re: "PunBBig" - PunBB boards stats! (38 replies, posted in PunBB 1.2 discussion)
How does the updating work?
525 2004-06-25 22:59
Re: XHTML 1.0 STRICT valid PunBB (42 replies, posted in PunBB 1.2 modifications, plugins and integrations)
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.