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

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

Category: Add-On Releases - Version: 3.7.x Rating:
Released: 08-14-2008 Last Update: 12-09-2008 Installs: 144
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
  • edit-history
  • synonyms
  • optional entryfields
  • 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.

Update from version 1.0.0 to version 1.0.1/version 1.0.1 to version 1.1.x:

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.

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)

Languages:

By default you will find the complete germany and english phrases in the product (look at ZIP-file), done by Captainslater. The turkish translation has been done by t?rkg?rc?.

More translations are welcome and it would be nice if those will be published here.

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #252  
Old 02-08-2009, 07:03 PM
t?rkg?rc? t?rkg?rc? is offline
 
Join Date: Nov 2007
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by WildSoftCat View Post
Problem with popup showing in different coding (seems as unknown language ) fixed.

Edit functions_vbglossar.php in include folder :

1. Find

PHP Code:
function fetch_glossar_items()
{
    global 
$vbulletin
Replace with :

PHP Code:
function fetch_glossar_items()
{
    global 
$vbulletin$stylevar
2. Find :

PHP Code:
$item['description'] = htmlentities($item['description']); 
Replace with :

PHP Code:
$item['description'] = htmlentities($item['description'], ENT_COMPAT,  "$stylevar[charset]); 
Done
incompatible with version 1.1.0
Reply With Quote
  #253  
Old 02-08-2009, 10:15 PM
i156 i156 is offline
 
Join Date: Oct 2007
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by t?rkg?rc? View Post
@i156
I'm getting the same error
I have talked with someone that said they can probably fix it but I was hoping to hear from the person that actually made this module instead of paying for someone to fix it. Oh well.
Reply With Quote
  #254  
Old 02-18-2009, 01:13 AM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Crosslinking css area in styles > main css is not working at all.

As a matter of fact, the mod is over-riding other css for another mod that works globally (logos.com pop-up scripture tool) that automatically highlights Scripture verses in hyperlink css. Even that is getting over-ridden by this glossary mod.




hover, orange link not showing



no hover, no css




The above problem happens inside the glossary itself only, not forum posts.


Another problem is that the "Display of x characters in preview popup for crosslink" is void, not doing anything. I even changed it to 1000 characters and it still displays about 250-300 chacters max on words that have over even 30k characters total. Yes, I also increased max width to 350 from default 250. The width changed, not max characters.
Reply With Quote
  #255  
Old 02-18-2009, 01:46 AM
i156 i156 is offline
 
Join Date: Oct 2007
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Vossi, I see you have logged in since I posted the errors that I'm constantly getting everyday. I've moved to a new server so didn't get someone to fix it yet. Can you possibly tell me why I'm getting these errors before I have to pay for someone to fix it? I'm also trying to figure out if it is worth paying to get fixed or just remove the modules from my site and just deal with losing all that content.

My latest error, few minutes ago:
Quote:
Database error in vBulletin 3.8.0:

Invalid SQL:

SELECT COUNT(*) AS count
FROM vbglossar_entry AS entry
LEFT JOIN vbglossar_category AS cat ON(cat.id = entry.categoryid)

WHERE entry.status IN (1)
AND cat.status IN(1)
AND userid = 1259
AND name LIKE("F%");

MySQL Error : Column 'name' in where clause is ambiguous
Error Number : 1052
Request Date : Tuesday, February 17th 2009 @ 10:42:07 PM
Error Date : Tuesday, February 17th 2009 @ 10:42:07 PM
Script : http://www.usacarry.com/forums/vbglo...name&order=ASC
Referrer :
IP Address : 82.99.30.47
Username : Unregistered
Classname : vB_Database
MySQL Version :
Reply With Quote
  #256  
Old 02-18-2009, 12:01 PM
alehawk alehawk is offline
 
Join Date: Apr 2008
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i156 I got to different forums running and I got that error in one of them, is not the server, maybe this error is because some other product.
I read about this and it is said that is a google spider issue and you must disalow vbglossar.php in robots.txt
I havent tested yet.
Maybe you can give it a try.
Reply With Quote
  #257  
Old 02-18-2009, 12:10 PM
ragtek ragtek is offline
 
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by i156 View Post
Vossi, I see you have logged in since I posted the errors that I'm constantly getting everyday. I've moved to a new server so didn't get someone to fix it yet. Can you possibly tell me why I'm getting these errors before I have to pay for someone to fix it? I'm also trying to figure out if it is worth paying to get fixed or just remove the modules from my site and just deal with losing all that content.

My latest error, few minutes ago:
edit the vbglossar.php

search
- line 2887
PHP Code:
$condition ' AND name NOT REGEXP("^[a-zA-Z]")'
replace with
PHP Code:
$condition ' AND entry.name NOT REGEXP("^[a-zA-Z]")'
- line 2892
PHP Code:
$condition ' AND name LIKE("' $db->escape_string_like($ltr) . '%")'
replace with
PHP Code:
$condition ' AND entry.name LIKE("' $db->escape_string_like($ltr) . '%")'
- in line 2947
PHP Code:
AND userid " . intval($userid) . " 
replace with
PHP Code:
AND entry.userid " . intval($userid) . " 
Reply With Quote
  #258  
Old 02-18-2009, 12:17 PM
i156 i156 is offline
 
Join Date: Oct 2007
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks. I've just made these changes. Hopefully that fixed my problem!
Reply With Quote
  #259  
Old 02-19-2009, 11:43 AM
alehawk alehawk is offline
 
Join Date: Apr 2008
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, yesterday I made the same changes and I didnt get any error email since then.
Reply With Quote
  #260  
Old 02-19-2009, 08:54 PM
i156 i156 is offline
 
Join Date: Oct 2007
Posts: 105
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Same here, no errors since.
Reply With Quote
  #261  
Old 02-19-2009, 09:00 PM
ragtek ragtek is offline
 
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

fine fine
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 04:54 AM.


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.08704 seconds
  • Memory Usage 2,337KB
  • 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
  • (10)bbcode_php
  • (4)bbcode_quote
  • (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
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (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_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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • 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