vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   New Posting Features - Automatic Thread Tagger From Post Content and Title (https://vborg.vbsupport.ru/showthread.php?t=218350)

NLP-er 10-16-2009 09:58 PM

Quote:

Originally Posted by cobaku (Post 1900291)
Your mods are always awesome thanks for the support message. I will do as you say.

Thanks :D:up:

Deib 10-19-2009 02:56 AM

Is there a way to shut off the tag display in the forum view?

There are 20 tags before the thread title and it is confusing to follow.

Can we just hide them?

Love the mod, it really makes it easier to find stuff.
Thank you,

Deib 10-20-2009 12:09 PM

I don't know if it is the proper way to fix this, but this is what I did.

I had 3 skins, 2 of them cluttered the page with dozens of tags appearing before the thread title in forum display.

In the threadbit template Find code
Code:

<if condition="$show['taglist'] OR $show['moderated'] OR $show['deletedthread'] OR $show['paperclip'] OR $show['subscribed'] OR $show['sticky'] OR $show['rexpires']">
                                <span style="float:$stylevar[right]">


Then remove
Code:

$show['taglist'] OR
It appears to work, the tags are now hidden in the forum display, but still seem to appear every place else.

mickknutson 10-21-2009 05:38 PM

I have RSS feeds into my news forum:
http://www.blincmagazine.com/forum/n...el-2009-a.html

I want these to be tagged by the footer I added:

Quote:

by YouTube basejumping Videos
Yet no tags are added for videos, or must I add Videos to my tags for this to work?

NLP-er 10-22-2009 10:44 PM

Quote:

Originally Posted by Deib (Post 1901904)
Is there a way to shut off the tag display in the forum view?

There are 20 tags before the thread title and it is confusing to follow.

Can we just hide them?

Love the mod, it really makes it easier to find stuff.
Thank you,

If you want to have less tags, you can set native vB setting for max tags per thread and mod will respect it.

About tags before thread title - This mod is not about displaying tags but assigning tags, and I don't know what you are writing about (can you send screenshot - I have tags displayed below all posts in thread on my forum). Did your made some templates customization?

NLP-er 10-22-2009 10:56 PM

Quote:

Originally Posted by Deib (Post 1902557)
I don't know if it is the proper way to fix this, but this is what I did.

I had 3 skins, 2 of them cluttered the page with dozens of tags appearing before the thread title in forum display.

In the threadbit template Find code
Code:

<if condition="$show['taglist'] OR $show['moderated'] OR $show['deletedthread'] OR $show['paperclip'] OR $show['subscribed'] OR $show['sticky'] OR $show['rexpires']">
                                <span style="float:$stylevar[right]">


Then remove
Code:

$show['taglist'] OR
It appears to work, the tags are now hidden in the forum display, but still seem to appear every place else.

So you have custom templates which shows your tags before title.
Solution 1. change templates;
Solution 2. set max tags per post to acceptable value, remove by mod panel all assotiations to tags, and also by mod panel set those again. This way you will have no more that max tags per thread

Deib 10-23-2009 01:09 AM

Templates are exactly the same except color changes.

By adding the tagger it added tags before the thread title.
I deleted that code on the two non working skins and they disappeared.

My problem is fixed, but I can recreate it and screen shot if it would help someone else.

Thanks.

Deib 10-23-2009 12:52 PM

Interesting, removing that code did not stop displaying all of the tags on all pages. On some it did.
https://vborg.vbsupport.ru/external/2009/10/16.jpg

Deib 10-23-2009 01:19 PM

To remove the rest of the tags that were showing up I had to remove the following code as well in the Threadbit template.

PHP Code:

<if condition="$show['taglist']"> <img class="inlineimg" src="$stylevar[imgdir_misc]/tag.png" alt="$thread[taglist]/> </if> 


NLP-er 10-23-2009 01:56 PM

Quote:

Originally Posted by Deib (Post 1904062)
Templates are exactly the same except color changes.

By adding the tagger it added tags before the thread title.
I deleted that code on the two non working skins and they disappeared.

My problem is fixed, but I can recreate it and screen shot if it would help someone else.

Thanks.

By adding tagger you added tags before thread title??? Are you sure you are writing about this tagger? This mod does nothing with templates :)


All times are GMT. The time now is 12:47 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.01320 seconds
  • Memory Usage 1,750KB
  • 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_code_printable
  • (1)bbcode_php_printable
  • (5)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