Jump to content
WebFlake
  • 0

some help with my first skin rip please


hermit101

Question

Hi All , I'm currently doing my first skin rip which is of Warcry CMS but have ran across a issue i'm struggling to get my head around and would greatly apreciate some help with it before i pull all my hair out lol :)

 

i have the CMS installed here *************** (removed by op)

 

and my IPboard link for the skin rip is here **************************(removed by op)

 

The problem i am stuck with is the login bar and getting it to match up to the CMS ,i can make it so the logged in area looks the same and the coins are replaced by messages and notifactions and the account links to the logged in members profile ,but when logged out its all messed up and i am making myself dizzy looking at the code and what i should be putting where in the css and so forth ,could some kind sould please help me out here

 

when logged in after adding the cms code to global template and css

 

31407257230d321.png

 

when logged out after adding the code to global template (weirdly it shows as guest logged in even after signing out :/ )

 

31407187587d5f0.png

 

 

How it should look when logged out

 

1201407257467eadd.png

Edited by hermit101
Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0
  1. your missing out some code on line 64.
  2. you need to get rid of this part of the code ( <div id='user_navigation' class='not_logged_in'> ) because your calling the default not logged in code instead of your custom bar.

that's all I can see right now with a quick glance since I'm not home to help you out any further than that.

  • Upvote 1
Link to comment
Share on other sites

  • 0

Just mean's you need two instances of code for that login / logout bar bit.

 

First one will have an if statement about being logged in.

 

So this bar will show the members logged in details.

 

then you would ADD after that before closing the if statement a <else />

 

this is where the bar code for not being logged in goes.

 

then you end your if statement.

 

Sorry it's not very details but I'm not home to be able to give you the full help you need and this internet where I am is shit.

  • Upvote 1
Link to comment
Share on other sites

  • 0

you legend <3

got it fixed :) n1 for the pointers dude could still do with a little help if i can when u get home ,just a couple of silly little things im spinning myself out on lol

 

1201407269052858f.png

 

and nearly finished look :D ,really chuffed with what ive managed so far being a total code noob xD

 

12014072729637da4.png

Edited by hermit101
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...