The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Well, I have the Mindestic GlosPro (glossary modification) on my site.
I want to make an vBa CMPS module with the latest 10 glossary terms. I use the Random Glossary Term [vBa CMPS module] and change the php file to: PHP Code:
ORDER BY glossaryid DESC LIMIT 10 ...and with the template: Code:
<tr> <td class="alt1"> <div align="center"> <a href="$vboptions[bburl]/glossary.php?$session[sessionurl]do=viewglossary&term=$glossary_module_term_id"><img src="$vboptions[bburl]/images/question-mark.gif" border="0" alt="$vbphrase[glossary]" title="$glossary_module_term_name" /></a> <br /><a href="$vboptions[bburl]/glossary.php?$session[sessionurl]do=viewglossary&term=$glossary_module_term_id"><strong>$glossary_module_term_name</strong></a> </div> </td> </tr> <tr> <td class="alt2"> <div align="center"> <span class="smallfont"><a href="$vboptions[bburl]/glossary.php?$session[sessionurl]">[$vbphrase[glossary]]</a></span> </div> </td> </tr> ![]() What to do, to achieve the viewing of the latest 10 glossary terms? :up: Thanks! -peter |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|