Fancy Stop SPAM 1.3.23 It's not working on php 5.5.38 and punbb 1.4.4
Enabling this extension prevents topic's view!
1 2017-01-12 17:14
Re: Fancy Stop SPAM (115 replies, posted in Supported extensions)
2 2017-01-12 10:01
Re: [RELEASE] Logo (37 replies, posted in PunBB 1.4 additions)
Installed 0.5.2 (from first post) on punbb 1.4.4:
Error "Element extension/hooks/hook has content which does not end in PHP mode." Still present, fix: http://punbb.informer.com/forums/post/145868/#p145868 but in line 328!
I can't find settings in admin panel.
@ctpembi4 can't download
thanks
3 2012-07-25 07:13
Re: News and such on first page, possible? (2 replies, posted in Discussions)
There's an extension called portal or mini portal (i don't remember exactly), take a look.
4 2012-07-20 06:44
Re: Post and registration approval (2 replies, posted in PunBB 1.4 troubleshooting)
Amministrazione -> Impostazioni -> Caratteristiche poi scorri in basso fino a: "Abilita approvazione nuove registrazioni" e metti la spunta al checkbox.
Admnistration -> Settings -> features, go down to: Enable registration approval
5 2012-07-17 16:13
Re: Req: Multiple Logos (2 replies, posted in PunBB 1.4 additions)
Take a look at http://punbb.informer.com/forums/topic/ … ase-logo/, then modify link to a script that change the img.
Maybe it's a starting point.
6 2012-06-22 09:33
Re: Advice on Pun 1.4.2 Spam Extensions (4 replies, posted in PunBB 1.4 troubleshooting)
I suggest the use of pun_approval too.
Disable for each forum post and topic approval and enable registration approval.
There's also a re-captcha extension somewhere.
A clear standard installation isn't bot/spam proof, the registration and posting is straight forward.
I've installed both extensions as i had same problem with a 1.2.x installation, and now (after 1 month) no bot registration.
7 2012-06-21 12:23
Re: change MySQL path (2 replies, posted in PunBB 1.3 troubleshooting)
Change configuration from localhost to the new server address
8 2012-06-11 12:26
Re: [RELEASE] Logo (37 replies, posted in PunBB 1.4 additions)
I can't send attachments so here some corrections:
1) Add open/close table rows, there aren't and it isn't invalid html
2) id are unique, change id="left"/id="right" in td or in div
here the corrected part in manifest.xml:
<hook id="hd_gen_elements"><![CDATA[
if( $forum_config['o_logo_enable'] == '1' && $forum_config['o_logo_align'] == 'left' )
{
$gen_elements['<!-- forum_title -->'] = '<table class="logo"><tr>';
$gen_elements['<!-- forum_title -->'] .= '<td class="logo" id="left1"><div id="left" class="logo">';
$gen_elements['<!-- forum_title -->'] .= ($forum_config['o_logo_link'] != '') ? '<a class="logo" href="'.$forum_config['o_logo_link'].'" title="'.$forum_config['o_logo_link_title'].'"></a></div></td>' : '</div></td>';
$gen_elements['<!-- forum_title -->'] .= '<td class="title" style="vertical-align:'.$forum_config['o_logo_title_vertical'].'">';
$gen_elements['<!-- forum_title -->'] .= ($forum_config['o_logo_hide_forum_title'] != '1') ? '<p id="brd-title" style="text-align:'.$forum_config['o_logo_title_align'].'"><a href="'.forum_link($forum_url['index']).'">'.forum_htmlencode($forum_config['o_board_title']).'</a></p>' : '';
$gen_elements['<!-- forum_desc -->'] = ($forum_config['o_board_desc'] != '') ? '<p id="brd-desc" style="text-align:'.$forum_config['o_logo_title_align'].'">'.forum_htmlencode($forum_config['o_board_desc']).'</p></td></table>' : '</td></tr></table>';
}
if( $forum_config['o_logo_enable'] == '1' && $forum_config['o_logo_align'] == 'right' )
{
$gen_elements['<!-- forum_title -->'] = '<table class="logo"><tr>';
$gen_elements['<!-- forum_title -->'] .= '<td class="title" style="vertical-align:'.$forum_config['o_logo_title_vertical'].'">';
$gen_elements['<!-- forum_title -->'] .= ($forum_config['o_logo_hide_forum_title'] != '1') ? '<p id="brd-title" style="text-align:'.$forum_config['o_logo_title_align'].'"><a href="'.forum_link($forum_url['index']).'">'.forum_htmlencode($forum_config['o_board_title']).'</a></p>' : '';
$gen_elements['<!-- forum_desc -->'] = ($forum_config['o_board_desc'] != '') ? '<p id="brd-desc" style="text-align:'.$forum_config['o_logo_title_align'].'">'.forum_htmlencode($forum_config['o_board_desc']).'</p></td>' : '</td>';
$gen_elements['<!-- forum_desc -->'] .= '<td class="logo" id="right1"><div id="right" class="logo">';
$gen_elements['<!-- forum_desc -->'] .= ($forum_config['o_logo_link'] != '') ? '<a class="logo" href="'.$forum_config['o_logo_link'].'" title="'.$forum_config['o_logo_link_title'].'"></a></div></td></table>' : '</div></td></tr></table>';
}
]]></hook>
9 2012-06-08 08:40
Re: How to shorten the nav bar in Oxyccen template (2 replies, posted in General discussion)
i think you have to modify Oxygen.min.css
10 2012-06-07 15:55
Re: cant confirm (4 replies, posted in PunBB 1.4 bug reports)
Do u have the one in lang/-your-language-/mail_templates/welcome.tpl ?
11 2012-06-06 11:36
Re: [Release] Pun Approval (38 replies, posted in Supported extensions)
Just a note:
in functions.php yuo get the content of welcome.tpl from extension path, but the file isn't there.
Could you change it to the forum language path and release an update?
Currently i copied the one from forum/lang/English/mail_template/welcome.tpl to forum/extensions/lang/English/mail_template/welcome.tpl
Thanks
12 2012-06-06 11:22
Re: cant confirm (4 replies, posted in PunBB 1.4 bug reports)
Check if you have this file, mine is missing:
extensions/pun_approval/lang/English/mail_templates/welcome.tpl
Edit:
Copy the one from: lang\English\mail_templates\welcome.tpl
14 2012-06-05 13:56
Re: Unable to confirm security token (5 replies, posted in PunBB 1.4 troubleshooting)
[SOLVED]
I did a new 1.4.2 installation:
1) renamed old config.php
2) www...../admin/install.php
3) used a different table prefix
4) cahnged the new config.php to use the old prefix and everithing works
Maybe someone else need to know.
15 2012-06-05 12:18
Re: Unable to confirm security token (5 replies, posted in PunBB 1.4 troubleshooting)
Adding define('FORUM_DISABLE_CSRF_CONFIRM', 1); (as the wiki says) works only on the administration panel.
Added to config.php and in cache_config.php
16 2012-06-05 10:36
Topic: Unable to confirm security token (5 replies, posted in PunBB 1.4 troubleshooting)
hi all, i'm new here.
I had a 1.2.14 version, updated to 1.2.23.
Then i tried to update to 1.3.6 without success, so i tried to update directly to 1.4.2 and all gone fine during update process.
Now for every action i made in the administration panel i got the message: Unable to confirm security token ...press confirm or cancel; if i click on confirm works.
When i'm posting: Unable to confirm security token ... Clicking "Submit" again should solve the problem. but i got the same warning (and the message isn't posted).
how solve the problem?
thanks and i'm sorry for my little English