Version: 1.1.4, by SS9267547
Developer Last Online: Jun 2009
Version: 3.5.4
Rating:
Released: 03-31-2006
Last Update: 11-26-2006
Installs: 111
DB Changes Uses Plugins Template Edits
Additional Files
No support by the author.
Please note that version 1.1.4. of Mindestic GlosPro is the final version for vBulletin 3.5.X series and there will be no more development or support for this vBulletin series. However development for vBulletin 3.6.X series has start and at this time works for both versions.
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.5.X series. Loaded with features, Mindestic GlosPro is a great tool for any sized website!
Mindestic GlosPro Information
Current Version Number: 1.1.4
vBulletin Test Version(s): 3.5.4
Queries to run: 4
File Edits: 0
New Files: 8
New Phrases: 171
New Templates: 17
New Plugins: 7
Template Edits: 2
Last Edited: November 27, 2006
Edited By: Lucas Pawelczyk
Install Time: 2 minutes
Difficulty: Easy
Current Features
Option to activate or disable glossary globally.
Give permissions to whatever usergroup you want to be able to access this.
Option for maximum number of entries to be displayed per page.
Create unlimited basic categories.
Basic search options.
Sort glossary alphabetically.
Supports html code, smiles, bbcode, imgcode.
Auto convert url to bbcode.
User submited glossary terms option.
Glossary tools for user side inculding add, edit and delete terms.
User submit flood control system.
Moderate new glossary terms option.
Moderate glossary terms via admincp and modcp.
Email and/or PM options for admins.
Sort list options in admincp / modcp.
Search function for admincp / modcp.
Enable/Disable 'Last Updated' information from glossary.
Enable/Disable 'Submitted By' information from glossary.
Crosslinking repeated glossary terms to other glossary terms with glossary tooltip feature as well crosslinking within forum posts.
Enable/Disable crosslink image from glossary.
Option to limit the number of replacements for each term for crosslinking.
While awating for updates I changed glossary.php, around line 223, to
$displayterms = $vbulletin->db->query_read("
SELECT *
FROM " . TABLE_PREFIX . "glossary AS glossary
WHERE glossarycategoryid='". $db->escape_string($c) ."' AND $condition AND glossaryvalid='1'
ORDER BY glossaryname
LIMIT " . ($limitlower - 1) . ", $perpage
");
So I can get an alpha order.
I also changed admin_glossary.php, line 86, to
//$glossaries=$db->query("SELECT * FROM " . TABLE_PREFIX . "glossary ORDER BY glossaryid LIMIT $startat, " . $vbulletin->GPC['perpage'] ."");
and added as line 87:
$glossaries=$db->query("SELECT * FROM " . TABLE_PREFIX . "glossary ORDER BY glossaryname LIMIT $startat, " . $vbulletin->GPC['perpage'] ."");
Well its that time, the newest version of the hack is here. Now before you all go and upgrade please do note to backup your glossary database just in case the upgrade does not work. Now that dosn't mean it won't, I have tested the script and it seems to upgrade to the newest verion no problem but you never know!
The following is what you'll see:
115 new phrases.
1 new template edit.
1 new plugin.
4 new templates.
Supports html code, smiles, bbcode, imgcode.
User submited glossary terms.
Glossary tools for user side inculding add, edit and delete terms.
User submit flood control system.
Moderate new glossary terms option.
Moderate glossary terms via admincp and modcp.
Email and/or PM options for admins.
Sort list options in admincp / modcp.
Search function for admincp / modcp.
Known Bugs For Version 1.1.1:
PM messages will not send if pm quota for any admins is full and/or their PM system is off.
Well there you have it. I hope you all enjoy. If there are problems or any ideas for this hack please do post! Enjoy
Oh also enjoy the following new screenshot from version 1.1.1.