Hello ladies and gents,
Ok, here I go...
I don´t know where to post my question...at the MultiCode Thread, or at the BBcode Organizer Thread. But I thought as the Scroll BBcode Mod and the Table BBcode Mods were the first Mods I ever downloaded way before the The Multi and Organizer appeared and also because I know I could have suggestions for my problem here, so here is my case:
SlapShot,
Right now my TableBBcode version is V123 (with no MultiCode Mod), my board right now is 2.0.17
Your Mod and the Scroll one were working perfectly but, I´m having trouble since I downloaded and edited files from Multi and Organizer...I can´t really establish where or how the Mods previously installed would be affected.
Here is the first question. Previous Mods are affected even if inside "templates/xxxx/posting_body.tpl" the editing way was good?.
Let me try to rephrase a little bit...
Code: Select all
[/url]','[scroll]','[/scroll]','[table]','[/table]');
Later on...
On Scroll.- The addbbcode goes after the URL addcode, now scroll is addcode 18 ('k').
On Tables.- The addbbcode goes after the Scroll addcode, now table is addbbcode 20 ('g'). And it´s the last addbbcode in my list.
So, since the MultiBBcode asks to do this:
In the same file:
Code: Select all
#
#-----[ FIND ]---------------------------------
#
# NOTE - the full line to look for is:
# <input type="button" class="button" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onClick="bbstyle(16)" onMouseOver="helpline('w')" />
# </span></td>
#
name="addbbcode16"
</td>
#
#-----[ AFTER, ADD ]---------------------------------
#
<!-- BEGIN MultiBB -->
<td><span class="genmed">
<input type="button" class="button" accesskey="{MultiBB.KEY}" name="{MultiBB.NAME}" value="{MultiBB.VALUE}" style="width: {MultiBB.WIDTH}px" onClick="{MultiBB.STYLE}" onMouseOver="helpline('{MultiBB.VALUE}')" />
</span></td>
<!-- END MultiBB -->
As I said, scroll and table were already created so instead of going AFTER the addbbcode 16, what I did was to ADD it right after your addbbcode, means, after the "table" one. aka (20).
I don´t think it does a difference there as I don´t really want to erase the whole thing and start over. What I understand is that I placed the MultiCode after the TableMod because I want It there, and not after the URL....right?, correct?, can be done?
Then...after that, I downloaded 2 Mods that are supposed to be working with MultiCode Mod called Flash Mod and Left,Center,Left Mod.
In posting body were placed like this:
Code: Select all
','[url]','[/url]','[scroll]','[/scroll]','[table]','[/table]','[flash]','[/flash]','[center]','[/center]');
But when I hit Flash goes the scroll tags; when I hit Center goes the table tags. Scroll and Table works fine.
The Table button is the last Button (including your tablebbcode image *the question mark*) at the Right of the first row in my posting page.
Second row are Flash and Center.
...then I changed it like this:
Code: Select all
]','[url]','[/url]','[flash]','[/flash]','[center]','[/center]','[scroll]','[/scroll]','[table]','[/table]');
Now...when I Hit Scroll goes the flash tags and when I hit Table goes the center tags in my posting page. Flash and Center works fine.
The Table button is the last Button (including your tablebbcode image *the question mark*) at the Right of the first row in my posting page.
Second row are Flash and Center.
Do you have any idea?
The system on posting body is not recognizing 2 BBCodes somehow...if I use 2 of them, the other 2 dissapears and viceversa.
Should I have, in this case, to remove the Scroll Mod and your Mod from my board and try to reload them using the MultiCode Mod?. It´s that necessary?.
For your attention thank U very much...
Any suggestion will be appreciated.