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

Reply
 
Thread Tools
vBulletin-Glossary Details »»
vBulletin-Glossary
Version: 2.0.6, by Vossi Vossi is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.1.4 Rating:
Released: 02-14-2011 Last Update: 06-16-2011 Installs: 127
DB Changes Uses Plugins Template Edits Auto-Templates
Additional Files Translations  
No support by the author.

What is vBulletin-Glossary:

A professional glossary with features like :
  • crosslinking
  • attachments in entries using vBullstin attachment system
  • searchable by using the vBulletin standard search
  • edit-history just like in wikipedia
  • synonyms to combine crosslinkings to other words
  • optional entryfields for more details of entry
  • vb-SEO compatible
  • etc.
Installation:

- Upload all files in 'upload' to your server

- set 777-permission for the following directories:
  • /vbglossar
  • /vbglossar/backup
  • /vbglossar/temp
- Import 'product-vbglossar.xml' in AdminCP as Add-On.

Right after the import of the productfile, go and set the usergroups. Afterwards edit the setting in AdminCP (Settings and Crosslinking). Now go to 'manage categories' and create the wanted cats.

Now the glossary should be configured and ready to use.

Updates from previous versions:

Follow the instruction of a new installation, also check the file permissions. After importing the product (overwrite: yes), check the grouprights and the settings of the glossary as there are some new features. In case the entries won't show up, please rebuild the datastore in the tools-section of the glossarin in admincp.

Template Modification:

Edit template 'search.css' and check for the following text
Quote:
/* as post */
Please include the following code above this:
Quote:
.threadinfo.glossaryentry a.threadstatus
{
background-image:url({vb:stylevar imgdir_searchresults}/search_results_glossaryentry.png);
background-position: 11px 6px;
}
General:

This addon has been developed by the follwing people (a-z): Andreas, Captainslater, G?rome, Surviver and me. We spent every free minute for this project (coding, translation, tests, etc). Also MrD and Ragtek have tested during the time when this addon got developed.

In directory '/tools' you might find a usefull Script by G?rome. User of vBCMS will find a module for their portal in directory 'vbcms' which shows a random entry of the glossary.

History:
  • 1.0.0 - First version
  • 1.0.0 PL 1 - Fixed Version by G?rome, users can't write unwnated entries anymore.
  • 1.0.1 - overwork of the code, now working with datastore and datamanager. Also we included some small new features into the addon (e. g. revert entries, inlinemod, etc).
  • 1.0.2 - overwork of the code, bugs removed, a lot of new features
  • 1.0.3 - fixed more small bugs and added new functions (create threads for discussions, more options for crosslinking, better options for mods/admins, etc).
  • 1.0.4 - bugfix-release.
  • 1.1.0 - added more main-features (synonyms can be used now, optional use of entryfields within categories, PDF-functions included, vB-SEO kompatible, TOC-list, etc)
  • 2.0.5 - Version for vBulletin 4.x with additional new features, bugs fixed.
  • 2.0.6 - Version for vBulletin 4.1.4 with small bug fixes.

Download Now

File Type: zip vbglossary205.zip (361.0 KB, 414 views)
File Type: zip vbglossary206.zip (486.7 KB, 829 views)

Screenshots

