The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Mindestic GlosPro 1.2.2 Details »» | |||||||||||||||||||||||||
Development of this mod is on hold due to lack of time and development of Mindestic Gaming CMS Lite. No support will be given at this time.
Mindestic GlosPro Description Mindestic GlosPro is an advanced yet simple to use system to create a glossary of terms for your website along side with vBulletin 3.6.X series. Loaded with features, Mindestic GlosPro is a great tool for any sized website! Mindestic GlosPro Information Current Version Number: 1.2.2 vBulletin Test Version(s): 3.6.4 Queries to run: 5 File Edits: 0 New Files: 12 New Phrases: 225 New Templates: 21 New Plugins: 10 Template Edits: 4 Last Edited: January 14, 2007 Edited By: Lucas Pawelczyk Install Time: 2 minutes Difficulty: Easy Current Planned Features For Version 1.2.3
For those wanting the hack for the 3.5.X series please click visit: https://vborg.vbsupport.ru/showthread.php?p=938884 For those wanting the hack for the 3.0.X series please click visit: https://vborg.vbsupport.ru/showthread.php?t=111622 Additional Credits:
Supporters / CoAuthors Show Your Support
|
Comments |
#92
|
||||
|
||||
Can some tell me how I can only allow certain groups to turn on/off the glassary from the usercp? Currently all usergroups have this option, I want to only allow certain groups to have this option in usercp, any help with this please?
|
#93
|
||||
|
||||
To allow certain groups to be able to view this find the following code in the 'modifyoptions' template:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
#94
|
||||
|
||||
Is there a way to turn letterbit on for every page of the glossary?
I mean, when I'm looking at a certain definition I'd really like to have the letterbit above it. |
#95
|
||||
|
||||
There is no settings for that but it can be done by editing the templates as well the main glossary.php file, so it depends on howw badly you want it lol.
|
#96
|
||||
|
||||
Well I'm getting to know the code, I've already modified the code to make glossary.php without args to act as if it had received a do=listglossary&c=1 by editing the "default action":
if (empty($_REQUEST['do'])) { $_REQUEST['do'] = 'listglossary'; $_REQUEST['c'] = '1'; } Then I also inserted a "show all" link at the beggining of the letterbit, but it was a minor edit, I just added: eval('$letterbits = "<td><a href=glossary.php>Show all</a></td>";'); before the other evals. But this one I cannot accomplish. I edited the main Glossary template and in the section where the letterbit table is displayed I removed the "if" so it should display letterbit no matter what, and yet it doesn't happen. I hope you don't mind I'm performing this little customization, I believe it's impossible to make a product to suit each and every webmaster out there LMAO. EDIT: I did it! I hadn't noticed that in glossary.php the letterbit eval part is inside an if statement restricting it to show only if do = listglossary, so I took that whole part outside the 'if'. I had to set c = 1 because it is initially = 0 and takes me to a blank page. |
#97
|
||||
|
||||
No thats fine Amenadiel. I'm more then happy to see customization and happy to see people share what they did in the thread, who knows might add additional options for whatever has been added.
|
#98
|
|||
|
|||
Here's an interesting item I just noticed with cross linking.
If I have the word Telephone in the glossary, and a user places the work telephone in a post, the post becomes capitalized. Is there a way to allow the post to remain as is? |
#99
|
||||
|
||||
Quote:
HTML Code:
<!-- Start Glossary User Options --> <if condition="$vbulletin->userinfo['usergroupid'] == '5,6,7,11,12,16'"> <if condition="$vboptions['vbglossaryactive']"> An I doing something wrong? |
#100
|
||||
|
||||
dilbert: No I havn't figured a way with that. If someone does they can let me know lol.
bada_bing: Instead of this: PHP Code:
PHP Code:
|
#101
|
||||
|
||||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|