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)
-   -   Forum Display Enhancements - Thread Listing Background Colors Like vBulletin.org (https://vborg.vbsupport.ru/showthread.php?t=174973)

inciarco 09-05-2008 08:07 AM

Thanks Hasann for this Great Mod. :up:

Your Mods are Excellent. :up::up:

One Tip that some Forumers have been asking in previous Posts.

To Enable the Mod for all the Forums is just a Matter of Editing the Following Plugin:

Admin Control Panel -> Plugin Manager -> Product : Forumdisplay Thread Listing Background Colors -> Parse Templates

Removing the Conditional Code Line

$foruminfo['bgcolors'] AND

that is the One that Checks for that Option that otherwise should be set for Each Forum.

That's it.

My Best Regards.

:)

inciarco 09-05-2008 08:16 AM

That was a Way to Get over the Forums Options, but perhaps Hasann could share with us a Query to Run it on vBulletin to Set to 1 the Options for All the Forums to Display the Thread Listings.

That would be a Better Choice, because wouldn't alter the Code and also the Option could be changed back to "No" for any Desired Forum.

I Hope Hasann can Help us with that Query. :confused:

My Best Regards.

:)

inciarco 09-05-2008 11:45 PM

This Mod causes a "Security Token" Error when Enabled on a Forum that Has it Activated, and Trying to Use Moderator/Administrator Features to "Move", "Stick" and other Features to a Thread. :confused:

Exact Error Says: "Your submission could not be processed because a security token was missing.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
"

When Choosing Not to Use the Mod on the User Control Panel Options, and trying to make the same Moderation Actions, then the Error doesn't Triggers.

Should be nice to Review the Code to see what could be Causing this Problem with the Security Tokens, when the Moderator/Administrator has the Mod Turned On and tries to Perform Moderation Actions on Threads.

I Hope this Bug Gets Fixed.

(Edit: I've seen that This Mod seems to Use another Version of the "FORUMDISPLAY" Template, or Masive Rewrite it, because when I tried to Include a Button next to the New Thread Button, I was completely Unable to do it, also when I tried to Place it in other Location on the Template nothing happened, so I think perhaps that Usage of Other Template and/or Massive Rewrites of the Current One, could be the Ones Causing the "Security Token" Error Problem).

My Best Regards.

:)

ssslippy 09-06-2008 12:02 AM

It uses its own templates, I attached an updated to fix this.

inciarco 09-06-2008 03:06 AM

Quote:

Originally Posted by ssslippy (Post 1615524)
It uses its own templates, I attached an updated to fix this.

It Doesn't Work. The Error Persists.

I'll Keep the Original Version, and Wait for a Solution from the Original Developper like this one (in the Mod of Report PM for vB36x for it to Work on 37x): https://vborg.vbsupport.ru/showpost....6&postcount=72

The Original Version also has more Features.

My Best Regards.

:)

GoTTi 09-20-2008 11:58 PM

can all forums be set to the yes option for enabled to use the bg colors automatically instead of me doing it 1 at a time?

Hasann 10-19-2008 01:56 PM

all reported bugs fixed and upgraded for vBulletin v3.7.3

profanitytalker 10-20-2008 08:23 AM

reserve

Hasann 10-20-2008 02:25 PM

Im waiting for your feedback :)

Thug 10-26-2008 02:32 PM

this didnt work for me at all

KOKS@LN 10-29-2008 04:27 AM

Thank you very beautiful were the

rob01 10-29-2008 05:06 AM

i try, but i cant see the background color change.. any ideas?

sensimilla 10-29-2008 10:19 AM

Quote:

Originally Posted by rob01 (Post 1655085)
i try, but i cant see the background color change.. any ideas?

You have to enable it in UserCP

sensimilla 10-29-2008 10:23 AM

Seems its not working very good with vb 3.7 and prefixes, any ideas ?

TIA

behcet 10-29-2008 11:01 AM

Teşekkürler.
İstediğimiz forum kategorileri içerisinde kullanabiliyormuyuz ?
Günlük ve yeni konuları gösterirkende kullanılıyormu ?

lms 10-29-2008 05:08 PM

Dejo el archivo product-thread_listing_bgcolors_spanish.xml para los que lo quieran usar en español. Solo he modificado las frases.
************************************************** **********************
I leave the file product-thread_listing_bgcolors_spanish.xml for those who want to use in Spanish. I just changed the sentences.

Sorry for my bad english (google traductor)

Salud2

J105C 11-22-2008 01:18 PM

Does not even work at all with me either, vb 3.7.3 and enabled in acp... nothing changes, herm

puregraf 11-24-2008 04:32 AM

^^ also the same, not working.

Hasann 11-24-2008 10:32 PM

if not working please uninstall it

Simsi 12-10-2008 08:56 AM

On the latest version of the XML file, to default this to "Yes" in every user's CP options, I had to modify "product-thread_listing_bgcolors_english.xml" before install (or upgrade) as follows:

Changed the line:

PHP Code:

$vbulletin->db->query_write("ALTER TABLE " TABLE_PREFIX "user ADD bgcolors INT( 10 ) UNSIGNED DEFAULT '[B]0[/B]' NOT NULL"); 

To:

PHP Code:

$vbulletin->db->query_write("ALTER TABLE " TABLE_PREFIX "user ADD bgcolors INT( 10 ) UNSIGNED DEFAULT '[B]1[/B]' NOT NULL"); 

.
Worked like a dream for me and also worked on existing forum users.

Axe_Grinder 12-14-2008 04:39 AM

After reading through all this... I still really like this hack. I have it installed and it works great.

What I would like to know... is, has anyone found a way to turn this on globally? I have tried every work around in here and haven't gotten any of them to work globally yet.

If I have to use it on a per user basis I will... But, I would love to just be able to turn it on and let them decide to turn it off.

That and I would like to set it that way for unregistered users as well.


Any ideas?

Great work Hasann :) Awesome!

rockinaway 12-14-2008 09:13 AM

Very nice modification! However, I have disabled the colour legend overall. How do I remove the option from the users control panel as well?

yasser4101 12-14-2008 09:23 AM

Good job
:)
Thanks

KevinL 01-03-2009 04:52 AM

I want to install this again, but I would like to do all the template edits manually. Is this possible? I just have to much stuff changed to use this and have it work correctly....like thread thumbnails and even prefixes...

Any help would be great...please.

Thanks

Raptor 04-07-2009 10:39 PM

is there a way to disable having colors for any of these ?

I would like to disable popular thread

trotskid 03-11-2010 08:41 AM

Hi. How can delete some color codes from UCP like sticky thread or poll thread, just like vb.org?

thanks


All times are GMT. The time now is 01:33 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.01262 seconds
  • Memory Usage 1,768KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (26)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