Support for PhpBB3. Post here to get help with any phpBB3 related issue here
There is no support here! Only Read Access!
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
Else your topic may be ignored or locked!
Fire-Fox
BBCoder IV
Posts: 275 Joined: 22 Mar 2010, 13:24
Location: Denmark
Post
by Fire-Fox » 19 Apr 2010, 13:13
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
Last edited by
Fire-Fox on 19 Apr 2010, 14:06, edited 1 time in total.
Fire-Fox
BBCoder IV
Posts: 275 Joined: 22 Mar 2010, 13:24
Location: Denmark
Post
by Fire-Fox » 25 Apr 2010, 22:08
Stoker you remember this addon right?
Stoker
Site Admin
Posts: 3558 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 25 Apr 2010, 22:19
Yes, search custom profile fields ordering and display
Board rules! No PM support
Fire-Fox
BBCoder IV
Posts: 275 Joined: 22 Mar 2010, 13:24
Location: Denmark
Post
by Fire-Fox » 26 Apr 2010, 19:39
Can't make sense out of it sorry =/
Stoker
Site Admin
Posts: 3558 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 26 Apr 2010, 20:38
Now I get it, it was Rich mod and he has posted it on phpbb.com
Board rules! No PM support
Fire-Fox
BBCoder IV
Posts: 275 Joined: 22 Mar 2010, 13:24
Location: Denmark
Post
by Fire-Fox » 26 Apr 2010, 20:51
I'll take a look there
Can't find it
Last edited by
Fire-Fox on 26 Apr 2010, 21:08, edited 1 time in total.
Ashley.S.
BBCoder II
Posts: 36 Joined: 05 Mar 2010, 12:24
Location: Falmouth, Cornwall, UK
Contact:
Post
by Ashley.S. » 27 Apr 2010, 12:51
Fire-Fox
BBCoder IV
Posts: 275 Joined: 22 Mar 2010, 13:24
Location: Denmark
Post
by Fire-Fox » 27 Apr 2010, 18:39
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
Last edited by
Fire-Fox on 27 Apr 2010, 18:40, edited 1 time in total.
Stoker
Site Admin
Posts: 3558 Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:
Post
by Stoker » 27 Apr 2010, 19:50
You are right, we had that somewhere. Cant fnd it now though
Board rules! No PM support
cisco007
BBCoder VI
Posts: 1015 Joined: 16 Mar 2010, 18:14
Location: Don't really know!
Post
by cisco007 » 27 Apr 2010, 19:56
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!