Staff signature ads?

Darthmaul

Goldbergstein
Joined
Jul 28, 2009
Messages
11,173
Reaction score
4
FP$
6,302
Hello, is there a way you can put links in staff signatures with a bbcode? I have seen it recently but i didn't know if you guys knew about it...
 
Another way of doing it, even though a BBCode is better is to simply make a new file called "siglinks.html". Then fill that with everything you need to, all the link etc.

Then find:
Code:
{postrow.SIGNATURE}

I can't remember the exact string but it's something like that, and add the following below the signature of a brand new line.

Code:
<!-- IF postrow.POST_ID eq '1' --><!-- INCLUDE siglinks.html --><!--ENDIF -->

That's just an example, you'll have to change the "1" to what ever us id they are, click on their name in a topic to go to their profile and there will be a number at the end of the url, that's their user id.

To add more just add this after the first number...
Code:
or postrow.POSTER_ID eq '2'

I hope this helps 🙂
 
@ Limited, that's just the hard way and is just really the longest way to possibly do it.

@ Darth, just make a custom bbcode and use your own html replacement and add it to your staff member's signatures an example:

Code:
<a href="http://google.com">Google</a>

Simple, quick, clean and efficient.
 
Hm. OKay, i see. Yes, i am working on making the bbcode now, thanks for the help though!
 
I think this is what Nathan is talking about, but anyway (since you didn't mark it as solved). Create a custom BBCode like [staff][/staff] and then assign the HTML link to it. Add the [staff][/staff] BBCode to all the staff's signatures and so you can edit it from the BBCode section in your ACP.
 
Yes, all the answers above works and helps. As such, i guess this is solved 🙂
 
Back
Top Bottom