vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - vBulletin-Glossary (https://vborg.vbsupport.ru/showthread.php?t=258898)

Chadi 05-31-2012 02:53 AM

Is it possible to use plain css for crosslinking popup?

kamran_dotnet 07-05-2012 06:14 PM

its not work on VB 4.2 :(

Database error

MrD 07-06-2012 05:58 AM

Hi,
works fine to me in 4.2.x :D

Whats the exact Error?

kamran_dotnet 07-06-2012 06:59 AM

Quote:

Originally Posted by MrD (Post 2345436)
Hi,
works fine to me in 4.2.x :D

Whats the exact Error?

i got this error when trying to install XML

Code:

Database error in vBulletin 4.2.0:

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  : Friday, July 6th 2012 @ 03:58:20 AM
Error Date    : Friday, July 6th 2012 @ 03:58:20 AM
Script        : http://forum.winphonecenter.com/admincp/plugin.php?do=productimport
Referrer      : http://forum.winphonecenter.com/admincp/plugin.php?do=productadd
IP Address    : 2.144.247.164
Username      : WinPhoneCenter
Classname    : vB_Database
MySQL Version : 5.5.24-cll


khalled 07-10-2012 10:15 AM

i want to insert Google Adsense at the end of glossary entry

kamran_dotnet 07-15-2012 09:58 AM

Quote:

Originally Posted by kamran_dotnet (Post 2345451)
i got this error when trying to install XML

Code:

Database error in vBulletin 4.2.0:

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  : Friday, July 6th 2012 @ 03:58:20 AM
Error Date    : Friday, July 6th 2012 @ 03:58:20 AM
Script        : http://forum.winphonecenter.com/admincp/plugin.php?do=productimport
Referrer      : http://forum.winphonecenter.com/admincp/plugin.php?do=productadd
IP Address    : 2.144.247.164
Username      : WinPhoneCenter
Classname    : vB_Database
MySQL Version : 5.5.24-cll


any help?

khalled 07-15-2012 09:54 PM

Quote:

Originally Posted by khalled (Post 2346616)
i want to insert Google Adsense at the end of glossary entry

If any one can help In that

thienhi228 07-22-2012 11:33 AM

Thank you! Please upgrade for vbb 4.2.x

kamran_dotnet 07-23-2012 06:02 AM

Quote:

Originally Posted by thienhi228 (Post 2350401)
Thank you! Please upgrade for vbb 4.2.x

yes please
its really necessary

MrD 07-23-2012 06:10 AM

Hi,
Read answer 240 ;)

HCHQ 07-25-2012 08:42 AM

Working OK on 4.1.9 with seductors fix.

2 issues though -

1) How do I get this working on the vbulletin CMS, so it comes up in articles?
2) I have a space after each glossary term in forum posts. E.G for "apples" it should be apples/oranges in a thread, it now shows apples /oranges.

I have icons turned off in settings, but I don't think the button is working as they are not showing even when selected.

Please help.

thienhi228 07-26-2012 06:41 AM

its not work on VB 4.2 Patch Level 2

@ MrD: Please guide more detailed

Quote:

Database error in vBulletin 4.2.0:

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 : Thursday, July 26th 2012 @ 07:48:44 AM
Error Date : Thursday, July 26th 2012 @ 07:48:45 AM
Script : http://yeuviet.vn/admincp/plugin.php?do=productimport
Referrer : http://yeuviet.vn/admincp/plugin.php?do=productadd
IP Address : 113.167.250.16
Username : yeuviet
Classname : vB_Database
MySQL Version : 5.5.16

thienhi228 07-26-2012 07:44 AM

I have replaced all the "TYPE = MyISAM" to "ENGINE = MyISAM" in the product-vbglossar.xml

However, when "Add new entry", the error

Quote:

Database error in vBulletin 4.2.0:

Invalid SQL:

DELETE FROM postparsed
WHERE MATCH pagetext_html AGAINST ('Lịch sử' IN BOOLEAN MODE);

