Clan Adverts

Sponsors

CT on Facebook

Latest Product

User Box

Anonymous
38.107.179.216
Nickname:

Password:

Security Code
Security Code
Type Security Code


PND Downloads Feed

Phpnuke Downloads
How to Delete or Reset yo...
How to Delete or Reset your PHPNuke Admin Account
Lost your admin password ?  Cant login to your admin account ? This s...
Back Online & Stuff
Back Online & Stuff
Look at us with our nifty website back up and running… Seriously...
How to edit the admins in...
How to edit the admins in the forums
Here is a way to make someone admin in your forums on your Evo site. I...
Demo Splash Screen
Demo Splash Screen
Ped @ Clan Themes has released a simple splash screen entrance hack. ...
Free Phpnuke Business The...
Free Phpnuke Business Theme 6
This is the 6th Business theme for Phpnuke that Clan Themes has releas...
Tricked Out Slider
Tricked Out Slider
We have seen some great new things come out of Tricked Out News and th...

Custom Work

PHP Nuke Custom Work

www.clanthemes.com :: View topic - Anzio theme + glance.php problem
Anzio theme + glance.php problem

8 Replies / 1483 Views


Post new topic   Reply to topic  

   www.clanthemes.com Forum Index » PhpNuke Theme Questions

View previous topic :: View next topic


celticalliance
Reputation: 18.3 Add RepSubtract Rep
Local time: 6:42 AM

netherlands.gif

Noob
Noob

0.02 posts per day
Medals: 0

Joined: Jun 03, 2010
Last Visit: 30 Sep 2011
Posts: 13
Points: 7460 

Post Anzio theme + glance.php problem Posted: Mon Feb 21, 2011 12:59 pm

Shop Purchases:
Anzio Multi Gaming Theme · Clan Roster 2.0

Hello,

I have installed the Anzio theme on our forums and some time ago we decided to add the glance.php file to the forums.

It all works perfectly, but I have one problem I can't seem to fix by myself. I can't change the colour of the navigation text, the Prev X | Next X one. I already tried changing the link colours but then the colour of the links on the main site and such change as well.

Can someone tell me what to put in the CSS file and where? Or tell me what to add in the code of the glance.php file? This is slowly driving me nuts and I would like it fixed.
 

 
View user's profileSend private message Reply with quote

Ped
Reputation: 94 Add RepSubtract Rep
votes: 37
Local time: 6:42 AM
Location: Great British Empire
uk.gif

Site Founder
Site Founder

1.82 posts per day
Medals: 2 (View more...)
Super Dedicated User (Amount: 1)
Theme Guru
Theme Guru
Joined: Nov 13, 2006
Last Visit: 25 May 2012
Posts: 3675
Points: 191987 

Post Re: Anzio theme + glance.php problem Posted: Tue Feb 22, 2011 7:39 am

Shop Purchases:
Clan Roster 2.0 · Bad Company 2 Vietnam Xtreme Theme

You need to edit the glance_body.tpl in the themes forums folder, or you could just take another one from another theme and replace it if your not very good with CSS
 

 
View user's profileSend private messageSend e-mail Reply with quote

celticalliance
Reputation: 18.3 Add RepSubtract Rep
Local time: 6:42 AM

netherlands.gif

Noob
Noob

0.02 posts per day
Medals: 0

Joined: Jun 03, 2010
Last Visit: 30 Sep 2011
Posts: 13
Points: 7460 

Post Anzio theme + glance.php problem Posted: Tue Feb 22, 2011 9:03 am

Shop Purchases:
Anzio Multi Gaming Theme · Clan Roster 2.0

The problem is I somehow can't change the link colour. I tried changing the CSS and the template file, but it's not working. I suck at CSS really.

In the glance overview there are two links, Prev 5 and Next 5. The colour of those links is rather dark, but I want the colour to be the same as other category headers. I don't know what part of the CSS file I should edit though.

I suggest taking a look at the forums on http://celticalliance.clanservers.com

You'll see what I mean :)
 

 
View user's profileSend private message Reply with quote


Ped
Reputation: 94 Add RepSubtract Rep
votes: 37
Local time: 6:42 AM
Location: Great British Empire
uk.gif

Site Founder
Site Founder

1.82 posts per day
Medals: 2 (View more...)
Super Dedicated User (Amount: 1)
Theme Guru
Theme Guru
Joined: Nov 13, 2006
Last Visit: 25 May 2012
Posts: 3675
Points: 191987 

Post Re: Anzio theme + glance.php problem Posted: Tue Feb 22, 2011 9:48 am

Shop Purchases:
Clan Roster 2.0 · Bad Company 2 Vietnam Xtreme Theme

Add this to your CSS sheet

Code:

