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

TCattitude 09-16-2008 04:09 PM

Installed.
Thanks for the work on this, Vossi.

Suggestion: case-insensitive crosslinking.
If i wrote some entry with "Y2K" as title, then both "y2k" and "Y2K" are correctly crosslinked to the Glossary, but just "Y2K" shows the preview; the other one shows a text (in german; the one on function cb($matches)). If both have a good crosslink to the right glossary's term, i think both must show the preview no mater the user write it (following the example) as "y2K" "y2k" or "Y2K".

Vossi 09-17-2008 07:03 AM

Quote:

Originally Posted by TCattitude (Post 1623443)
Installed.
Thanks for the work on this, Vossi.

Suggestion: case-insensitive crosslinking.
If i wrote some entry with "Y2K" as title, then both "y2k" and "Y2K" are correctly crosslinked to the Glossary, but just "Y2K" shows the preview; the other one shows a text (in german; the one on function cb($matches)). If both have a good crosslink to the right glossary's term, i think both must show the preview no mater the user write it (following the example) as "y2K" "y2k" or "Y2K".

We are actually working on the routine for crosslinking and we hope to fix those combinations and get the crosslinking even more stable. It's not easy to combine a good crosslinking-routine with vBulletin as there are a lot of things which need to be thought of (eg. the postcache, BB-Codes, URL's and so on...). As we care a lot about the quality of addons and keeping up the vB-standards, we needed to build a stable base first und improve complicated routines just like the crosslinking while still working on the addon.

R_Enterprise 09-17-2008 07:20 AM

How do you enable html.. in the glossary theads for this??

where is the option to do so??

cause in the bottom left it says "html no"

Vossi 09-17-2008 07:51 AM

Quote:

Originally Posted by R_Enterprise (Post 1623975)
How do you enable html.. in the glossary theads for this??

where is the option to do so??

cause in the bottom left it says "html no"

Within the configuration of a category.

R_Enterprise 09-17-2008 08:08 AM

Quote:

Originally Posted by Vossi (Post 1623987)
Within the configuration of a category.

What do you mean.. gimme an example.. because there is no.. "html on" Option

screen shots please

Vossi 09-17-2008 08:46 AM

Quote:

Originally Posted by R_Enterprise (Post 1623991)
What do you mean.. gimme an example.. because there is no.. "html on" Option

screen shots please

Look:

R_Enterprise 09-17-2008 08:53 AM

WTf..??? how come i only got this part??

imedic 09-17-2008 10:17 AM

