vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Thread Prefixes - Only half working? (https://vborg.vbsupport.ru/showthread.php?t=188028)

Fulla 08-13-2008 01:14 PM

Thread Prefixes - Only half working?
 
I'm having a strange problem where thread prefixes don't fully appear in some cases.
The one I'm using in the screenshots is [Suggestion]

I Should be getting this a thread title like this:
- [Suggestion]Light, Medium, Heavy - Gun Classifications?
But Instead I get this, in some cases
- Light, Medium, Heavy - Gun Classifications?

Screenshot: Outside Thread (NOT working)
https://vborg.vbsupport.ru/external/2008/08/49.jpg

Screenshot: Forum List (Fully Working)
https://vborg.vbsupport.ru/external/2008/08/50.jpg

Screenshot: Inside Thread (Partially Working)
https://vborg.vbsupport.ru/external/2008/08/51.jpg

So how do I get it fully working?
Screenshot: A different forum, what I'd like it to look like
https://vborg.vbsupport.ru/external/2008/08/52.jpg

thx for any help

Opserty 08-13-2008 01:16 PM

Create a New Style with no Parent Style, browse the affected page in this style, does this resolve your issue?

Fulla 08-13-2008 01:24 PM

Yes it does:
https://vborg.vbsupport.ru/external/2008/08/48.jpg

So, new question, what do I need to change in Style ? :p

Opserty 08-13-2008 02:09 PM

Compare the threadbit template of the default style to threadbit template of your custom style and see whats missing.

Else contact the author of the style for an update.

Fulla 08-13-2008 03:02 PM

Thx alot for your help! I managed to partially solve it.

In the threadbit, by default it had "prefix_rich", like this:
Code:

                        $thread[movedprefix]
                        $thread[typeprefix]
                        $thread[moderatedprefix]
                        $thread[prefix_rich]

In the custom one it was missing it, like this:
Code:

                        $thread[movedprefix]
                        $thread[typeprefix]
                        $thread[moderatedprefix]

This pretty much solved the problem.
However, the Prefixes don't display the same color.
https://vborg.vbsupport.ru/external/2008/08/43.jpg

I realise that this is pretty much down to the template, but should anyone know how to make prefixes match the custom color, it would be appreciated.
thx


All times are GMT. The time now is 01:02 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.01041 seconds
  • Memory Usage 1,718KB
  • 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_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete