Version: SMF 1.1.xx
Type: Free.
Description:
I need a custom BBCode tag that has [popup][/popup] tags. It doesn't have to come with a button. Basically this would be the HTML behind it:
<a href="{option1}" onclick="popup(this.href, {option2}, {option3}, ''); return false;" title="{option1}"><strong>{option4}</strong></a>
And the corresponding BBCode would be:
[popup={option1},{option2},{option3}]{option4}[/popup]
And the usage would be *to the user*:
[popup=URL,WIDTH,HEIGHT]TEXT[/popup]
Thanks for your time and any responses, advice, or questions are welcome.
Would >>>THIS<<< (http://custom.simplemachines.org/mods/index.php?mod=331) mod help, with that?
and/or >>>THIS<<< (http://custom.simplemachines.org/mods/index.php?mod=48) one?
Quote from: K@ on June 02, 2011, 06:53:55 AM
Would >>>THIS<<< (http://custom.simplemachines.org/mods/index.php?mod=331) mod help, with that?
and/or >>>THIS<<< (http://custom.simplemachines.org/mods/index.php?mod=48) one?
First Mod: That seems to only create pages?
Second Mod: That seems to only help create BBCode tags
without attributes, I'm guessing this means no "option1", "option2", as in "height" and "width"? :(
Thanks for your response..
Jason
The first one, and I quote...
"This mod will add an unlimited number of custom actions, configurable in Features and Options. There are 3 types, HTML, BBC, and PHP."
Quote from: K@ on June 03, 2011, 05:23:59 AM
The first one, and I quote...
"This mod will add an unlimited number of custom actions, configurable in Features and Options. There are 3 types, HTML, BBC, and PHP."
"...They can be accesed by going to http://www.yoursite.com/smf/index.php?action=action name."
I want a BBC tag that will work in posts.
I give up. :(
Quote from: K@ on June 03, 2011, 04:52:07 PM
I give up. :(
Well I really appreciate your efforts. :-[
Edit:
http://www.simplemachines.org/community/index.php?topic=154997.0
What I really need is that mod. It would work perfectly. Only problem is it only supports one "{option}". Not multiple ones.