The Arcive of vBulletin Modifications Site. |
|
LiveJournal user code Details »»
|
|||||||||||||||||||||||||
Everybody knows LiveJournal - the most famous blog service. I've made BBCode which inserts lj-user icon (with link to lj-user profile) and lj-user name (with link to lj-user's blog)... like <lj user> tag
So, go to AdminCP > Custom BB Codes > Add New BB Code and type Title: LJ-user Tag: lj Replacement: Code:
<a href="http://livejournal.com/userinfo.bml?user={param}"><img src="images/editor/ljuser.gif" widht="17" height="17" border="0"></a><a href="http://{param}.livejournal.com/"><font size="2"><b>{param}</b></font></a>
Button Image (Optional): images/editor/ljuser.gif (in attach )Also you must upload ljuser.gif to images/editor directory All must look like ![]() ![]() ----- If you want to remove underline just go to AdminCP > Styles & Templates > choose style > All style options > in Additional CSS Definitions add Code:
.not_underline {
text-decoration: none;
}
Then all in Replacement: field replace with Code:
<a href="http://livejournal.com/userinfo.bml?user={param}"><img src="images/editor/ljuser.gif" widht="17" height="17" border="0"></a><a href="http://{param}.livejournal.com/" class="not_underline"><font size="2"><b>{param}</b></font></a>
![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
first post! woot!
|
|
#3
|
|||
|
|||
|
thanks for share.
i like it |
|
#4
|
||||
|
||||
|
This will be a great addon, thanks!
|
|
#5
|
|||
|
|||
|
Not the big addition
If you would want that the opportunity of an insert of a code was in "Quick Reply" that:In showthread_quickreply Find: Code:
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_quote"><img src="$stylevar[imgdir_editor]/quote.gif" width="21" height="20" alt="$vbphrase[wrap_quote_tags]" /></div></td>
Code:
<td><img src="$stylevar[imgdir_editor]/separator.gif" width="6" height="20" alt="" /></td>
<td><div class="imagebutton" id="{$editorid}_cmd_wrap0_lj"><img src="$stylevar[imgdir_editor]/ljuser.gif" width="17" height="17" alt="" /></div></td>
|
![]() |
|
|