vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Add-On Releases - vBulletin-Glossary (https://vborg.vbsupport.ru/showthread.php?t=188189)

t?rkg?rc? 02-08-2009 07:03 PM

Quote:

Originally Posted by WildSoftCat (Post 1621582)
Problem with popup showing in different coding (seems as unknown language :D) 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

i156 02-08-2009 10:15 PM

Quote:

Originally Posted by t?rkg?rc? (Post 1737976)
@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

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.

i156 02-18-2009 01:46 AM

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 :

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

Quote:

Originally Posted by i156 (Post 1747470)
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) . " 


i156 02-18-2009 12:17 PM

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.

i156 02-19-2009 08:54 PM

Same here, no errors since.

ragtek 02-19-2009 09:00 PM

fine fine


All times are GMT. The time now is 06:42 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.01433 seconds
  • Memory Usage 1,763KB
  • 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
  • (10)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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