td.glance a:link {
   color: #CCC;
}
td.glance a:hover {
   color: #FFF;
}


should sort it out Kiss
 

 
View user's profileSend private messageSend e-mail Reply with quote

celticalliance
Reputation: 18.3 Add RepSubtract Rep
Local time: 6:42 AM

netherlands.gif

Noob
Noob

0.02 posts per day
Medals: 0

Joined: Jun 03, 2010
Last Visit: 30 Sep 2011
Posts: 13
Points: 7460 

Post Anzio theme + glance.php problem Posted: Tue Feb 22, 2011 9:55 am

Shop Purchases:
Anzio Multi Gaming Theme · Clan Roster 2.0

Sorry dude, that's not working. It's using TH, so I changed the td to th, but that doesn't work.

That's why I hate themes that use so much CSS, every time I need to make some changes I'm looking for days how to change it.

EDIT: It's half working now. The Prev 5 link is not correct yet, but I guess with some fiddling I'll get it done. Will update soon.

Last edited by celticalliance on Tue Feb 22, 2011 10:03 am; edited 1 time in total
 

 
View user's profileSend private message Reply with quote

Ped
Reputation: 94 Add RepSubtract Rep
votes: 37
Local time: 6:42 AM
Location: Great British Empire
uk.gif

Site Founder
Site Founder

1.82 posts per day
Medals: 2 (View more...)
Forums MoD (Amount: 1)
Theme Guru
Theme Guru
Joined: Nov 13, 2006
Last Visit: 25 May 2012
Posts: 3675
Points: 191987 

Post Re: Anzio theme + glance.php problem Posted: Tue Feb 22, 2011 10:01 am

Shop Purchases:
Clan Roster 2.0 · Bad Company 2 Vietnam Xtreme Theme

The Anzio copy I have on my computer uses td so you must be using a different glance_body.tpl

I also just applied
Code:

th.glance a:link {
   color: #CCC;
}
th.glance a:hover {
   color: #FFF;
}


to your site and it worked fine Dont Know

You need to also get used to CSS because its the new trend, code a site once and just change the CSS for a new site, its the way forward Smiley
 

 
View user's profileSend private messageSend e-mail Reply with quote


celticalliance
Reputation: 18.3 Add RepSubtract Rep
Local time: 6:42 AM

netherlands.gif

Noob
Noob

0.02 posts per day
Medals: 0

Joined: Jun 03, 2010
Last Visit: 30 Sep 2011
Posts: 13
Points: 7460 

Post Anzio theme + glance.php problem Posted: Tue Feb 22, 2011 10:08 am

Shop Purchases:
Anzio Multi Gaming Theme · Clan Roster 2.0

I got it fixed. It was the visited link that still gave problems.

Thanks for pointing me in the right direction, after giving it a closer look in the CSS file it suddenly clicked.
 

 
View user's profileSend private message Reply with quote

celticalliance
Reputation: 18.3 Add RepSubtract Rep
Local time: 6:42 AM

netherlands.gif

Noob
Noob

0.02 posts per day
Medals: 0

Joined: Jun 03, 2010
Last Visit: 30 Sep 2011
Posts: 13
Points: 7460 

Post Anzio theme + glance.php problem Posted: Tue Feb 22, 2011 10:20 am

Shop Purchases:
Anzio Multi Gaming Theme · Clan Roster 2.0

It turns out someone edited that template file some time ago. Anyway, problem solved :)

I'll dig into CSS some more though :)
 

 
View user's profileSend private message Reply with quote

RELIC
Reputation: 553.2 Add RepSubtract Rep
votes: 2
Local time: 6:42 AM
Location: Louisville, Kentucky
usa.gif



0.18 posts per day
Medals: 0
Respected Member
Respected Member
Joined: Jan 29, 2007
Last Visit: 13 May 2012
Posts: 345
Points: 12397 

Post Anzio theme + glance.php problem Posted: Thu Feb 24, 2011 1:37 am

I don't know if it's permitted or not, but here is a great source to use.

http://www.wiley.com

It's visually teaching and the pictures are great. Go in and find a book on css and purchase it.
There are a ton of books you can get if you are going to do this stuff.

I do not have any affilliation with the site, I have used their books in the past to teach myself everything from html to Windows to eXcell. Go to your local books store and check them out.

Of course it's not as good as getting a definitive answer from the pros here, but it help guide you in the right direction and give you an good, basic, understanding as to what is going on.
 

 
View user's profileSend private messageSend e-mailVisit poster's websiteYahoo MessengerMSN Messenger Reply with quote

Post new topic   Reply to topic  
   www.clanthemes.com Forum Index » PhpNuke Theme Questions


 
8 Replies / 1483 Views
Page 1 of 1
All times are GMT
Display posts from previous:   
 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum