vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - vBulletin-Glossary (https://vborg.vbsupport.ru/showthread.php?t=258898)

Vossi 02-23-2011 05:57 AM

Quote:

Originally Posted by way2xtreme (Post 2165606)
Another switch somewhere?

Did you activate vBSEO-support for the glossary in admincp -> vBulletin-GLossary -> External addons?

RS_Jelle 02-23-2011 07:15 AM

Great mod! I guess you have the only vB4 mods with search integration :)

I found two small bugs:
  1. In the vbglossar_mailtofriend template replace
    Code:

    {vb:raw entryname}
    with
    Code:

    {vb:raw entry.name}
  2. The mod doesn't work with CSS as files. In the vbglossar_showcat template you have for example:
    HTML Code:

            <vb:if condition="$vboptions['storecssasfile']">
                    {vb:cssfile forumdisplay-rollup.css}
            <vb:else />
                    {vb:cssfile toolsmenu.css,forumbits.css,forumdisplay.css,threadlist.css,memberlist.css,postlist.css,showthread.css,postbit.css,attachment.css,poll.css,lightbox.css,options.css}
            </vb:if>

    But forumdisplay-rollup isn't enough. That rollup doesn't contain all CSS files listed in the else clause. For example memberlist.css is missing in it.
    The same goes for the vbglossar_home template. For example toolsmenu.css is missing in it when you have CSS as files.

    Solution: create custom glossary rollup xml's with all necessary templates listed in them.

And a suggestion: add custom meta descriptions (and keywords) to the vbglossar_showentry template. Now all entries have the same, default meta information. You need to disable the default ones in headinclude for that with a plugin setting $show['threadinfo'].

clathrop 02-24-2011 11:08 PM

Please disregard any of my prior posts on this thread. An uninstall/reinstall of a few plugins resolved all prior issues.

The only strange thing I'm seeing is that images using the IMG BB code tag are being rendered as links instead of images. Attachments show fine, just not inline images.

This is a great MOD BTW.

Vossi 02-25-2011 07:07 AM

Quote:

Originally Posted by clathrop (Post 2166536)
The only strange thing I'm seeing is that images using the IMG BB code tag are being rendered as links instead of images. Attachments show fine, just not inline images.

This is going to be fixed in the next version.

Thanks for the donation ;)

Saviour 03-01-2011 01:23 AM

Any way to make this mod work with words that were entered before the Glossary was installed?

It's working for all new entries, but not the old ones. Say...the word "computer" is in the Glossary, all new threads/posts with that particular word work, but the words that were there, prior, do not.

Any help?

BTW...excellent mod! Two thumbs up!

Saviour 03-01-2011 02:29 AM

Also,

Now getting this error when trying to edit an entry:

Code:

Warning: htmlentities() [function.htmlentities]: charset `ANSI_X3.4-1968' not supported, assuming iso-8859-1 in [path]/includes/class_dm_vbglossar_entry.php on line 377
Something I did wrong? Bug? Is there a fix?

Vossi 03-01-2011 04:25 AM

That means, that you are using the 'ANSI_X3.4-1968'-charset and that this charset does not support the htmlentities function.

Just try to open 'class_dm_vbglossar_entry.php' and check line 377, outsource
PHP Code:

# $popup = htmlentities($popup, ENT_COMPAT,  "$stylevar[charset]" ); 

by adding # at the beginning of the line.

You might find another part of the addon where this error appears; just do this again at the specific parts. That might fix this.

Saviour 03-01-2011 04:53 AM

With the space included? This "might" fix this? Or will fix it?

Saviour 03-01-2011 05:09 AM

Seems to be working...so far. Thanks.

Vossi 03-01-2011 06:18 AM

Quote:

Originally Posted by Saviour (Post 2168116)
With the space included? This "might" fix this? Or will fix it?

It will ;)


All times are GMT. The time now is 07:57 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.01268 seconds
  • Memory Usage 1,746KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)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