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)

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 12:24 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.01359 seconds
  • Memory Usage 1,744KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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