I would love to enable this crosslinking only for specific groups ... if possible. If you set a category visible only for one group (as seen in picture above) crosslinking work only for this group?
Keep up the good work.
And still waitng for help on how to make crosslinking work with vbseo (mmodule insalled well but no crosslinking at all with vbseo) Someone made it work ... I have uninstall it and wait for the fix :(
Love to have it.

R_Enterprise 09-18-2008 02:13 AM

Quote:

Originally Posted by R_Enterprise (Post 1624004)
WTf..??? how come i only got this part??

hello?

Chadi 09-18-2008 04:14 AM

This is not working. I ran the glospro import, but clicking any categories shows a blank page. Possibly a vbseo conflict?

Vossi 09-18-2008 05:57 AM

Quote:

Originally Posted by R_Enterprise (Post 1624504)
hello?

Which version do you use?
Quote:

Originally Posted by chadi (Post 1624551)
This is not working. I ran the glospro import, but clicking any categories shows a blank page. Possibly a vbseo conflict?

Hm, I dont think that there is a conflict. The glossary doesnt support vBSEO yet, but there is no conflict.

burlesque 09-18-2008 09:06 AM

I have installed the glossary, and everything seems to be working fine apart from the crosslinking.

Whenever anybody apart from an admin clicks on one of the links, it says that the user does not have permission to view the page. I've checked the settings in each usergroup and everything seems to be fine.

The weird thing is that all the usergroups are able to view the pages normally - ie, by going to the glossary pages and clicking on the individual links.

Is there a fix to this?

Vossi 09-19-2008 04:18 AM

Quote:

Originally Posted by burlesque (Post 1624673)
Is there a fix to this?

Version 1.0.3 is finished and captainslater does the translation right now. As soon as we managed the job, you'll find the bugfix in a soon released version 1.0.3

burlesque 09-19-2008 07:58 AM

Hoorah! Do you know when this will be released? Also will VBSEO be supported?

This is a really excellent mod and VBSEO integration would turn it into an incredible mod.

For those of you who are interested, here's what I did to get the glossary partially working with VBSEO:

1. Go to the custom rewrite rules in the VBSEO section of the control panel
2. Add the following code

Code:

'^vbglossar\.php$' => 'glossary.html'
'^vbglossar\.php\?do=showcat&catid=1$' => 'category-1.html'
'^vbglossar\.php\?do=showcat&catid=2$' => 'category-2.html'
'^vbglossar\.php\?do=showcat&catid=3$' => 'category-3.html'

Obviously you can replace the ***.html with whatever you like.

I've not figured out how to do this for the individual entries yet though.
:confused:

t?rkg?rc? 09-20-2008 10:23 AM

turkish language character
*not supported*
ı, ç, ş

Vossi 09-20-2008 10:57 AM

Quote:

Originally Posted by t?rkg?rc? (Post 1626227)
turkish language character
*not supported*
ı, ?, ş

This will be fixed with the next version. Actually is there a possibiliy for getting a turkish translation of the next Version from you?
Quote:

Originally Posted by burlesque (Post 1625505)
Hoorah! Do you know when this will be released?

Hopefully this weekend if we find the time for the last detail things.
Quote:

Originally Posted by burlesque (Post 1625505)
Also will VBSEO be supported?

Hm, hard to say if the next version will support vBSEO. We had a look at it, but we'll see...

Vossi 09-21-2008 07:42 AM

Quote:

Originally Posted by t?rkg?rc? (Post 1626763)
I'm not english lang.

Well... I was asking for your turkish translation for this AddOn which you did for your forum. And as you removed our copyright without our allowness and what we don't like to see :mad: , I thought you could help us by supporting the turkish translation for the rest of the community.

kud0gfx 09-21-2008 04:33 PM

Hello Vossi! i love this mod! i'm seting this up... i've a few problems, but i guess we could fix it!

I have the spoiler bbocde, and it's not working in vb-glossary, and i don't know why... do you have some idea? could it be fixed? because in my board we love spoiler bbcode :D

Another question... will it be possible remove the copyright paying some fee? how much will it cost?

Ah, and i want to offer for the Spanish Translation, if you want i could help with that.

Vossi 09-21-2008 04:45 PM

Quote:

Originally Posted by kud0gfx (Post 1627074)
I have the spoiler bbocde, and it's not working in vb-glossary, and i don't know why... do you have some idea? could it be fixed? because in my board we love spoiler bbcode :D

Hm, what is this 'spoiler bbcode'? :confused:

@t?rkg?rc?:
It would be nice to get an answer to my question, why you removed our copyright for your site at: http://www.turkgurcu.com/vbglossar.php

Dude, I hope you know what you're doing...

kud0gfx 09-21-2008 04:49 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=178573" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=178573</a>

This one

Vossi 09-21-2008 04:57 PM

Quote:

Originally Posted by kud0gfx (Post 1627086)

Ah, OK. I guess that the spoiler-bbcode-addon has to be changed in order to work with the glossary. Hm, I might have a look at it this evening an let you know.

kud0gfx 09-21-2008 07:08 PM

How Could I change the vbglossary.php for myname.php?

i would really apreciate vBSEO support too!

captainslater 09-21-2008 07:22 PM

Quote:

Originally Posted by kud0gfx (Post 1627201)

i would really apreciate vBSEO support too!

That may be a feature in the future.

kud0gfx 09-21-2008 07:27 PM

ok! thanks for that, i have a little problem, with the navbar link, my theme use a "special class" and I don't know how to change it, because in the navbar template is not showing nothing about Glossar... could you help me?

Vossi 09-21-2008 07:45 PM

I just uploaded Version 1.0.3. :)

kud0gfx 09-21-2008 09:00 PM

Thx Vossi! i found another bug, and is related with a bbcode too...

https://vborg.vbsupport.ru/showthread.php?t=107985

the "sortable" script is not working, i think there is a problem with javascript's because the spoiler is the same.... sorry for disturbing ^^

euludag 09-21-2008 09:14 PM

when Enabling Crosslinking, the error messages:
Warning: htmlentities() [function.htmlentities]: charset `ISO-8859-9' not supported, assuming iso-8859-1 in [path]/includes/functions_vbglossar.php on line 188

tiger 09-21-2008 09:21 PM

Excellent product thanks for the update and keep up the great work!

Vossi 09-21-2008 09:22 PM

Quote:

Originally Posted by kud0gfx (Post 1627266)
Thx Vossi! i found another bug, and is related with a bbcode too...

https://vborg.vbsupport.ru/showthread.php?t=107985

the "sortable" script is not working, i think there is a problem with javascript's because the spoiler is the same.... sorry for disturbing ^^

Sorting where in the glossary do you mean? Sorting the entries or sorting the categories? :confused:
Quote:

Originally Posted by euludag (Post 1627276)
when Enabling Crosslinking, the error messages:
Warning: htmlentities() [function.htmlentities]: charset `ISO-8859-9' not supported, assuming iso-8859-1 in [path]/includes/functions_vbglossar.php on line 188

Hm, just open functions_vbglossar.php, in line 188 look for:
PHP Code:

$item['description'] = htmlentities($item['description'], ENT_COMPAT,  "$stylevar[charset]); 

and change it to:
PHP Code:

$item['description'] = htmlentities($item['description']); 

Does it work after the change?

kud0gfx 09-21-2008 09:29 PM

hey Vossi, i mean the table bbcode have a "sortable" function for the table, that's not working in the Entries, just like the spoiler! see you!


All times are GMT. The time now is 04:05 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.01593 seconds
  • Memory Usage 1,857KB
  • 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
  • (1)bbcode_code_printable
  • (8)bbcode_php_printable
  • (21)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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