File Type: png 0-catview.png (28.7 KB, 0 views)
File Type: png 0-home.png (21.9 KB, 0 views)
File Type: jpg 1-entryview.jpg (112.7 KB, 0 views)
File Type: jpg 2-newentry.jpg (58.7 KB, 0 views)
File Type: png 3-threadpost.png (29.0 KB, 0 views)
File Type: png 4-admincp.png (4.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
6 благодарности(ей) от:
babyv0x, career, fxdigi-cash, RichieBoy67, Ricsca, Trangalleiro

Comments
  #42  
Old 02-23-2011, 05:57 AM
Vossi Vossi is offline
 
Join Date: Mar 2005
Location: Germany
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by way2xtreme View Post
Another switch somewhere?
Did you activate vBSEO-support for the glossary in admincp -> vBulletin-GLossary -> External addons?
Reply With Quote
  #43  
Old 02-23-2011, 07:15 AM
RS_Jelle RS_Jelle is offline
 
Join Date: Jul 2005
Posts: 1,276
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod! I guess you have the only vB4 mods with search integration

I found two small bugs:
  1. In the vbglossar_mailtofriend template replace
    Code:
    {vb:raw entryname}
    with
    Code:
    {vb:raw entry.name}
  2. The mod doesn't work with CSS as files. In the vbglossar_showcat template you have for example:
    HTML Code:
    	<vb:if condition="$vboptions['storecssasfile']">
    		{vb:cssfile forumdisplay-rollup.css}
    	<vb:else />
    		{vb:cssfile toolsmenu.css,forumbits.css,forumdisplay.css,threadlist.css,memberlist.css,postlist.css,showthread.css,postbit.css,attachment.css,poll.css,lightbox.css,options.css}
    	</vb:if>
    But forumdisplay-rollup isn't enough. That rollup doesn't contain all CSS files listed in the else clause. For example memberlist.css is missing in it.
    The same goes for the vbglossar_home template. For example toolsmenu.css is missing in it when you have CSS as files.

    Solution: create custom glossary rollup xml's with all necessary templates listed in them.

And a suggestion: add custom meta descriptions (and keywords) to the vbglossar_showentry template. Now all entries have the same, default meta information. You need to disable the default ones in headinclude for that with a plugin setting $show['threadinfo'].
Reply With Quote
  #44  
Old 02-24-2011, 11:08 PM
clathrop clathrop is offline
 
Join Date: Oct 2010
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please disregard any of my prior posts on this thread. An uninstall/reinstall of a few plugins resolved all prior issues.

The only strange thing I'm seeing is that images using the IMG BB code tag are being rendered as links instead of images. Attachments show fine, just not inline images.

This is a great MOD BTW.
Reply With Quote
  #45  
Old 02-25-2011, 07:07 AM
Vossi Vossi is offline
 
Join Date: Mar 2005
Location: Germany
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by clathrop View Post
The only strange thing I'm seeing is that images using the IMG BB code tag are being rendered as links instead of images. Attachments show fine, just not inline images.
This is going to be fixed in the next version.

Thanks for the donation
Reply With Quote
  #46  
Old 03-01-2011, 01:23 AM
Saviour's Avatar
Saviour Saviour is offline
 
Join Date: Apr 2007
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Any way to make this mod work with words that were entered before the Glossary was installed?

It's working for all new entries, but not the old ones. Say...the word "computer" is in the Glossary, all new threads/posts with that particular word work, but the words that were there, prior, do not.

Any help?

BTW...excellent mod! Two thumbs up!
Reply With Quote
  #47  
Old 03-01-2011, 02:29 AM
Saviour's Avatar
Saviour Saviour is offline
 
Join Date: Apr 2007
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also,

Now getting this error when trying to edit an entry:

Code:
Warning: htmlentities() [function.htmlentities]: charset `ANSI_X3.4-1968' not supported, assuming iso-8859-1 in [path]/includes/class_dm_vbglossar_entry.php on line 377
Something I did wrong? Bug? Is there a fix?
Reply With Quote
  #48  
Old 03-01-2011, 04:25 AM
Vossi Vossi is offline
 
Join Date: Mar 2005
Location: Germany
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That means, that you are using the 'ANSI_X3.4-1968'-charset and that this charset does not support the htmlentities function.

Just try to open 'class_dm_vbglossar_entry.php' and check line 377, outsource
PHP Code:
# $popup = htmlentities($popup, ENT_COMPAT,  "$stylevar[charset]" ); 
by adding # at the beginning of the line.

You might find another part of the addon where this error appears; just do this again at the specific parts. That might fix this.
Reply With Quote
  #49  
Old 03-01-2011, 04:53 AM
Saviour's Avatar
Saviour Saviour is offline
 
Join Date: Apr 2007
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

With the space included? This "might" fix this? Or will fix it?
Reply With Quote
  #50  
Old 03-01-2011, 05:09 AM
Saviour's Avatar
Saviour Saviour is offline
 
Join Date: Apr 2007
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Seems to be working...so far. Thanks.
Reply With Quote
  #51  
Old 03-01-2011, 06:18 AM
Vossi Vossi is offline
 
Join Date: Mar 2005
Location: Germany
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Saviour View Post
With the space included? This "might" fix this? Or will fix it?
It will
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:02 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.08545 seconds
  • Memory Usage 2,365KB
  • Queries Executed 26 (?)
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
  • (3)bbcode_code
  • (1)bbcode_html
  • (1)bbcode_php
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (6)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
  • (8)postbit_attachment
  • (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_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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete