Page 1 of 1
Cstm bbcode where you wanted
Posted: 19 Apr 2010, 13:13
by Fire-Fox
I can remember on the old board, before stoker did some works and such... he had a snippet/modification.
that allowed users to add cstm bbcode where you wanted. I can't find it here on the board....
to use with
Code: Select all
<!-- BEGIN custom_tags eq "hr" -->
(not the right syntax) but i hope you get the meaning
Re: Cstm bbcode where you wanted
Posted: 25 Apr 2010, 22:08
by Fire-Fox
Stoker you remember this addon right?
Re: Cstm bbcode where you wanted
Posted: 25 Apr 2010, 22:19
by Stoker
Yes, search custom profile fields ordering and display
Re: Cstm bbcode where you wanted
Posted: 26 Apr 2010, 19:39
by Fire-Fox
Can't make sense out of it sorry =/
Re: Cstm bbcode where you wanted
Posted: 26 Apr 2010, 20:38
by Stoker
Now I get it, it was Rich mod and he has posted it on phpbb.com
Re: Cstm bbcode where you wanted
Posted: 26 Apr 2010, 20:51
by Fire-Fox
I'll take a look there
Can't find it
Re: Cstm bbcode where you wanted
Posted: 27 Apr 2010, 12:51
by Ashley.S.
Re: Cstm bbcode where you wanted
Posted: 27 Apr 2010, 18:39
by Fire-Fox
Was just looking for this
Code: Select all
<!-- BEGIN custom_tags -->
<!-- IF custom_tags.BBCODE_TAG eq 'left' -->
<input type="button" class="buttonz" name="addbbcode{custom_tags.BBCODE_ID}" value="" style="background: url('./images/editor/left.png');" onclick="bbstyle({custom_tags.BBCODE_ID})" onmouseover="helpline('left')" onmouseout="helpline('tip')" />
<!-- ENDIF -->
<!-- END custom_tags -->
So topic solved
Re: Cstm bbcode where you wanted
Posted: 27 Apr 2010, 19:50
by Stoker
You are right, we had that somewhere. Cant fnd it now though
Re: Cstm bbcode where you wanted
Posted: 27 Apr 2010, 19:56
by cisco007
this is kind of a mix between the instructions on the bottom of the bbcodebox light, and what Stoker pointed to earlier, the custom profile fields post!