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)

akulion 09-07-2008 12:58 PM

hi im getting this error on the top of my glossary page

"Warning: Division by zero in [path]/vbglossar.php on line 3208"

Can you please look into this?

Thanks

Aku

imedic 09-09-2008 07:37 AM

Quote:

Originally Posted by i156 (Post 1612014)
...I''ve got it working with vbSeo but it would be even better if it had the keywords from the category.

http://www.usacarry.com/forums/glossary-1/

Same with the term links if possible.

How did you made it work?

romolus 09-09-2008 08:44 AM

hallo,

i have installed the version 1.0.1 and now i have an error:

Warnung: Division by zero in [path]/vbglossar.php (Zeile 3208)

please help

katilkuzu 09-11-2008 07:22 AM

installed but i got this error:

Quote:

Warning: Division by zero in /vbglossar.php on line 3208

ShiZoPhreN 09-11-2008 07:39 AM

Quote:

Originally Posted by akulion (Post 1616583)
hi im getting this error on the top of my glossary page

"Warning: Division by zero in [path]/vbglossar.php on line 3208"

Can you please look into this?

Thanks

Aku

Quote:

Originally Posted by Vossi
Search in vbglossar.php (line 3208)
PHP Code:

$stats['average'] = vb_number_format(($stats['totalsize'] / $stats['count']), 1true); 

and replace with:
PHP Code:

if ($stats['count'])
{
    
$stats['average'] = vb_number_format(($stats['totalsize'] / $stats['count']), 1true);
}
else
{
    
$stats['average'] = vb_number_format(01true);



Here Dude :)

akulion 09-12-2008 06:39 PM

thanks ShiZoPhreN that solved my problem completely :)

thanks

WildSoftCat 09-13-2008 11:42 PM

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 :)

inciarco 09-14-2008 02:25 AM

Hello. Great Mod, Hoping for it to be More Flexible on the Time to Choose in what Forum and in what Posts do I want to Include Crosslinkings.

One Question: On the Crosslinking "Active Pages" Options, I can see Four Options. Could you please Explain what do those Options mean and how do they Work?

Single Post: Is it to select crosslinking for a single post? How can this be done? (I tried but didn't find any option to activate the crosslinking on an individual post). :confused:

All Posts: I sow that on all New Posts and Edits the Crosslinking appeared. I'd prefer to be able to choose if I want to include Crosslinking or not, like to have an Option Below the Post and Click on it to Select it and then when Posting the Crosslinking to be Applied, or if I don't Select it then Nothing will happen, (like on the "Automatically parse links in text" Option that works Individually for each Post. :confused:

Private Messages? :confused:

Glossar? :confused:

It'd also be nice to Select which Usergroups can Crosslink and which ones Cannot. I can see Options for Accesing Categories, but would also be nice to have Usergroup Permissions for Crosslinking (I'm imagining my Posts all Crosslinked by any User and the process to Un-Crosslink is Hard (has to be done post by post).

I Appreciate Your Answers.

My Best Regards.

:)

inciarco 09-14-2008 07:40 PM

For now I can see that if I Set "Enable Crosslinking" to Yes, "Enable Crosslinking Global" to NO, and in "Additional Page (THIS_SCRIPT)" I introduce showthread, then the Crosslinking is Displayed on the Words of the Threads without Editing the Posts, (which Happens if the Global Crosslinking is ON or when is Off and the Option "All Posts" is Activated).

I'd Appreciate More Complete Details about this Functions from the Developpers, of the Questions Posted on my Previous Post. :confused:

My Best Regards.

:)

Vossi 09-14-2008 07:46 PM

The problem with the crosslinking is nearby solved. We released version 1.0.2 last friday on vBGo and we will release 1.0.3 within the next few days. 1.0.3 will be more stable as 1.0.1/1.0.2, we fixed some major problems and added new functions.

Version 1.0.3 will be uploaded here as soon as we ZIP'ed the package. :D


All times are GMT. The time now is 06:36 AM.

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.01303 seconds
  • Memory Usage 1,754KB
  • 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
  • (6)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