3000 ish.
2 2007-03-14 18:56
Topic: Broadcast Email plugin. (3 replies, posted in PunBB 1.2 troubleshooting)
When I click send mail after a few mins I get a "this page cannot be dispalyed" in IE and Firefox try's to download a php file.
Any ideas on a solution or alternative?
3 2007-02-19 00:22
Re: Recent posts? (3 replies, posted in General discussion)
I basically want a box that has the most recent topics listed. I want it for my homepage NOT my forums homepage.
4 2007-02-18 23:39
Topic: Recent posts? (3 replies, posted in General discussion)
Is there a MOD that allows me to put a portal type thing on my hompage of the most recent posts on the forum? I can't seem to find one, maybe i'm just not looking hard enough? Anyone got a link for me?
Thanks.
5 2007-01-23 23:44
Re: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hey man.. me again -_-
Is there any way I can limit the amount of letters that can be used? For instance, I have an option "age" but people are putting "18 all the way" Is there any way I can just limit this to 2 characters?
EDIT: In the mysql I'v managed to limit the total amount so for instance if I limit it to 2 it will limit all the feilds to 2 and not just the age.
6 2007-01-21 16:14
Re: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Do you have AIM or MSN? that would be easier.
E-mail sent.
7 2007-01-21 16:07
Re: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Well what seems to be happening to me is, I cannot find
result = $db->query('SELECT u.email, u.title, u.url, u.location, u.use_avatar, u.signature, u.email_setting, u.num_posts, u.registered, u.admin_note, p.id, p.poster AS username, p.poster_id, p.poster_ip, p.poster_email, p.message, p.hide_smilies, p.posted, p.edited, p.edited_by, g.g_id, g.g_user_title, o.user_id AS is_online FROM '.$db->prefix.'posts AS p INNER JOIN '.$db->prefix.'users AS u ON u.id=p.poster_id INNER JOIN '.$db->prefix.'groups AS g ON g.g_id=u.group_id LEFT JOIN '.$db->prefix.'online AS o ON (o.user_id=u.id AND o.user_id!=1 AND o.idle=0) WHERE p.topic_id='.$id.' ORDER BY p.id LIMIT '.$start_from.','.$pun_user['disp_posts'], true) or error('Unable to fetch post info', __FILE__, __LINE__, $db->error()); // This was made buffered for !! Easy Profile Fields !!
Altho I am kinda new to php I have added other mods onto my forum before.
My forums www.rodneymullen.net/boards/
Thanks for the fast reply
8 2007-01-21 15:49
Re: Easy Profile Fields 1.1.1 (38 replies, posted in PunBB 1.2 modifications, plugins and integrations)
This doesn't seem to work on 1.2.12 any ideas on when you'll get that done?
Thanks alot.