Quote:
Originally Posted by Saviour
Beautiful skin...absolutely love it. Nice work...2 thumbs up.
I'm running vB 4.1.3. Uploaded folder...and imported style with my default as the parent...since I wanted to include any changes made to the parent in my other styles. I had to change some image paths, other than that...installation was a breeze.
I only have one issue, though...at the moment. It would seem the "Settings" link at the top of the page where it welcomes a user after login is missing. It's just not there.
Any recommendations as to how to get it back?
Thanks, in advance...
|
I agree, they did a great job on this skin, probably one of my favorites which is why i don't mind helping out with the issues it has. I want to see this one updated for a long time to come. I know you don't need such simplified instructions to fix it so don't take offense, but i make them that way to help those that have very little experience with the vbulletin. because you can bet that we all have this same problem on this skin lol
To solve the settings problem--
Go to adminCP and click on
Style Manager
For the bluesenseless style use the dropdown box on the right that says
stylevars to select
All Style Options and click the
Go button next to it.
The first box on top is the header box, increase the size about 5 times to make it easier to see. (click on the text outside the lower left of that box that says
Increase Size
Find the line of code that matches this
FIND
Code:
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase control_panel}</a></li>
Replace that line with this line of code by highlighting the original just copy and pasting it in its place.
REPLACE
Code:
<li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_control_panel}</a></li>