Quote:
Originally Posted by apokphp
I'm absolutely positive. It may be the case that this addon is conflicting with another...but I need my other addons.
I went through every single possible option in admincp and saved. I had to do this because when I display all settings, and save anything at all...I got the error. So weeding it down to the one that was causing trouble...was necessary for troubleshooting (this topic was discussed at vb.com in fact).
This was the only mod that caused that error. I removed it, and I can now save any setting when they are all displayed on the same page.
And it would never let me save settings when this was the only mod option displayed.
*edit*
I didn't test it...now that I think about it...but I did make 1 modification to the .css file as noted in the above posts as a suggestion. Instead of removing that change, I just removed the entire mod.
Did you make the .css change?
|
The only change I made was this one:
Quote:
Originally Posted by Kr33p3r
Example CSS for vb4 - put it in your additional.css
Will work for vb3 too.
Code:
.stg_table {border-color:#000; border-width: 2px; padding: 2px; background-color:#250517;}
.stg_table td {border-color:#000; border-width: 2px; }
.stg_table .alt1 {border-color:#000; border-width: 2px; background-color:#111111; }
.stg_table .alt2 {border-color:#000; border-width: 2px; background-color:#333333; }
Enjoy.
|