Version: 1.00, by haxcommunity
Developer Last Online: Nov 2017
Category: BB Code Enhancements -
Version: 3.7.4
Rating:
Released: 11-16-2008
Last Update: Never
Installs: 15
Re-useable Code Translations
No support by the author.
What this is:
Well, I was looking to spice up my site Sig Of the Week threads a little bit, so I came up with this. Your users can use this bbcode when submitting their work for your competition, and it gives a slightly more "professional" look to it.
Works very nicely if you have an Advanced BBcode Permissions hack installed.
Go to your admincp, find Custom BB codes, and open "Add new BBcode"
For the title, put SOTW entry
For BB code tag name, enter : sotw
Paste this code into the replacement box:
Code:
<center><table class="tborder" cellpadding="6" cellspacing="1" border="0" width="80%" align="center">
<tr>
<td class="thead"><center>Signature of the Week Entry</center></td>
</tr>
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<div align="center">
<div class="fieldset">
<div style="padding:3px">
<strong>{option}</strong>
</div>
</div>
</td>
</tr>
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<div align="center">
<div class="fieldset">
<div style="padding:3px">
<a href="{param}" border="none"><img src="{param}" alt="{option}" border="none"></a>
</div>
</div>
</td>
</tr>
<tr>
<td class="panelsurround" align="center">
<div class="panel">
<div align="left">
<div class="fieldset">
<div style="padding:3px">
<div class="alt2" style="align:left;">
<b> <center> I have read the rules pertaining to this week's Sig of the Week Competition, and would like to enter my image above. I acknowledge that it I vote for my own work when the poll is posted, I will be disqualified<br> <a href="{param}">[Direct Link To Image]</a>
</div>
</div>
</td>
</tr>
</table></center>
Set Disable BB Code Within This BB Code to yes (This will prevent users from messing up and posting img tags inside the sotw tags, it also will prevent users from putting size bbcodes in the tag.
Set Disable Smilies to Yes
Set Disable Word Wrapping Within This BB Code to NO
Now hit save, and all should work fine!
I would now advise making a stickied thread in your Sotw forum, with something like this:
Quote:
I've added a new mod that will help "spice up" the entries a little, from now on, I'd like to ask that all submissions be made using this new bbcode.
Just So You know what it looks like,
[sotw="Rune Despair"]http://i327.photobucket.com/albums/k449/Haxcommunity/runic.png[/sotw]
How to Use:
You need 2 things to submit your image: A name, and a direct link to the image.
Its a pretty easy format to figure out.
Do not use this BBCode outside of the SOTW forum, if you are seen doing it, you will receive an infraction for it.
Feel free to replace any of that post with your own writing/images.
Also, one thing to check is if your shoutbox allows other bbcodes to be posted, if so, then you may want to manually disallow it from your shout.
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
Is it possible to maybe share any known offenders? If you don't want to disclose it maybe you can message me? I job out a lot of my mods and add ons. I don't want to use someone that would do such a thing.
Is it possible to maybe share any known offenders? If you don't want to disclose it maybe you can message me? I job out a lot of my mods and add ons. I don't want to use someone that would do such a thing.
EDIT: I had to remove the option as if someone does NOT include an option it disables the BBCode. Is there a way so that if there is no option the BBCode still works?
EDIT: I had to remove the option as if someone does NOT include an option it disables the BBCode. Is there a way so that if there is no option the BBCode still works?
Off the top of my head, no. I'd just tell your users that they HAVE to follow that stucture, Mine never had a problem with it.
EDIT: I had to remove the option as if someone does NOT include an option it disables the BBCode. Is there a way so that if there is no option the BBCode still works?