| Author |
Message |
darkxst
Beginner


Joined: Mar 25, 2006 Posts: 10
|
Posted: Sat Feb 23, 2008 4:39 pm Post subject: Custom BBcode problem caused by g2image mod? |
|
|
It would seem that if you have custom BBcodes installed on the forum when you install the integration, then it messes up the first custom BBcode. I assume this is caused by the bbcode that is inserted by the g2image mod?
basically to get the custom bbcode working again, you need to delete it from ACP and then re-add it. You then need to edit each post where the custom BBcode is used and modify the bbcode tag in some way (i suspect this is required to refresh the unique bbcode id's that phpbb assigns to each individual bbcode tag)
Anyway in my case this wasnt really a problem since I the custom bbcode was only used in a couple of posts. However I imagine further down the track if someone was trying to install the integration on a pre-existing forum which had the custom bbcode used in many posts this workarond would not be great. |
|
| Back to top |
|
|
AdBot
|
| Post subject: Custom BBcode problem caused by g2image mod? |
|
|
|
|
|
| Back to top |
|
 |
jettyrat
Moderator


Joined: Nov 28, 2005 Posts: 906
|
Posted: Sun Feb 24, 2008 1:48 am Post subject: Re: Custom BBcode problem caused by g2image mod? |
|
|
I think I need to move this from the lightbox mods to the core mods...
Open: includes/constants.php
Find
define('NUM_CORE_BBCODES', 12);
Replace With
define('NUM_CORE_BBCODES', 13); |
|
| Back to top |
|
|
darkxst
Beginner


Joined: Mar 25, 2006 Posts: 10
|
Posted: Sun Feb 24, 2008 6:01 am Post subject: Re: Custom BBcode problem caused by g2image mod? |
|
|
I had already installed the lightbox mods.
Just double checked and that one was already done.
so must be something else causing this problem. |
|
| Back to top |
|
|
jettyrat
Moderator


Joined: Nov 28, 2005 Posts: 906
|
Posted: Sun Feb 24, 2008 12:30 pm Post subject: Re: Custom BBcode problem caused by g2image mod? |
|
|
Hmm...maybe it needs to be 13 for the g2Img code and 14 for the lightbox code, lburl.
I'll have to look into it... |
|
| Back to top |
|
|
|
|
|
|
|