standard means it is impossible to fix.
Hire developer.
51 2012-11-14 09:55
Re: How to make subforum access to only members with X posts (15 replies, posted in Discussions)
52 2012-11-14 09:52
Re: set email notifications to default on (5 replies, posted in PunBB 1.4 troubleshooting)
OR in DB
UPDATE users SET notify_with_post = '1'
ALTER TABLE users CHANGE auto_notify auto_notify TINYINT( 1 ) NOT NULL DEFAULT '1'
53 2012-11-14 09:12
Re: set email notifications to default on (5 replies, posted in PunBB 1.4 troubleshooting)
in post.php
// Check/uncheck the checkbox for subscriptions depending on scenario
if (!$forum_user['is_guest'] && $forum_config['o_subscriptions'] == '1')
{
$subscr_checked = false;
// Check/uncheck the checkbox for subscriptions depending on scenario
if (!$forum_user['is_guest'] && $forum_config['o_subscriptions'] == '1')
{
$subscr_checked = true;
54 2012-11-13 06:31
Re: set email notifications to default on (5 replies, posted in PunBB 1.4 troubleshooting)
I don't undestend yuo
55 2012-11-13 06:10
Re: how can i enlarge punbb font? (4 replies, posted in Discussions)
56 2012-11-12 16:57
Re: How to make subforum access to only members with X posts (15 replies, posted in Discussions)
Sorry I don't undestend you quest in first read.
http://punbb.ru/topic4604-reliz-izmenen … cheni.html
but in Russian...
57 2012-11-09 12:56
Re: [RELEASE] Logo (37 replies, posted in PunBB 1.4 additions)
I send this bug to author ext.
58 2012-11-09 12:30
Re: [RELEASE] Logo (37 replies, posted in PunBB 1.4 additions)
Where I may find this adsense extension?
59 2012-11-09 11:59
Re: How to make subforum access to only members with X posts (15 replies, posted in Discussions)
60 2012-11-09 11:56
Re: [RELEASE] Logo (37 replies, posted in PunBB 1.4 additions)
What issue yuo have?
61 2012-11-01 10:13
Re: [Release] Pun Approval (38 replies, posted in Supported extensions)
problem too global to fix it quickly
62 2012-10-30 12:01
Re: summertime / legal time (2 replies, posted in PunBB 1.4 troubleshooting)
PunBB Forums → profile → Settings
Your timezone Must be set for correct time display.
63 2012-10-21 19:11
Re: how can i enlarge punbb font? (4 replies, posted in Discussions)
in css files
64 2012-10-18 12:13
Re: [Release][Extension] Smiles (21 replies, posted in PunBB 1.4 additions)
New v0.4.0
65 2012-08-07 12:46
Re: IP Connection Limit Exceeded (8 replies, posted in PunBB 1.4 troubleshooting)
problem with hosting company
is not problem PunBB
66 2012-08-07 04:55
Re: IP Connection Limit Exceeded (8 replies, posted in PunBB 1.4 troubleshooting)
This is on Registration Page?
67 2012-08-06 15:53
Re: IP Connection Limit Exceeded (8 replies, posted in PunBB 1.4 troubleshooting)
image with error plz
68 2012-08-03 15:51
Re: Limit Members to One Thread per Day? (2 replies, posted in Discussions)
You may write extensions for this.
69 2012-08-03 07:20
Re: Extended BBcode for 1.4.2 (15 replies, posted in PunBB 1.4 troubleshooting)
70 2012-07-31 04:30
Re: BBcode [center][/center] (1 replies, posted in PunBB 1.4 troubleshooting)
71 2012-07-31 04:30
Re: Extended BBcode for 1.4.2 (15 replies, posted in PunBB 1.4 troubleshooting)
Reload plz for http://punbb.informer.com/forums/post/145842/#p145842
72 2012-07-25 17:52
Re: not visualize post (10 replies, posted in PunBB 1.4 troubleshooting)
http://dev14:88/admin/settings.php?section=features
Post and registration approval - Enable registration Approval
http://dev14:88/admin/groups.php?edit_group=***
for Allow posting without approval
73 2012-07-25 15:12
Re: not visualize post (10 replies, posted in PunBB 1.4 troubleshooting)
Bug fixed in 1.5.2 Pun Approval.
74 2012-07-25 15:11
Re: [Release] Pun Approval (38 replies, posted in Supported extensions)
New 1.5.2
Fix bug http://punbb.informer.com/forums/topic/ … lize-post/
75 2012-07-13 04:27
Re: Sorry! The page could not be loaded (1 replies, posted in PunBB 1.4 troubleshooting)
Enable in config.php
define('FORUM_DEBUG', 1);
define('FORUM_SHOW_QUERIES', 1);
and show result here