The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
OK, I need to figure out what to fill in here to make the button code display the correct URL of the thread, title of the thread, and tags from Vbulletin when click upon. Does anyone know what code would needed to be inserted for href="http://SAMPLE-LINK.com", rel="tag 1, tag 2",
"Example Title", and "Article Content", so that it works with VB 4.0? Code:
<script src="http://onlivefans.com/home/modules/buttons/buttons.js" type="text/javascript"></script> <a class="PliggButton PliggLarge" href="http://SAMPLE-LINK.com" title="Example Title" rev="Category 1, Fallback Category 2" rel="Tag1, Tag2, Tag3"><span style="display:none">Article Content Here!</span></a> |
#2
|
||||
|
||||
![]()
I don't know what you are looking for - the variable names? We can't tell you that unless you tell us what template you are putting that code in.
|
#3
|
|||
|
|||
![]()
I wish to put it in the Showthread template.
--------------- Added [DATE]1303237087[/DATE] at [TIME]1303237087[/TIME] --------------- I assume I need the variable names in order to make it work on each thread. |
#4
|
||||
|
||||
![]()
These are directly from the SHOWTHREAD template:
thread url - {vb:raw thread_url} thread title - {vb:raw thread.title} tag list - {vb:raw tag_list} |
#5
|
|||
|
|||
![]()
Awesome thanks. How about for the content of the first post of the thread? Any idea?
|
#6
|
||||
|
||||
![]()
The firstpost info isn't actually available until you do the query to grab the it. So, you will need to write a plugin to grab it, I think.
|
#7
|
|||
|
|||
![]()
Hmm OK. The only problem is I have no idea how to write a plugin to do that
![]() |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|