Log in

View Full Version : Remove Moderators: Array from forum


SubbY1980
12-15-2011, 12:57 PM
Hello

I added some mods to a forum section and now it displays "Moderators: Array under teh forum description.
http://img834.imageshack.us/img834/4995/unbenanntgzm.jpg

How can I remove this?

--------------- Added 1323962381 at 1323962381 ---------------

Forgive me....I'm so blind sometimes and wasted like 2 hrs with this now and just found the option in the admin options...

Termure
08-14-2012, 02:20 PM
Same problem here, dunno how to remove it!
Maybe some help from you how to remove the Array text from admincp as i understand?! :)

Lynne
08-14-2012, 02:41 PM
Create a new style with no parent:

Styles & Templates > Style Manager > Add New Style
Parent Style: No Parent Style
Title: Default vBulletin
Allow User Selection: Yes
Save

Then browse the site using that totally default vbulletin style - do you still have the same problem?

Termure
08-14-2012, 04:05 PM
created, but only see the index with the default one, when click any thread, the original/modified one comes back active.

www.diablo3.ro

p.s. i dont see the formus images with iexplorer and do see them with chrome.

thanks

Lynne
08-14-2012, 08:04 PM
You need to make the style pickable so we may select it. Also, make sure you don't have the individual forum set to have a specific style and make sure you don't have any modification that forces a particular style.

Termure
08-15-2012, 03:48 AM
I did that last night, same problem now, cannot select it even with allow user selection, and saw many have the same problem.

How can i see the def vb template into selection box ? If i revert all StyleVars will it be ok and not lose anything ?

thanks

Edit: Saw the https://vborg.vbsupport.ru/showthread.php?t=264194 , i have the same problem, ill try to stop all plugins and see the problem.


Later edit: With define('DISABLE_HOOKS', true); And clearead all browser cache/cookies even changed (dynamic) ip.

Can select it with a guest user then click any link and changes back to custom one.

Lynne
08-15-2012, 03:14 PM
They style doesn't show in the Style Chooser because it seems to be broken in your custom style. What is the styleid of the default style?

Termure
08-15-2012, 03:35 PM
http://diablo3.ro/forum.php?styleid=8

seems its 8

the custom one is 3
http://diablo3.ro/forum.php?styleid=3

Lynne
08-15-2012, 10:49 PM
This link - http://diablo3.ro/showthread.php?41-Security-Update&p=95#post95&styleid=8 - should give me your threads in the default style. Something is stopping that from happening. Try disabling your modifications/plugins and see if you still have this problem.
Note: To temporarily disable the plugin system, edit includes/config.php and add this line right under <?php

define('DISABLE_HOOKS', true);

Also, it appears the viewing permissions are such that you don't allow unregistered users to see who is viewing a thread anyway, so you need to toggle that on also.

Termure
08-16-2012, 04:57 AM
plugins disabled, default style is Default Vbulletin, allow users to select style ON.
reg/unregistered allowed to view thread readers and still SAME THING :((

p.s. i can msg u an admin user to check it out if u want

Termure
08-16-2012, 11:26 AM
Solved the issue with the forced custom style when clicked threads/messages etc. It was from forced style to custom one. Thats fixed now.

The problem remanes the Array wich shows on custom template and not on vb default and the fact that i cannot select styles from custom one, only from vb default and dunno why.

thanks

John Lester
08-17-2012, 01:47 AM
This post tells you how to fix the style chooser.

https://vborg.vbsupport.ru/showpost.php?p=2328091&postcount=47

Termure
08-17-2012, 04:26 AM
Works great! on 4.2.0 patch2

thanks alot

edit: selection box still shown even with user selection off

John Lester
08-17-2012, 08:31 AM
I don't have 4.2 installed so I'm not sure if they changed anything :( Did you clear your browsers cache and the cookie(s) for you site and check again?