The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
drop downs not functioning
Please help me trace and fix this problem:
click on "quick links" button on the very top center, should drop a menu but it doesn't. Same for the search button on the top right under the private messages area, should drop a search box. www.talkjesus.com Same applies to when clicking on the member's name in profile or threadview (postbit) |
#2
|
||||
|
||||
Another question, how can I group a hack/module's templates into an organized manner, by category and then each template below that category? (the same way vb does by default)
See attached |
#3
|
|||
|
|||
Problem 1. This is probably a problem in your postbit template.
Problem 2. Create a new plugin with the hook location 'template_groups' In it place this code and edit accordingly Code:
$only['START OF TEMPLATE NAMES EG FORUMHOME'] = 'NAME OF TEMPLATE GROUP EG FORUMHOME TEMPLATES'; |
#4
|
||||
|
||||
I created the plugin and it did nothing (plugin enabled) but the templates are still seperate, not grouped inside the template group name.
Also, how would it know where to end? |
#5
|
|||
|
|||
try
Code:
$only['statistic'] = 'Statistics Templates'; |
#6
|
||||
|
||||
Excellent. That works, thank you very much!
|
#7
|
|||
|
|||
No problem. Happy to help.
|
#8
|
||||
|
||||
Okay, any way to sort them alphabetically?
Thank you |
#9
|
|||
|
|||
They should slot in alphabetically automatically. Of course if you have some called things like Logicians Web Templates then it will come in the L's but if you name it just Web Templates then it will come in the W's
|
#10
|
||||
|
||||
Thank you.
Regarding drop down, it is global problem on forumhome, postbit, thread view, etc. Any javascript drop down is not working and I have no idea why. Any help appreciated. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|