The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#12
|
||||
|
||||
hi,
could the template edit be auto (by hook) ? Thanks,, |
#13
|
|||
|
|||
I'm wondering the same thing...
|
#14
|
|||
|
|||
Would be nice if the tips could be enabled/disabled by the user itself
|
#15
|
|||
|
|||
^exactaly.
Long time members are going to get sick of it. |
#16
|
|||
|
|||
I don't think I'm gonna use this for tips. A randomizer. Just what I was looking for. Thanks for this useful mod!
|
#17
|
||||
|
||||
Great mod = Thanx
Jacquii. |
#18
|
||||
|
||||
Um - the secret of message board success. Updating with FRESH CONTENT
Jacquii. |
#19
|
|||
|
|||
can we change the word "Tips" to something else? I couldn't find it bin the search phrase
|
#20
|
|||||||
|
|||||||
Random Tips Revisited
Demo link in my sig. Updated Random Tips show on every page below navbar but vbacmps page, I added it as a module. Either refresh page or surf the site. I can not release an updated version of this modification due to the fact it is not marked as re-useable code. The author can not be reached, I have tried. I can however show you what edits I made to this modification and you will have to edit it yourself. Has been tested up to version 3.8.4, but should work up to 3.8.7. Lets begin. First you will need to download this modification, import product (ALLOW OVERWRITE)to see what it looks like now. Then edit it with the following edits & import product again. Open Product, TDT - Random Tips, using wordpad. Search for: ========================================= Code:
<if condition="$vboptions[tip_turn]"> Code:
<if condition="is_member_of($bbuserinfo, 1,2,3,4,5,6,7)"><!-- Remove or add usergroups here --> <if condition="$bbuserinfo[userid]"> <if condition="$vbulletin->userinfo['fieldxx'] == Hide"> <else /> <!--[if lte IE 6]> <![endif]--> You will be able to edit this at any time via Random Tips template. ========================================= Search for: Code:
<tr> <td class="alt1"> <strong>Tips: </strong> Code:
<tbody> <tr> <td class="thead" colspan="2"> <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('random_tips')"><img id="collapseimg_random_tips" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_random_tips].gif" alt="" border="0" /></a> Random Tips </td> </tr> </tbody> <tbody id="collapseobj_random_tips" style="$vbcollapse[collapseobj_random_tips]"> <tr> <td class="alt2"><img src="$stylevar[imgdir_misc]/tips.png" alt="While browsing our site, many useful tips will appear here."/></td> <td class="alt1" width="100%"> ========================================= Search for: Code:
</SCRIPT> </td> </tr> </table> <br /> </if> Code:
</SCRIPT> </td> </tr> </tbody> </table> <br /> </if> </if> </if> Search for: Quote:
Quote:
Search for: Quote:
Quote:
Search for: Quote:
Quote:
Saerch for: Code:
<setting varname="tip_turn" displayorder="10"> <datatype>free</datatype> Code:
<setting varname="tip_turn" displayorder="10"> ========================================= Find and replace all instances of: Code:
<datatype>free</datatype> Code:
<optioncode>textarea</optioncode> Thats about it. It looks a whole lot better with my edits. README Quote:
If you use this modification with the edits I provided please click the to the left. Thank You! Demo link in my sig. Updated Random Tips show on every page below navbar but vbacmps page, I added it as a module. Either refresh page or surf the site. |
3 благодарности(ей) от: | ||
JacquiiDesigns, socialteenz, viper357 |
#21
|
||||
|
||||
Killer post Eddie, thanks, will implement your changes soon. But quick question, that thread preview on your board, the one where it pops up a box when you hover your mouse over the thread link, how'd you do that?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|