PDA

View Full Version : Administrative and Maintenance Tools - Stylevar Search


Dead Eddie
07-05-2010, 10:00 PM
Frustrated using the Stylevar interface, I wrote a quick interface that allows admins to do the following:


View updated stylevars for the style (including stylevars updated in parent styles)
Search for stylevar by type (background, border, color, etc.)
Search for stylevar by value (see the note about this below)
Select multiple stylevars for editing
Revert multiple stylevars at a timeMy idea was to create a stopgap until VBulletin 4.1 is released to still allow me to quickly and efficiently modify the style for my site.

Search by value was one of the key things I wanted to do. Unfortunately, the raw stylevar definitions are not stored, instead it's stored in the database as a serialized PHP array. As I didn't want to unpackage all the stylevars to do a simple search, I cheated. This means that searching for an integer will likely fail (searching for colors, images and strings should work).

Installation is simple. Import the xml file product-asp_de_stylevarsearch.xml, then copy the files up in their packaged directories. Likewise, to uninstall the product, uninstall it, and remove the files:

includes/xml/cpnav_vbstylevarsearch.xml
admincp/searchstylevar.php

Hope you find it useful.

Changelog
.01 - Initial Version
.02 - Updated to fix implode error when variable was null
.03 - Updated search to search for both the lower and upper case version of the value search.
.5 - Updated search to search both hexidecimal and RGB values. Additionally, I'm taking into account the shortcut hexidecimal notation. For example, searches for #FFF will also search #FFFFFF and (255,255,255), along with the lower case versions of these values.
.6 - Fixed "headers already sent" bug

Dr.osamA
07-06-2010, 03:31 AM
thanx bro

installed + 5 Stars + translate to Arabic

but i got Warning:
when i choose this option
Search Stylevar by Value and select style

i have this error
Warning: implode() [function.implode]: Invalid arguments passed in [path]/admincp/searchstylevar.php on line 182

add image for explanation
add product in Arabic

KURTZ
07-06-2010, 09:02 AM
screen shots?

Dead Eddie
07-06-2010, 10:46 PM
thanx bro

installed + 5 Stars + translate to Arabic

but i got Warning:
when i choose this option
Search Stylevar by Value and select style

i have this error
Warning: implode() [function.implode]: Invalid arguments passed in [path]/admincp/searchstylevar.php on line 182

add image for explanation
add product in Arabic

Thanks, I think I've fixed this issue.

screen shots?

Updated.

Dr.osamA
07-07-2010, 01:42 AM
thanx man

now it is 100%

ozzy47
07-08-2010, 09:22 PM
I get this error when it is installed? xxxx is for my renamed admin folder

The requested URL /xxxxxxx/searchstylevar.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Dead Eddie
07-08-2010, 10:44 PM
I get this error when it is installed? xxxx is for my renamed admin folder

The requested URL /xxxxxxx/searchstylevar.php was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

Did you upload the searchstylevar.php file to your custom admincp folder, or the default one included in the package?

ozzy47
07-09-2010, 08:16 PM
To the custom folder is where I uploaded it!

Dead Eddie
07-10-2010, 04:14 PM
Double check the file permission and directory.

I just updated my admin cp directory, and I was still able to access everything. Your error suggests that either the file isn't there, or your server can't see it.

ozzy47
07-11-2010, 01:49 PM
I re uploaded everything again and it is working now!

Neo_obs
08-06-2010, 04:20 PM
I am getting this error when trying to update stylevars (multiple and single selections)

Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxx/public_html/forum/includes/adminfunctions.php:285) in /home/xxxxx/public_html/forum/admincp/searchstylevar.php on line 302

Dead Eddie
08-07-2010, 02:07 PM
I am getting this error when trying to update stylevars (multiple and single selections)


Warning: Cannot modify header information - headers already sent by (output started at /home/xxxxx/public_html/forum/includes/adminfunctions.php:285) in /home/xxxxx/public_html/forum/admincp/searchstylevar.php on line 302

I took a quick look, and I think I see what the issue is. Didn't quite see why it's only happening under certain circumstances, but I think I should be able to have it fixed/tested this afternoon.

Dead Eddie
08-07-2010, 11:17 PM
It looks like I've resolved the "Headers already sent" issue. Let me know if you're still seeing it.

Neo_obs
08-18-2010, 01:57 AM
Awesome, they are fixed.

One thing that would be awesome to add, a select all button at the bottom next to reset and revert.

Hippy
09-04-2010, 08:50 PM
something vb4 seems to be missing .. thanks

Merjawy
09-04-2010, 09:15 PM
very nice indeed

makes life a bit well,, lets just say fun

Thanks

punchbowl
01-30-2011, 04:44 PM
I don't think we can search stylevars by value in 4.1? We have Show Only Customized StyleVars now though.