MySQL Error : The used table type doesn't support FULLTEXT indexes
Error Number : 1214
Request Date : Thursday, July 26th 2012 @ 08:45:52 AM
Error Date : Thursday, July 26th 2012 @ 08:45:54 AM
Script : http://yeuviet.vn/vbglossar.php?do=updateentry
Referrer : http://yeuviet.vn/vbglossar.php?do=editentry&catid=1
IP Address : 113.167.250.16
Username : yeuviet
Classname : vB_Database
MySQL Version : 5.5.16
Please help me :(

HCHQ 07-31-2012 09:59 AM

Bump, post 252.

datoneer 08-06-2012 09:16 PM

Quote:

Originally Posted by byalik (Post 2220850)
Attached are the 2 files my programmer edited to fix the issues:

/forum/packages/vbattach/attach.php and /forum/packages/vbglossary/attach/glossaryentry.php

I cannot guarantee this will work so back everything up. Also if you have any issues, I will not be able to help you.

Thanks byalik now pm and glossary working on 4.2.0!

fai99al99 08-10-2012 05:06 AM

i install it on 4.1.11 evey thing is going fine

HCHQ 08-16-2012 08:21 AM

Working OK on 4.1.9 with seductors fix.

2 issues though -

1) How do I get this working on the vbulletin CMS, so it comes up in articles?
2) I have a space after each glossary term in forum posts. E.G for "apples" it should be apples/oranges in a thread, it now shows apples /oranges.

I have icons turned off in settings, but I don't think the button is working as they are not showing even when selected.

Please help.

murrtex 08-17-2012 11:07 PM

1 Attachment(s)
this is for 4.2.0 version ;)

artcrimes 08-18-2012 07:15 PM

Thank you... Does it support 4.2.0?

fishhub 08-27-2012 07:52 AM

I got this each time I Goto Maintenance=>Update User Names

Fatal error: Cannot redeclare fetch_table_dump_sql() (previously declared in /home/fishhub/www/www/forum/includes/adminfunctions_vbglossar.php:158) in /home/fishhub/www/www/forum/includes/adminfunctions_vblinklist.php on line 168

Any kind soul could help? TIA

woffie 08-31-2012 12:43 PM

Fatal error: Declaration of vB_Attachment_Store_vBGlossary_GlossaryEntry::veri fy_permissions() must be compatible with that of vB_Attachment_Store::verify_permissions() in /public_html/ccentral/forum/packages/vbglossary/attach/glossaryentry.php on line 363

Getting this error when trying to access PM system

kamran_dotnet 09-01-2012 10:32 AM

Quote:

Originally Posted by murrtex (Post 2357761)
this is for 4.2.0 version ;)

thanks
now it works on 4.2.2
but users got error when they trying to access private.php

Ramsesx 09-23-2012 05:23 PM

That's a real funny found, if the glossary is enabled this membermap doesn't work right.
Markers of members are not shown.

DoumDoum5058 11-01-2012 02:52 PM

Hi,

Can you tell me if this Glossary program is working good (without error) with VBulletin Version 4.2.0

Thanks you.

Regards

kamran_dotnet 11-01-2012 07:14 PM

Quote:

Originally Posted by DoumDoum5058 (Post 2377534)
Hi,

Can you tell me if this Glossary program is working good (without error) with VBulletin Version 4.2.0

Thanks you.

Regards

no its not
don't waste your time

Chadi 11-05-2012 03:42 PM

Getting these errors...


Quote:

[Sat Nov 03 09:11:09 2012] [error] [client xxxxx] PHP Fatal error: Access level to vB_Attachment_Store_vBGlossary_GlossaryEntry::fetc h_associated_contentinfo() must be protected (as in class vB_Attachment_Store) or weaker in /home/user/public_html/packages/vbglossary/attach/glossaryentry.php on line 368, referer: http://www.talkjesus.com/forum.php?
[Sat Nov 03 09:11:11 2012] [error] [client xxxxx] PHP Fatal error: Access level to vB_Attachment_Store_vBGlossary_GlossaryEntry::fetc h_associated_contentinfo() must be protected (as in class vB_Attachment_Store) or weaker in /home/user/public_html/packages/vbglossary/attach/glossaryentry.php on line 368, referer: http://www.talkjesus.com/forum.php?
[Sat Nov 03 09:11:31 2012] [error] [client xxxxx] PHP Fatal error: Access level to vB_Attachment_Store_vBGlossary_GlossaryEntry::fetc h_associated_contentinfo() must be protected (as in class vB_Attachment_Store) or weaker in /home/user/public_html/packages/vbglossary/attach/glossaryentry.php on line 368, referer: http://www.talkjesus.com/forum.php?
[Sat Nov 03 09:11:46 2012] [error] [client xxxxx] PHP Fatal error: Access level to vB_Attachment_Store_vBGlossary_GlossaryEntry::fetc h_associated_contentinfo() must be protected (as in class vB_Attachment_Store) or weaker in /home/user/public_html/packages/vbglossary/attach/glossaryentry.php on line 368, referer: http://www.talkjesus.com/forum.php?

Seductor 11-30-2012 12:41 PM

1 Attachment(s)
Hi there!

I bring a new update! If you use PHP5, you will find the following error:

PHP Error : Assigning the return value of new by reference is deprecated

If you use PHP4, you need to do this if you want to pass the value by reference:
$var1 =& new class1();
But in PHP5, by default is passed by reference, so you must do:
$var1 = new class1();

Due to that, If you use PHP5 you need to update your vbglossar.php.

kamran_dotnet 11-30-2012 05:45 PM

its nearly two years and add on still note supported
i suggest every one not waste their time

Seductor 12-01-2012 03:08 PM

Quote:

Originally Posted by kamran_dotnet (Post 2386938)
its nearly two years and add on still note supported
i suggest every one not waste their time

What do you mean, I still use it.

Justinphx 12-01-2012 03:26 PM

I installed it yesterday on 4.1.12 p2 and is working fine. All it takes is just Seductor's fix which is just over writing one simple file that repairs the PM issue. Like with all mods on here, one should always read through the last pages of posts. Without Seductor's fix it won't work though for most versions.

The really only major downside to this mod is that you can't attach photos into the glossary. You are supposed to be able to but when you upload an attachment it just displays the link. When you edited the entry the photo displays though. Has anyone figured this issue out yet? The suggestion to changed the attach.php file in Vbull will not work for any newer versions and really not a file anyone should be editing anyway. If we can get the attachments to work that would be a major plus.

fxdigi-cash 01-28-2013 10:56 PM

Thanks, this mod works now great. Special Thanks to: Seductor and murrtex for the great modifications.

works on vb4.2 pl3 :)

Cheers

fxdigi-cash 01-29-2013 12:28 PM

Hi, it is me again,

I was just wondering if it is possible to change the alphabetical letters to any other language such as Arabic, Urdu or even Hebrew !!!

any idea how to do that??

Thanks

cosan 02-01-2013 08:27 PM

Quote:

Originally Posted by fxdigi-cash (Post 2400266)
Hi, it is me again,

I was just wondering if it is possible to change the alphabetical letters to any other language such as Arabic, Urdu or even Hebrew !!!

any idea how to do that??

Thanks


do you get error from /usercp.php , add contact and private message?

Mikhael_ 02-02-2013 11:38 AM

Quote:

Originally Posted by DoumDoum5058 (Post 2377534)
Hi,

Can you tell me if this Glossary program is working good (without error) with VBulletin Version 4.2.0

Thanks you.

Regards

Quote:

Originally Posted by kamran_dotnet (Post 2377623)
no its not
don't waste your time

I would like to install this mod but after read this two comments I'm stopped..

I have the 4.0.2. Is it works now? which version have i to install? 205?

Reef Man 02-05-2013 02:00 PM

Does it works on 4.2.0 ?? I need it urgently !

fxdigi-cash 02-12-2013 01:26 AM

Quote:

Originally Posted by cosan (Post 2401173)
do you get error from /usercp.php , add contact and private message?

Hi,

no I don't. Everything is fine... :)

how about your side?? is there any issues?

fxdigi-cash 02-12-2013 01:27 AM

Quote:

Originally Posted by Reef Man (Post 2402087)
Does it works on 4.2.0 ?? I need it urgently !

Yes, it works fine for me on vb.4.2 pl3..... :D

Eladesor 02-18-2013 11:38 AM

Quote:

Originally Posted by woffie (Post 2361451)
Fatal error: Declaration of vB_Attachment_Store_vBGlossary_GlossaryEntry::veri fy_permissions() must be compatible with that of vB_Attachment_Store::verify_permissions() in /public_html/ccentral/forum/packages/vbglossary/attach/glossaryentry.php on line 363


Getting this error when trying to access PM system

Hi did you ever get a fix for this or sort it out> I'm getting the same error (spoiling a great mod for me..)

Thanks

Cla75 02-18-2013 02:43 PM

Quote:

Originally Posted by fxdigi-cash (Post 2403661)
Yes, it works fine for me on vb.4.2 pl3..... :D

sure it works?

The following dependencies are:
This product is not compatible with version 4.2.0 of vBulletin. (Compatible starting from 4.1.4 / Incompatible with 4.2.0 alpha 1 and greater)

DoumDoum5058 03-04-2013 11:24 AM

Hi,

This hack works perfectly on VBulletin 4.2
It's necessary to contact the developer to get the latest version
http://www.addon-coders.de

Best regards.


All times are GMT. The time now is 04:22 PM.

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.01602 seconds
  • Memory Usage 1,839KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete