Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Mindestic GlosPro 1.1.3 Details »»
Mindestic GlosPro 1.1.3
Version: 1.1.4, by SS9267547 SS9267547 is offline
Developer Last Online: Jun 2009 Show Printable Version Email this Page

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
  1. Option to activate or disable glossary globally.
  2. Give permissions to whatever usergroup you want to be able to access this.
  3. Option for maximum number of entries to be displayed per page.
  4. Create unlimited basic categories.
  5. Basic search options.
  6. Sort glossary alphabetically.
  7. Supports html code, smiles, bbcode, imgcode.
  8. Auto convert url to bbcode.
  9. User submited glossary terms option.
  10. Glossary tools for user side inculding add, edit and delete terms.
  11. User submit flood control system.
  12. Moderate new glossary terms option.
  13. Moderate glossary terms via admincp and modcp.
  14. Email and/or PM options for admins.
  15. Sort list options in admincp / modcp.
  16. Search function for admincp / modcp.
  17. Enable/Disable 'Last Updated' information from glossary.
  18. Enable/Disable 'Submitted By' information from glossary.
  19. Crosslinking repeated glossary terms to other glossary terms with glossary tooltip feature as well crosslinking within forum posts.
  20. Enable/Disable crosslink image from glossary.
  21. Option to limit the number of replacements for each term for crosslinking.
  22. Navbar options for auto placement.
All Screenshots And Release Notes
  1. Screenshot For Version 1.1.1 (Part 1)
  2. Screenshot For Version 1.1.1 (Part 2)
  3. Screenshot For Version 1.1.2
  4. Screenshot For Version 1.1.3
Known Bugs For Version 1.1.3:
  • PM messages will not send if pm quota for any admins is full and/or their PM system is off.
  • Line breaks go missing with the Basic Editor.
Current Planned Features For Version 1.1.5 (vB 3.5.X)
  1. None
Additional Credits:
  • Orginal Navbar Plugin by Billspaintball. Thanks for the idea!
For those wanting the hack for the 3.6.X series please click visit:
https://vborg.vbsupport.ru/showthread.php?t=132632

For those wanting the hack for the 3.0.X series please click visit:
https://vborg.vbsupport.ru/showthread.php?t=111622

Remember if you use and like this hack make sure to click 'Install'. Thanks!

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
trotskid

Comments
  #262  
Old 07-11-2006, 09:59 AM
cassis2k cassis2k is offline
 
Join Date: Mar 2005
Location: Paris
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice...........Clicks Install
Reply With Quote
  #263  
Old 07-11-2006, 12:46 PM
louis_chypher's Avatar
louis_chypher louis_chypher is offline
 
Join Date: Mar 2006
Location: Boise, Idaho
Posts: 130
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

***** Great Work! Thank you very much.*****

I noticed that when the crosslink tooltip box showed up the glossary term and the word "Click" ran into each other. I found in the functions_glossary.php file

Code:
$replacelinkterms[] = "<span class=\"glossarycrosslinkimage\"><a href=\"$glossarypath/glossary.php?do=viewglossary&term=$glossaryid\"' onMouseover=\"fixedtooltip('<b>$vbphrase[glossary_term]:&nbsp;$glossaryname</b></br>$vbphrase[glossary_readterm]', this, event, tipwidth)\" onMouseout=\"delayhidetip()\">$glossaryname&nbsp;</a></span>";
and

Code:
$replacelinkterms[] = "<span class=\"glossarycrosslink\"><a href=\"$glossarypath/glossary.php?do=viewglossary&term=$glossaryid\"' onMouseover=\"fixedtooltip('<b>$vbphrase[glossary_term]:&nbsp;$glossaryname</b></br>$vbphrase[glossary_readterm]', this, event, tipwidth)\" onMouseout=\"delayhidetip()\">$glossaryname</a></span>";
I changed them to display a space after the glossary term:

Code:
$replacelinkterms[] = "<span class=\"glossarycrosslinkimage\"><a href=\"$glossarypath/glossary.php?do=viewglossary&term=$glossaryid\"' onMouseover=\"fixedtooltip('<b>$vbphrase[glossary_term]:&nbsp;$glossaryname&nbsp;</b></br>$vbphrase[glossary_readterm]', this, event, tipwidth)\" onMouseout=\"delayhidetip()\">$glossaryname&nbsp;</a></span>";
and

Code:
$replacelinkterms[] = "<span class=\"glossarycrosslink\"><a href=\"$glossarypath/glossary.php?do=viewglossary&term=$glossaryid\"' onMouseover=\"fixedtooltip('<b>$vbphrase[glossary_term]:&nbsp;$glossaryname&nbsp;</b></br>$vbphrase[glossary_readterm]', this, event, tipwidth)\" onMouseout=\"delayhidetip()\">$glossaryname</a></span>";
*shrug*
Reply With Quote
  #264  
Old 07-11-2006, 11:32 PM
Renada's Avatar
Renada Renada is offline
 
Join Date: Jan 2005
Posts: 121
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,

Everything is working wonderfully for me except the crosslinking. I've enabled everything in the AdminCP - is there something else I need to do/enable to make it work?

Thanks,
Renada
Reply With Quote
  #265  
Old 07-12-2006, 03:26 PM
GrendelKhan{TSU's Avatar
GrendelKhan{TSU GrendelKhan{TSU is offline
 
Join Date: Jun 2005
Location: Boston | Seoul, S. Korea
Posts: 1,311
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

looks awesome!! (er...why the name change? Mindxxxx Glosxxx something is hard to remember but vbGlossary is easy, imo).

eitheway...can't wait to check it out!

anyword on 3.6 compatibilty?
Reply With Quote
  #266  
Old 07-13-2006, 10:28 PM
dendrob dendrob is offline
 
Join Date: Mar 2006
Posts: 117
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

btw, I think you already fixed this bug, but somehow it re-appeared

When you define a term, and the term is contained in a definition it links back to itself..ie

Velamen - A thick layer of corklike, water-absorbing cells surrounding the roots of epiphytic orchids. The Velamen acts much like a sponge when moisture is present and it contains canals and channels to move the water inward.

the word velamen will point back to its own definition
Reply With Quote
  #267  
Old 07-16-2006, 01:13 AM
Morrighan256's Avatar
Morrighan256 Morrighan256 is offline
 
Join Date: Mar 2006
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fixed, working, thank! *clicks install*
Reply With Quote
  #268  
Old 07-17-2006, 01:27 AM
caliman's Avatar
caliman caliman is offline
 
Join Date: Jan 2005
Location: California
Posts: 256
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

SS9267547 - I've noticed that I can't edit the titles of glossary terms - at the very least - change their case - FYI.

Other than that and the delete bug I mentioned with the pulldown, it appears to be working as designed.
Reply With Quote
  #269  
Old 07-17-2006, 03:00 AM
bada_bing's Avatar
bada_bing bada_bing is offline
 
Join Date: Feb 2004
Location: Michigan
Posts: 1,698
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will install soon.. Nice hack ...
Reply With Quote
  #270  
Old 07-18-2006, 01:00 PM
Serenity Serenity is offline
 
Join Date: Nov 2002
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i noticed in the readme files it states
"Crosslinking does not work with all php / server versions. Fix has not been confired yet with users having this issue"

i was wondering what version of php and server versions are running the crosslinking in the forums.

it's wierd because crosslinking in the glossary works just fine, but nothing for the forums :/

thanks! and awsome work!!!!!!!
Reply With Quote
  #271  
Old 07-18-2006, 01:12 PM
Serenity Serenity is offline
 
Join Date: Nov 2002
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok, so after i posted this i went back into the forum and crosslinking sort of works. it takes away the formatting of the posts like line spaceing and inserts <br /> instead and crosslinks it to the glossary. (yes there is a BR term in there and thats why it happens) i don't want to remove the br term from the glossary because, well, it's needed lol

so,
is there anyway to make this feature "smart"?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:45 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05000 seconds
  • Memory Usage 2,314KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete