Re: PunBB 1.4.4
$pattern[] = '#\[sup\](.*?)\[/sup\]#ms'; $replace[] = '<sup id="one">$matches[1]</sup>';
great prblem solved.
Thxx u Mr visman
Have a nice day >.<
(^____^)v
You are not logged in. Please login or register.
PunBB Forums → News → PunBB 1.4.4
$pattern[] = '#\[sup\](.*?)\[/sup\]#ms'; $replace[] = '<sup id="one">$matches[1]</sup>';
great prblem solved.
Thxx u Mr visman
i want palce this code on index, viewforum & viewtopic
<?php include_once("analyticstracking.php") ?>
how to write hook for make extension for this?
please ur help
hook ft_about_output_start
if (in_array(FORUM_PAGE, array('index', 'viewtopic', 'viewforum')))
include FORUM_ROOT . 'analyticstracking.php';
hook ft_about_output_start
if (in_array(FORUM_PAGE, array('index', 'viewtopic', 'viewforum'))) include FORUM_ROOT . 'analyticstracking.php';
<hook id="ft_about_output_start"><![CDATA[
if (in_array(FORUM_PAGE, array('index', 'viewtopic', 'viewforum')))
include FORUM_ROOT . 'analyticstracking.php';
]]></hook>
in admin panel extension menu, there are generate Server error 500
PHP Warning: Illegal string offset 'hook' in /home/abc/public_html/include/xml.php(100) : eval()'d code on line 1
PHP Fatal error: Cannot use string offset as an array in /home/abc/public_html/include/xml.php(100) : eval()'d code on line 1
then i change hook into ft_js_include & problem solved
Thxx a lot Mr.Visman for help.
thxx punbb <3
Does anything else need to do after upgrade from v1.4.3 to v1.4.4 with the changed files?
I`m going to update from 1.4.2 to 1.4.4
How do I do it?
Replace all files in my actual forum?
Need to execute something after I replace all files?
Regards.
string(30) "`\[video\]([^\[]+)\[/video\]`e"
The extension containing the video bb-code is guilty.
Can we fix this plugin in order to work in Punbb 1.4.4 ?
I'm using it in my forum from long time and I have many videos posted.
I`m going to update from 1.4.2 to 1.4.4
How do I do it?
Replace all files in my actual forum?
Need to execute something after I replace all files?
Regards.
Download the arhive.
Disable extensions pun_bbcode & fancy_video_tag.
Update all files from arhive punbb 1.4.4
Also you need to run /admin/db_update.php .
Clear cache.
Visman wrote:string(30) "`\[video\]([^\[]+)\[/video\]`e"
The extension containing the video bb-code is guilty.
Can we fix this plugin in order to work in Punbb 1.4.4 ?
I'm using it in my forum from long time and I have many videos posted.
About what resolution you talking about?
I'm facing Fancy Video Tag v 0.4.10
When I enable it, I receive the following error:
Warning: preg_replace_callback(): Modifier /e cannot be used with replacement callback in /home/forexsb/webapps/forexsb_forum/include/parser.php on line 811
It looks like it's original author is not supporting it anymore.
So my question is if this extension can be fixed or we have to revert back to PunBB v 1.4.2.
We are 2016 already. How this forum software has no a video integration plugin !?!?!
Shame. Once back in the time PunBB was the best forum software.
Please do not criticize.
This is free software , and it is supported in the main gurus.
To solve your problem , do this:
Open
manifest.xml
Search hook
ps_do_bbcode_replace
Replace
$pattern[] = '`\[video\]([^\[]+)\[/video\]`e';
$replace[] = 'fancy_video_tag_parse(\'$1\')';
On this:
$pattern[] = '`\[video\]([^\[]+)\[/video\]`';
$replace[] = '".fancy_video_tag_parse($matches[1])."';
Update hooks OR reinstall extension.
Thank you,
it works fine.
Comes with some important bug fixes.Very Good news.
Thanks PanBB.RU
I can update forum successfully and modify Fancy Video Tag to work properly.
Forum looks better on mobile phones.
Regards.
so good
Good news, guys. Can I update directly from 1.4.2 to 1.4.4 or 1.4.2 > 1.4.3 > 1.4.4?
Good news, guys. Can I update directly from 1.4.2 to 1.4.4 or 1.4.2 > 1.4.3 > 1.4.4?
Updated successfully. Not bad!
im abeginer in this forum, im interested for learning. Thx u
Is there a new version coming (this month or in a few months) ?
Is there a new version coming (this month or in a few months) ?
I think a few years or never.
i love this forum so much !
zetrader wrote:Is there a new version coming (this month or in a few months) ?
I think a few years or never.
Thanks, i feel better now
very good
thanks for this Code
Updated, thanks guys:-)
PunBB Forums → News → PunBB 1.4.4
Powered by PunBB, supported by Informer Technologies, Inc.