vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Display Enhancements - Custom forum CSS per Forum, using the Forum Admin (https://vborg.vbsupport.ru/showthread.php?t=131275)

Qwest 11-11-2006 11:34 PM

Isn't this a default feature in VB?

You can set vb to display different skins per forum already...

abramelin 11-12-2006 12:01 AM

Quote:

Originally Posted by Qwest
Isn't this a default feature in VB?

You can set vb to display different skins per forum already...

no . the thing you say is changing the entire skin of a forum. this mod making changes in specified forums (forumdisplay)

Snake 11-12-2006 08:05 AM

Thanks!

rainyleaves 11-12-2006 08:14 AM

Hi.
Run css_install.php.
I got this error.

Quote:

Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1219) : eval()'d code on line 5
MySQL database updated, added field "css" to the forum table.
Please...help.:)

Adult SEO 11-12-2006 09:14 AM

Hi!

The error you received is from a difrent mod wich is probably trigered by "global_start" as the install script uses the global.php file to obtain a MySQL connection.

It might be that this error occurs on all pages of your forum but that it isn't visible.

As the result also stated "MySQL database updated, added field "css" to the forum table. " it means the CSS mod MySQL updated has been succesfull since you would otherwise receive a message stating it didn't work.

What you could do to test wich product is causing the error is commenting the folowing line in the install script:

PHP Code:

$result mysql_query(".......") or die(mysql_error(); 

To become:
PHP Code:

#$result = mysql_query(".......") or die(mysql_error();
exit; 

Then the script will not try to update the database anymore and you will receive the error only.

You then simply enable/disable each product to see wich product is causing the error.

Best Regards,
Jan Jaap

Smoothie 11-12-2006 05:05 PM

Hi,

Looks quite interesting. Would you be able to post a few screenshots of what the Forum Adminpanel looks like with this modification? Also, in your top post you don't have checked what gets changed with this mod.

Quote:

Now you will be able to aply CSS code per forum via the Forum Adminpanel, there is a new CSS textarea input on the bottom of the edit and add forum forms.

Adult SEO 11-12-2006 08:55 PM

Hi!

I've added screen captures and set the configuration options.

Best Regards,
Jan Jaap

Smoothie 11-12-2006 09:45 PM

Seems to be working pretty darn well so far.

Smoothie 11-12-2006 09:47 PM

Where's the damn install button?

Edit: Never mind. Could have sworn there use to be an install button plus a text link. Must be losing it.

Adult SEO 11-13-2006 12:46 AM

<a href="https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=1312 75" target="_blank">https://vborg.vbsupport.ru/vborg...hreadid=131275</a>


All times are GMT. The time now is 01:55 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.01184 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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