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)

Chadi 02-19-2009 11:12 PM

Quote:

Originally Posted by chadi (Post 1747454)
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.


Would appreciate help on the above.

exportforce 02-28-2009 05:52 PM

Quote:

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??
Quote:

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:
PHP Code:

while ($tablefields mysql_fetch_row($headerresult)) 

To
PHP Code:

while ($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:
PHP Code:

$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, 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

PHP Code:

Database error in vBulletin 3.7.4:

Invalid SQL:

            
SELECT datelinethumbnail_datelinefilenamefilesizevisibleattachmentidcounter,
                IF(
thumbnail_filesize 010) AS hasthumbnailthumbnail_filesize,
                
attachmenttype.thumbnail AS build_thumbnailattachmenttype.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  
WednesdayMarch 18th 2009 05:46:50 PM
Error Date    
WednesdayMarch 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


All times are GMT. The time now is 05:48 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.01384 seconds
  • Memory Usage 1,765KB
  • 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
  • (4)bbcode_php_printable
  • (3)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