PDA

View Full Version : Problems with CONTENT.php and var IMGDIR_MISC / IMGDIR_BUTTON


Kulham
05-03-2011, 09:08 AM
Hello,

I installed a new theme on my website,
although the version was not right for me
4.1.3, but I am adjusting manually.

So far I have no problems and I managed
adapt almost all parts of my website.
I am finding problems in the
content.php and the var IMGDIR_MISC
and IMGDIR_BUTTON var = "images / buttons."

Both var loaded me well from other
sections of my site (forum, blog, etc ..)
loading var from the paths that
I have defined in imagepaths, but
content.php continues to hold specific
the default theme images / buttons and images / misc.

Took several days trying to modify the
c?dido variables directly in the
content.php but does not change the situation

Could anyone help me out or give me some
idea of ​​how to fix it?

CONTENT.php
<!--
var SESSIONURL = "";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "images/misc";
var IMGDIR_BUTTON = "images/buttons";
var vb_disable_ajax = parseInt("0", 10);
var SIMPLEVERSION = "413";
var BBURL = "http://web.com";
var LOGGEDIN = 0 > 0 ? true : false;
var THIS_SCRIPT = "vbcms";
var RELPATH = "";
var PATHS = {forum : ""}
// -->

FORUM.php
<!--
var SESSIONURL = "";
var SECURITYTOKEN = "guest";
var IMGDIR_MISC = "themes/specialone/misc";
var IMGDIR_BUTTON = "themes/specialone/buttons";
var vb_disable_ajax = parseInt("0", 10);
var SIMPLEVERSION = "413";
var BBURL = "http://web.com";
var LOGGEDIN = 0 > 0 ? true : false;
var THIS_SCRIPT = "index";
var RELPATH = "forum.php";
var PATHS = {forum : ""}
// -->