SMF Support > SMF 2.0.x Support

Identical BBC buttons?

(1/2) > >>

olivestab:


does anyone know where I can modify the posting bbc panel?
I have identical SP buttons,
One is an rely mod that was not compatible,
the second from a new one that works, but it still uses BOTH buttons even though the old spoiler mod was deleted.

Xenocidius:
Go to Sources/Subs-Editor.php. Search for this:


--- Code: ---'description' => $txt['horizontal_rule']
--- End code ---

After that will be something like this:


--- Code: ---array(
'image' => 'spoiler',
'code' => 'spoiler',
'before' => '[spoiler]',
'after' => '[/spoiler]',
'description' => $txt['spoiler']
),
--- End code ---

Simply delete the above block of code.

Arantor:
Except that it might not be - more than one of the spoiler mods works without any file edits at all...

olivestab:
thank you very much.
It worked.

Ive been having trouble recently with installing and uninstalling mods.
I would delete them but they would still show.

I recently had my hosting restore everything, but the little spoiler button still showed.
Its been a pain in my butt all day but everything is ironed out completely as of now.
Time to make a backup!

Arantor:
Deleting a mod package does not uninstall it - it merely removes the information about how the mod should be installed/uninstalled...

Navigation

[0] Message Index

[#] Next page

Go to full version