Welcome to Egypt Forums Mark forums read | Egypt Main Page
Egypt Forums
Arabic Movies



Articles Thread, Fix Missing vBulletin Images In Custom Styles in vBulletin; <div> Fix Missing vBulletin Images In Custom Styles This was a problem we were having on our forums , we ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=3337


Reply
LinkBack Thread Tools Display Modes
Fix Missing vBulletin Images In Custom Styles
 
 
The God Father
Developer's Avatar

Reply With Quote
 
Join Date: Jul 2008
Location: NDC
Posts: 5,425
09-09-2008, 08:16 PM
 
<div> Fix Missing vBulletin Images In Custom Styles


This was a problem we were having on our forums, we have several different styles, each have their own image sets. When a new version of vBulletin came out that added a new icon or we installed an addon such as the blog we found that there were missing images all over the place.

The solution:
First, all alternative images were moved to a directory named skins, the images for each skin were put into appropriately named directories inside the skins directory.

Then the following code was placed into a .htaccess file in the skins directory.

<div style="margin: 5px 10px;"> Code:
PHP Code:
     Options +FollowSymLinks
RewriteEngine on

RewriteCond
%{REQUEST_FILENAME} !-f
RewriteRule
^([^/]+)/(.*)$ /images/$2
Essentially what this does, is if a file is not found within the sub-directories it rewrites it to look instead in the default vBulletin images directory.

This will work with all versions of vBulletin provided your host supports mod_rewrite directives in .htaccess files.
__________________
I Love Walking In The Rain Cuz Nobody Know I'm Crying !!
 
 
 
Reply

Articles Thread, Fix Missing vBulletin Images In Custom Styles in vBulletin; <div> Fix Missing vBulletin Images In Custom Styles This was a problem we were having on our forums , we ...

Short Link: http://forum.egypt.com/enforum/showthread.php?t=3337


Bookmarks

Tags
custom, fix, images, missing, styles, vbulletin


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
GTQuotes - custom quote box as seen on vbulletin.org Developer Mods for 3.6.x 1427 26-11-2009 03:09 AM
HTML Images Developer Articles 0 28-10-2008 07:20 PM
Lesson : Introduction 5 - Layer Styles 2 Developer Articles 0 23-10-2008 02:06 AM
Search and Quicklink Images Developer Mods for 3.7.x 0 12-09-2008 04:48 AM
Fantasy Styles For PhotoShop Developer Add-On ( brushes - Actions - Filters ...) 0 04-09-2008 10:34 PM