View Full Version : Add-On Releases - vBulletin-Glossary
t?rkg?rc?
02-08-2009, 07:03 PM
Problem with popup showing in different coding (seems as unknown language :D) fixed.
Edit functions_vbglossar.php in include folder :
1. Find
function fetch_glossar_items()
{
global $vbulletin;
Replace with :
function fetch_glossar_items()
{
global $vbulletin, $stylevar;
2. Find :
$item['description'] = htmlentities($item['description']);
Replace with :
$item['description'] = htmlentities($item['description'], ENT_COMPAT, "$stylevar[charset]" );
Done :)
incompatible with version 1.1.0
@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.
Chadi
02-18-2009, 01:13 AM
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.
https://vborg.vbsupport.ru/external/2009/02/43.png (http://www.imagebam.com/image/c3b7b727058202)
hover, orange link not showing
https://vborg.vbsupport.ru/external/2009/02/44.png
no hover, no css
https://vborg.vbsupport.ru/external/2009/02/45.png
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.
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:
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/vbglossar.php?do=userentries&u=1259<r=F&sort=name&order=ASC
Referrer :
IP Address : 82.99.30.47
Username : Unregistered
Classname : vB_Database
MySQL Version :
alehawk
02-18-2009, 12:01 PM
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.
ragtek
02-18-2009, 12:10 PM
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
$condition = ' AND name NOT REGEXP("^[a-zA-Z]")';
replace with
$condition = ' AND entry.name NOT REGEXP("^[a-zA-Z]")';
- line 2892
$condition = ' AND name LIKE("' . $db->escape_string_like($ltr) . '%")';
replace with
$condition = ' AND entry.name LIKE("' . $db->escape_string_like($ltr) . '%")';- in line 2947
AND userid = " . intval($userid) . "
replace with
AND entry.userid = " . intval($userid) . "
Thanks. I've just made these changes. Hopefully that fixed my problem!
alehawk
02-19-2009, 11:43 AM
Yes, yesterday I made the same changes and I didnt get any error email since then.
Same here, no errors since.
ragtek
02-19-2009, 09:00 PM
fine fine
Chadi
02-19-2009, 11:12 PM
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.
https://vborg.vbsupport.ru/external/2009/02/43.png (http://www.imagebam.com/image/c3b7b727058202)
hover, orange link not showing
https://vborg.vbsupport.ru/external/2009/02/44.png
no hover, no css
https://vborg.vbsupport.ru/external/2009/02/45.png
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.
Would appreciate help on the above.
exportforce
02-28-2009, 05:52 PM
Initialisiere Datastore/initialize datastore ...
Warnung: require_once([path]/includes/adminfunctions_vbglossar.php) [function.require-once]: failed to open stream: No such file or directory in [path]/admincp/plugin.php(1985) : eval()'d code (Zeile 22)
Fatal error: require_once() [function.require]: Failed opening required '/var/www/web10/html/forum/includes/adminfunctions_vbglossar.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/web10/html/forum/admincp/plugin.php(1985) : eval()'d code on line 22
VBulletin 3.7.3
Won't get it to run.
Help please.
ragtek
03-02-2009, 04:55 PM
Is this by trying to install the glossary?
if yes:
You've read the readme.txt??
Copy all files and directories of '/upload' into your forumroot.
The following directories need 0777 FTP-permissions:
/vbglossar
/vbglossar/backup
/vbglossar/temp
Afterwards import the product file in AdminCP.
You must upload the files befor you import the productfile!
PitchouneN64ngc
03-06-2009, 11:24 AM
As I'm translating your mod into French, i will report any bug I can found.
- When you're using MySQLi database connection, when you export a backup, you can see 2 lines of error code. It comes from includes/class_vbcsv_vbglossar.php at line 345. Change:while ($tablefields = mysql_fetch_row($headerresult))Towhile ($tablefields = $this->registry->db->fetch_row($headerresult))- In vBulletin Options, the values in dropdown menus for external addons are hardcoded into the options.
- In admin_vbglossar.php at line 701, you have some hardcoded text:
$cell[] = "<b>$date, $time Uhr</b>";
- The phrases 'setting_vbglossar_tagbadwordsvbglossar_taggoodwor ds_desc' and 'setting_vbglossar_tagbadwordsvbglossar_taggoodwor ds_title' are not used. You can delete them.
Anyway, when I finish this translation, i'll PM you to upload it with the mod as default ;)
PitchouneN64ngc
03-06-2009, 08:38 PM
An other thing:
- Before 1.1.0, the attachment datamanager file seems named class_attachment_vbglossar.php. and when you manage attachments to be in database (for example), it tells you the file didn't exist. The file is now named class_dm_attachment_vbglossar.php.
Edit line 296 of admincp/attachment_vbglossar.php in consequence.
And I see the attachment system is buggy with me. When I'm logged in, it tells me I'm userid 0 (line 529 of includes/class_dm_attachment_vbglossar.php). This is due because $entryinfo['userid'] is not defined from vbglossar_newattachment.php (and in this way, defined to be 0).
According to this bug report (http://www.vbulletin.com/forum/project.php?issueid=27420), you can do the same.
PS: in this same file (vbglossar_newattachment.php), "$entryinfo = array();" is defined 2 times.
arabuser
03-12-2009, 08:08 AM
I see nobody answered the guys who reported Duplicate error (( MySQL Error : Duplicate column name 'groupvbglossar' ))
when I tried first time to install the addon it take long time proccessing the script and after that time it didnt give me complete page just white error page when I tried again to install it always get the message (( MySQL Error : Duplicate column name 'groupvbglossar' )) and I dont find the product to uninstall it coz it didnt completed correctly so how I can skip this error or uninstall the product to try install it again without error.
ragtek
03-12-2009, 08:28 AM
you'll have to delete the groupvbglossar column with phpmyadmin
then you can try to install it a second time
arabuser
03-13-2009, 12:25 PM
thanks ragetak for your help I deleted groupvbglossar column from usergroup table
also I was need to delete the columns crosslink and popup from user table
im now looking for some help to show bbcode include images in popup and display arabic characterset
Gostemilov
03-18-2009, 01:48 PM
Database error in vBulletin 3.7.4:
Invalid SQL:
SELECT dateline, thumbnail_dateline, filename, filesize, visible, attachmentid, counter,
IF(thumbnail_filesize > 0, 1, 0) AS hasthumbnail, thumbnail_filesize,
attachmenttype.thumbnail AS build_thumbnail, attachmenttype.newwindow
FROM vbglossar_attachment AS attachment
LEFT JOIN attachmenttype AS attachmenttype USING (extension)
WHERE ((posthash = 'ade354c18b97ab4fe7828f5bee72dbdd')
AND userid = 1)
ORDER BY attachmentid;
MySQL Error : Illegal mix of collations (cp1251_bin,IMPLICIT) and (latin1_bin,IMPLICIT) for operation '='
Error Number : 1267
Request Date : Wednesday, March 18th 2009 @ 05:46:50 PM
Error Date : Wednesday, March 18th 2009 @ 05:46:50 PM
Script : http://photoshopia.ru/forum/vbglossar.php?do=updateentry
Referrer : http://photoshopia.ru/forum/vbglossar.php?do=editentry&catid=7
IP Address : 62.182.79.184
Username : Gostemilov
Classname : vb_database
MySQL Version : 4.1.22-standard
How to fix this problem? Thanks
Gostemilov
03-18-2009, 03:03 PM
Decision found. PMA -> vbglossar_attchments ->cp1251_bin -> latin1_bin
profmikel
03-28-2009, 03:54 PM
Is this mod available for 3.8x?
I tried to install with no success
interfx
04-06-2009, 03:19 PM
Will this work on 3.8.x?
I have the same question, were youable to make it work in 3.8.x?
interfx
04-07-2009, 06:53 PM
I've tried to install with 3.8.x, but can not get it working... is this mod supported? or can we donate $$$ to have a mod that is supported? and that it will work?
chick
04-10-2009, 08:50 AM
Will this work on 3.8.x?
yes, no problems
chick
04-10-2009, 09:00 AM
The time output on the PDF is backward, where do I change that at? Please!
Time output on PDF should be (for me) month day year.... currently it is....... day month year
Please advise.
kushal
04-10-2009, 12:46 PM
The english phrases in usergroup permissions are completely missing, I did install the english phrases too.
chick
04-12-2009, 09:02 PM
The English phrases in usergroup permissions are completely missing, I did install the English phrases too.
Same here, I had to correct many misspelled words.
Coder where do I fix the PDF output at???
There are no spaces between name and time, and time is wrong.
BB code not parsing upon overview (does parse when you open the glossary term and edit)
biocyberman
04-18-2009, 11:22 AM
How do we force no duplicate entries? Before a new entry is posted, it will be nice if there is a query to check if that entry (title) has been posted. Or even better, an ajax to query and suggest existing entries that is similar or identical to the one user is going to post.
arabuser
04-18-2009, 05:35 PM
anyone can help me I need to make link when the user click it, It is search for the link keyword inside glossary entries and show result of all match results to the keyword in the link for example:
mykeyword (https://vborg.vbsupport.ru/vbglossar.php?do=search&mykeyword)
I wasnt able to get any result all time it is go to seach page or give me message There were no search results how I can do this !!!
DieselMinded
04-25-2009, 08:57 PM
will this work with 3.8 ? is there a paid version ?
oskqqqq
05-15-2009, 12:29 PM
how can i show number of userentries on postbit?
masons
05-18-2009, 09:48 AM
Hi,
I like to make the glossary part of the search, how can I do this?
mariocaz
05-24-2009, 09:38 PM
Hi guys,
how to add a page to use crosslink ?
Because I installed the Video Directoy Remixed Mod in my forum and I am having this error when I want to enter to the video directoy page of my forum.
Fatal error: Cannot redeclare construct_category_url() in /home/allreef/public_html/inicio/includes/functions_vbglossar.php on line 945
So I had to disable the crosslink function to don?t have that error when I enter to the video page, is this one:
http://www.all-reefs.com/inicio/video.php
Thank you so much, I will be waiting your prompt answer and help!!
Mario
my_aly
05-27-2009, 08:27 PM
Thank you
mariocaz
05-27-2009, 08:44 PM
Hi guys,
how to add a page to use crosslink ?
Because I installed the Video Directoy Remixed Mod in my forum and I am having this error when I want to enter to the video directoy page of my forum.
Fatal error: Cannot redeclare construct_category_url() in /home/allreef/public_html/inicio/includes/functions_vbglossar.php on line 945
So I had to disable the crosslink function to don?t have that error when I enter to the video page, is this one:
http://www.all-reefs.com/inicio/video.php
Thank you so much, I will be waiting your prompt answer and help!!
Mario
please help!!!! :confused:
stylez84
07-03-2009, 05:54 PM
Seems to be working fine for me on vB 3.8.3 with many add-ons. Haven't received any database errors during normal operation or during installation but I've just installed it today and will monitor it.
philswallow
09-14-2009, 02:40 PM
Hi - tried to install for version 3.8.3 but it hangs at 'initialize datastore' - anyone got a fix? It would be so useful if I could get it to work - want to use it to show for beginners the expanded meaning of certain acronyms people tend to use on the forum.
Thanks
Phil
Gostemilov
10-11-2009, 04:00 PM
My forum is in windows-1251 codepage. How to create PDF in 1251? Thanks
yozzzo
10-12-2009, 11:04 AM
Slavic characters č, ć, đ are not supported.
Is there anyway to change the link on the navbar from "Glossar" to "Glossary"?
tiger
11-24-2009, 07:19 AM
If I remember right I changed that in the language file using a search.
ragtek
11-24-2009, 08:04 AM
Just change the vbglossar_navbartext phrase
Sarthek
11-30-2009, 05:41 AM
I wonder if this is to be updated for vB 4.0
project-Buckfas
12-06-2009, 09:12 PM
I was wondering if it will be updated also. I could do with this mod. I'll test it on 3.8.4 and report back.
kmohamed
12-06-2009, 11:04 PM
gread mod looking for a update for vb4 ? or at least vb3.8
t?rkg?rc?
12-19-2009, 11:31 AM
I wonder if this is to be updated for vB 4.0
RadioErewan
01-10-2010, 06:26 PM
Great mod, little bugy, but anyway, just great. Would love to hear it will be ported to vB4.
RadioErewan
01-10-2010, 09:20 PM
Arrrgh - there is new 1.1.1 on vBgermany.org :-| Not nice I can not download from german site :-(
RadioErewan
01-10-2010, 09:37 PM
<a href="http://www.vbulletin-germany.org/showthread.php?t=4354" target="_blank">http://www.vbulletin-germany.org/showthread.php?t=4354</a>
physiart
01-12-2010, 06:58 PM
http://www.vbulletin-germany.org/showthread.php?t=4354Are you sure that the new 1.1.1 is for vb4? My german is poor but I think that they talk about incompatibilities with the new default styling.
Has anyone tested it on vb4 yet?
RadioErewan
01-12-2010, 07:03 PM
No, it is for vb3.7 and 3.8. But it is fixed version (one year newer than 1.10), vB3.8 compatible at last. Using translate google com found they are probably planning to port it to vb4 also.
So, I am implementing in on my site. It is gerat, just fantastic mod.
Regards
Reef Man
01-22-2010, 12:10 PM
Hi,
I have a problem.
I migrate from 3.8.4 PL1 to 4.0.1. Obviously it was disable before the migration. After the migration, we tried to activate it, but obviously it didn?t work. We unisntall it but know I am getting a lot of errors like this one:
Database error in vBulletin 4.0.1:
Invalid SQL:
SELECT languageid,
phrasegroup_global AS phrasegroup_global,
phrasegroup_vbglossar AS phrasegroup_vbglossar,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM language
WHERE languageid = 3;
MySQL Error : Unknown column 'phrasegroup_vbglossar' in 'field list'
Error Number : 1054
Request Date : Thursday, January 21st 2010 @ 02:40:40 PM
Error Date : Thursday, January 21st 2010 @ 02:40:40 PM
Script : http://www.acuarios-marinos.com/forums/vbglossar.php?do=showentry&item=ciclado
Referrer : http://images.google.es/imgres?imgurl=http://www.acuarios-marinos.com/images/glossar/nitrogeno.jpg&imgrefurl=http://www.acuarios-marinos.com/forums/vbglossar.php%3Fdo%3Dshowentry%26item%3Dciclado&usg=__5ZPDOe9qc_csj7SYALBMVPgbiQk=&h=714&w=503&sz=56&hl=es&start=13&um=1&itbs=1&tbnid=o1HSclYYlkqwcM:&tbnh=140&tbnw=99&prev=/images%3Fq%3Dnitrogeno%2Borganico%2Bamoniaco%26hl% 3Des%26rlz%3D1T4GGLR_esES240ES240%26sa%3DN%26um%3D 1
IP Address : 80.38.100.24
Username :
Classname : vB_Database
MySQL Version :
This overload the server and it crashed. My host disable my account by this.
Can you tell me how to fix this?
To uninstall it, we delete all the files uploaded previously and uninstall the product from the admin CP.
Thanks in advance for you support.
Vossi
01-22-2010, 12:46 PM
As a matter of fact the glossary istnt compatible to vB4 yet but a version for vB4 will be released as soon as the membermap has been ported.
If you deleted vbglossar.php... how could it be used and caused such an error? I hardly doubt that the glossary was de-installed for good. Also the URL works but shows a crashed vB4, I dont see any disconnected site ;) I believe that the upgrade to 4.0 didnt work ;)
RadioErewan
01-22-2010, 01:13 PM
IIRC xml files in /includes/xml play impotrant part in such kind of errors. Tested Chatbox EVO and had problems with nonexistent columns because of forgotten XMLs left here.
Reef Man
01-22-2010, 07:50 PM
Hi, The site is not crashed, it was blocked by my hosting to overload by this errors.
the version 1.1.1 is compatible with vb4?
I don´t know what happen with this mod, but the error mention this mod and I do not understand why.
Reef Man
01-22-2010, 07:51 PM
I already take it out and it is still the same.
IIRC xml files in /includes/xml play impotrant part in such kind of errors. Tested Chatbox EVO and had problems with nonexistent columns because of forgotten XMLs left here.
Vossi
01-23-2010, 05:39 AM
I already take it out and it is still the same.
As a matter of fact I cant even call your forum in order to see what happens....
Reef Man
01-25-2010, 03:29 PM
The site is up now. My host take it out by the errors mentioned.
please let me know.
Reef Man
01-25-2010, 06:23 PM
Ok, Got the same error.
I placed the vbglossar.php in place and the error dissapear.
Any recomendation?
Database error in vBulletin 4.0.1:
Invalid SQL:
SELECT languageid,
phrasegroup_global AS phrasegroup_global,
phrasegroup_vbglossar AS phrasegroup_vbglossar,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM language
WHERE languageid = 3;
MySQL Error : Unknown column 'phrasegroup_vbglossar' in 'field list'
Error Number : 1054
Request Date : Monday, January 25th 2010 @ 03:13:45 PM
Error Date : Monday, January 25th 2010 @ 03:13:45 PM
Script : http://www.acuarios-marinos.com/forums/vbglossar.php
Referrer :
IP Address : 67.195.114.230
Username :
Classname : vB_Database
MySQL Version :
tldagent
01-25-2010, 08:01 PM
Ok, Got the same error.
I placed the vbglossar.php in place and the error dissapear.
Any recomendation?
Back everything up. Shut down your forum. Take a look at all the vbglossar files that were uploaded and remove them all. To find out where all of them are, look at the files you uploaded.
Next, go into your database admin and search for vbglossar I think there are tables it created and wherever else it is, delete all these tables.
The problem is there is no clean way to remove this add-on. It's a great idea for a product but I couldn't use it on my forum either as it was too buggy.
kisanjong
02-01-2010, 07:37 AM
hi vossi
any new on a vb4.0.1/2 update for this mod, its a great mod and cant wait for a update :)
Hi MrKing,
the Timeline for porting the Addons made by Vossi are vbmembermap then vbglossary.
the Map is finished in a few Days.
It´s a big addon, so that is not written to VB4 code in a few hours.
For all they will update to vb4. Disable the addon and make the addon update later.
kisanjong
02-04-2010, 07:10 AM
Thanks MrD that's great news for both vbmembermap and vbglossary both will be installed here :D
Thanks Vossi :up:
kisanjong
02-09-2010, 10:29 AM
Hi MrKing,
the Timeline for porting the Addons made by Vossi are vbmembermap then vbglossary.
the Map is finished in a few Days.
how is it coming along ? not rushing anyone just very interested :D
justasiam
03-16-2010, 03:37 PM
This is currently NOT compatible with vBulletin 4.02.
Is there any chance for an updated version?
molieman
03-18-2010, 08:20 PM
Addition:
------------------------------------------
OOOPS!!!! I should of looked back.... seems I'm not the only one.
I've had the server overload too, matter of fact several email and PM's stating they get a "Server Busy"
If you please let us know in what templates it's calling vbglossar.php perhaps we can fix it????
Thanks,
Matt Olieman
-------------------------------------------
Too bad about not working with 4.0.2 :( that's not why I'm posting.
I've uninstalled this mod prior to upgrading to vB4 but after upgrade I'm getting the below error. I don't know what and where it is calling the vbglossar.php from.
Any help or thoughts on this will be appreciated :)
------------------------------------------------------------
---------------------------------------------------------------------------
Database error in vBulletin 4.0.2:
Invalid SQL:
SELECT languageid,
phrasegroup_global AS phrasegroup_global,
phrasegroup_vbglossar AS phrasegroup_vbglossar,
options AS lang_options,
languagecode AS lang_code,
charset AS lang_charset,
locale AS lang_locale,
imagesoverride AS lang_imagesoverride,
dateoverride AS lang_dateoverride,
timeoverride AS lang_timeoverride,
registereddateoverride AS lang_registereddateoverride,
calformat1override AS lang_calformat1override,
calformat2override AS lang_calformat2override,
logdateoverride AS lang_logdateoverride,
decimalsep AS lang_decimalsep,
thousandsep AS lang_thousandsep
FROM vblanguage
WHERE languageid = 1;
MySQL Error : Unknown column 'phrasegroup_vbglossar' in 'field list'
Error Number : 1054
Request Date : Thursday, March 18th 2010 @ 01:36:03 PM
Error Date : Thursday, March 18th 2010 @ 01:36:03 PM
Script : http://www.mycockpit.org/forums/vbgl...howentry&id=19
Referrer :
IP Address : 000.00.00.00
Username :
Classname : vB_Database
MySQL Version :
vikris
04-13-2010, 08:33 PM
Is there going to be an upgrade for this for vb4?
Bishoponline
05-14-2010, 01:10 PM
please , it it possible to have it for vBulletin 4.0.3 ?
best regards
arabuser
06-03-2010, 09:30 AM
there a template called (vbglossar_navbarsearch) to do search from navbar
<form action="$vboptions[bburl]/vbglossar.php?$session[sessionurl]do=search" method="post">
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="search" />
<div>
<input type="text" class="bginput" name="keyword" size="25" tabindex="2008" />
<input type="submit" class="button" value="$vbphrase[go]" tabindex="2009" />
</div>
</form>
how I can use this search funcation in normal link coz I tried to do it by my self and I wasnt abel I tried
<a href="http://www.mydomain.com/vb/vbglossar.php?do=search&keyword=2010">2010 list</a>
but not work there some syntax to use this form function as link ?
Reef Man
06-24-2010, 07:37 PM
Hi,
I am still interested on a version for vb 4.0.x.
any news?
trotskid
08-19-2010, 12:28 AM
Great mod and seems to work well on my forum (3.8.4) but appears a grey line on category page. There is a fix for this?
Thanks
Gnoll
01-14-2011, 06:32 PM
I downloaded new version (from vb-germany) i need to ask something can we make this Glossary global ? (Crosslinking outside of vB Forum & tooltip func.)
+marked as installed
Vossi
01-30-2011, 11:31 AM
I downloaded new version (from vb-germany) i need to ask something can we make this Glossary global ? (Crosslinking outside of vB Forum & tooltip func.)
+marked as installed
What exactly do you mean with 'making it global'? :confused:
Gnoll
01-30-2011, 06:07 PM
What exactly do you mean with 'making it global'? :confused:
I created a big glossary (about a game) - another Blog or Forum wants to use it (crosslinking/tooltip system) can do something to let them use like adding
<script type="text/javascript" src="http://www.mysite.com/power.js"></script>
[[ i mean this system : http://www.wowhead.com/tooltips ]]
Vossi
02-13-2011, 11:19 AM
Is there any interest on a version for vBulletin 4.x?
kisanjong
02-13-2011, 05:07 PM
for sure, Yes please Vossi. :D
Im sure a lot of others would agree.
Reef Man
02-14-2011, 12:51 PM
Very interested !!!
Still looking to recover the one I had on 3.7.x and now I have 4.1.1 :(
kether1
02-14-2011, 05:08 PM
Is there any interest on a version for vBulletin 4.x?
YES!!
Vossi
02-15-2011, 07:48 AM
The version for vBulletin 4.x canbe found here:
https://vborg.vbsupport.ru/showthread.php?t=258898
MagicThemeParks
03-02-2011, 11:27 AM
I see the last few pages of this thread are folks installing on 4.x and having problems. Since there is now a 4.x version of this mod (see previous post) I wanted to confirm that this version is working perfectly with 3.8x
Anyone having issues with a 3.8x install of this mod or is it safe to install?
Vossi
03-02-2011, 11:55 AM
I see the last few pages of this thread are folks installing on 4.x and having problems.
No problems...
Since there is now a 4.x version of this mod (see previous post) I wanted to confirm that this version is working perfectly with 3.8x
Anyone having issues with a 3.8x install of this mod or is it safe to install?
It's safe to install ;)
MagicThemeParks
03-06-2011, 07:14 PM
PM Sent :up:
MagicThemeParks
03-06-2011, 07:35 PM
Does anyone else has any issue with editing an entry with attachment?
When editing a new entry, I am getting an error when adding an attachment. The error is as follows....
Could not create file system directory to hold your attachment.
Any fix for this?
EDIT: (Figured I'd ask everything in one post)
1. Instead of the text, BBCode from the entry shows on the category view and on the preview popup.
2. When the crosslinks are using the synonyms, it doesn't show a preview when there is more than one word in the synonym field. Is that done purposely?
3. How do you adjust the vBSEO custom rewrite rules to change it from "lexikon" to our own term? And, should the entry title and category titles display in the URL?
4. How do you add the vB Glossary pages to the vBSEO Sitemap mod? Any tips there?
5. Seems like the Table of Contents (http://www.waltdisneyboards.com/lexikon/?do=toc) is only displaying the glossary entries from Category 1. Is that supposed to be that way?
6. Is there or can there be an RSS feed as new entries are added?
7. How can we change the images on the category view to be the attachment from within the entry? This will make it a nice visual image instead of a static image.
pckolojim
03-10-2011, 07:06 AM
Hi,
I have installed and it works fine. The only problem, crosslinked popup can not show Turkish characters. I guess it is using overlib_vbglossar.js file. Is there a way to add 8859-9 for popup text rendering?
MagicThemeParks
03-13-2011, 07:03 PM
Added a couple more suggestions/questions on Post #334 (https://vborg.vbsupport.ru/showpost.php?p=2170328&postcount=334)
Hope Vossi helps us with some of these :D
ssslippy
06-05-2011, 01:02 AM
So getting this error on install. Should be using engine instead of type as engine has been removed and I believe still works in older versions of mysql.
Database error in vBulletin 3.8.7:
Invalid SQL:
CREATE TABLE vbglossar_category (
id int(11) NOT NULL auto_increment,
parentid int(11) NOT NULL default '0',
displayorder int(11) NOT NULL default '0',
name varchar(255) NOT NULL default '',
description text,
status smallint(5) NOT NULL default '0',
defaulticon smallint(5) NOT NULL default '1',
definedicon varchar(255) NOT NULL default '',
groupshow smallint(5) NOT NULL default '1',
groupshowlist varchar(255) NOT NULL default '',
PRIMARY KEY (id)
) TYPE=MyISAM;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 13
Error Number : 1064
Request Date : Saturday, June 4th 2011 @ 10:00:39 PM
Error Date : Saturday, June 4th 2011 @ 10:00:39 PM
Script : http://www.website.com/forums/admincp/plugin.php?do=productimport
Referrer : http://www.website.com/forums/admincp/plugin.php?do=productadd
Username : Username
Classname : vB_Database_MySQLi
MySQL Version : 5.5.11-log
RS_Jelle
06-12-2011, 12:13 PM
vBulletin-Glossary doesn't seem to be compatible with vBulletin 4.1.4. I get blank UserCP pages.
From our Apache error log:
PHP Fatal error: Declaration of vB_Attachment_Store_vBGlossary_GlossaryEntry::veri fy_permissions() must be compatible with that of vB_Attachment_Store::verify_permissions() in .../packages/vbglossary/attach/glossaryentry.php on line 265
MagicThemeParks
06-12-2011, 12:27 PM
vBulletin-Glossary doesn't seem to be compatible with vBulletin 4.1.4. I get blank UserCP pages.
From our Apache error log:
You've installed the wrong version. This is the 3.x version and the 4.x version is out on another thread.
RS_Jelle
06-12-2011, 12:29 PM
You've installed the wrong version. This is the 3.x version and the 4.x version is out on another thread.
Argh. I've got the vB4 version installed, but I replied to the wrong thread :)
Sorry!
byalik
07-13-2011, 02:22 PM
There is a problem with the mod for version 4. Does anyone have a fix?
g0rdy
09-25-2011, 04:53 PM
There is a problem with the mod for version 4. Does anyone have a fix?
You're in the wrong thread. Go here: https://vborg.vbsupport.ru/showthread.php?t=258898
G0F0RBR0KE
05-20-2012, 06:27 AM
<font face="Georgia">When using this modification. For some reason. I cannot have a paragraph.
Example what I want
Test
Test
Test
But, what I get is
Test Test Test. How do I fix this?
Version: 3.7.1</font>
Digital Jedi
12-17-2013, 06:54 PM
Supposedly there's a syntax error when trying to access a category.
Invalid SQL:
SELECT SQL_CALC_FOUND_ROWS *
FROM vb_vbglossar_entry AS entry
WHERE categoryid = 3
AND status IN (0,1)
ORDER BY entry.name ASC
LIMIT 0,;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 9
Error Number : 1064
I'm not familiar with this error, but these seem to be the offending lines in vbglossar.php:
do
{
if (!$page)
{
$page = 1;
}
$limitlower = ($page - 1) * $perpage;
// fetch all entries of defined category
$hook_query_fields = $hook_query_joins = $hook_query_where = '';
($hook = vBulletinHook::fetch_hook('vbglossar_query_allentr iesofcat')) ? eval($hook) : false;
$entrylist = $db->query_read_slave("
SELECT SQL_CALC_FOUND_ROWS *
FROM " . TABLE_PREFIX . "vbglossar_entry AS entry
$hook_query_joins
WHERE categoryid = " . intval($catid) . "
AND status IN (" . (($permissions['groupvbglossar'] & $vbulletin->bf_ugp['groupvbglossar']['canadminvbglossar']) ? "0,1" : "1") . ")
$condition
$hook_query_where
ORDER BY " . $sqlsortfield . " " . $sortorder . "
LIMIT $limitlower, $perpage
");
$entriestotal = $db->found_rows();
if ($limitlower >= $entriestotal)
{
$page = ceil($entriestotal / $perpage);
}
}
But it seems to check out. Unless there's a deprecated function in here somewhere, I can't find it.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.