SearchSearch   ProfileProfile   Log inLog in   RegisterRegister 

Multiple Network Segment User Interfaces

 
Post new topic   Reply to topic    FirstSpot Forum Index -> Pre-sales Support Forum
View previous topic :: View next topic  
Author Message
kirk.cw



Joined: 23 Feb 2010
Posts: 3
Location: Barbados

PostPosted: Tue Apr 20, 2010 4:53 pm    
Post subject: Multiple Network Segment User Interfaces

I have configured FirstSpot successfully with multiple networks however I have not been able to get the background image on each *.tpl file to change.

I've checked and found that the default image is blue_stick.jpg. What I'd like to do is change that image for each *.tpl

Can anyone tell me which of the *.php files I would need to modify in order to have a unique background for each login page?
Back to top
dominic
Forum facilitator


Joined: 23 Oct 2007
Posts: 103

PostPosted: Wed Apr 21, 2010 5:33 am    
Post subject:

The background image file (blue_stick.jpg) is defined in both FirstSpot\authserv\style_pc.css (line 1) and FirstSpot\authserv\style_pda.css (line 1).

Here're the steps of our suggested work-around:
1) Add the following lines above the tag </head> in each .tpl file you've made for different network segments
Code:
<style type="text/css">
body  { background: white url(blue_stick.jpg); height:90%; width:90%; background-attachment: fixed;}
</style>

2) Replace the filename "blue_stick.jpg" in the above code with the one you desired in each .tpl file
Back to top
Display posts from previous:   
Post new topic   Reply to topic    FirstSpot Forum Index -> Pre-sales Support Forum All times are GMT
Page 1 of 1

 
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


Powered by phpBB © 2001, 2005 phpBB Group