Icy Phoenix
Old Styles Topics - [Theme Release 1.3] Agent Themes
DWho [ Fri 24 Jul, 2009 23:23 ]
Post subject: [Theme Release 1.3] Agent Themes
Here are some great dark themes 5 in one... great for gaming sites etc
Main index Page
Please Download Here
My last themes for a bit..
Enjoy
spydie [ Fri 24 Jul, 2009 23:52 ]
Post subject: Re: [Theme Release 1.3] Agent Themes
These look really brilliant DWho.
I love these dark themes.
great job mate
DWho [ Sat 25 Jul, 2009 00:13 ]
Post subject: Re: [Theme Release 1.3] Agent Themes
These look really brilliant DWho.
I love these dark themes.
great job mate
Thank you
spydie [ Sat 25 Jul, 2009 00:19 ]
Post subject: Re: [Theme Release 1.3] Agent Themes
Check your DL please.
your site says the themes do not longer exist

DWho [ Sat 25 Jul, 2009 00:40 ]
Post subject: Re: [Theme Release 1.3] Agent Themes
Thanks... I was uploading to it and then it must have cut me off...
trying to sort it out.... my interment keeps cutting out

spydie [ Sat 25 Jul, 2009 00:46 ]
Post subject: Re: [Theme Release 1.3] Agent Themes
OK
i´ll try again tomorow.
It´s time to go to bed
DWho [ Sat 25 Jul, 2009 01:18 ]
Post subject: Re: [Theme Release 1.3] Agent Themes
OK
i´ll try again tomorow.
It´s time to go to bed
All working now thanks for letting me know...

spydie [ Sat 25 Jul, 2009 10:35 ]
Post subject: Re: [Theme Release 1.3] Agent Themes
Recheck the link please.
Still same message
The file you want to Download does not exist
DWho [ Sat 25 Jul, 2009 10:47 ]
Post subject: Re: [Theme Release 1.3] Agent Themes
Recheck the link please.
Still same message
The file you want to Download does not exist
Sorry I deleted that link and uploaded a fresh file try the link now in first post
spydie [ Sat 25 Jul, 2009 10:49 ]
Post subject: Re: [Theme Release 1.3] Agent Themes
fixed
its working
Thx DWho
Edit
did you fix that in your site aswell ???
cause if i go to templates and styles download happend the same
EDIT
there to change calendar colors??
If you got minicalendar enabled it looks horrible and nearly unreadable
see here

DWho [ Sat 25 Jul, 2009 12:28 ]
Post subject: Re: [Theme Release 1.3] Agent Themes
fixed
its working
Thx DWho
Edit
did you fix that in your site aswell ???
cause if i go to templates and styles download happend the same
EDIT
there to change calendar colors??
If you got minicalendar enabled it looks horrible and nearly unreadable
see here

Thanks for pointing out the calendar I missed that... just uploading the themes now and with the footer fix give it 15 mins
Thanks
Turbotech [ Mon 26 Jul, 2010 18:39 ]
Post subject: Re: [Theme Release 1.3] Agent Themes
Hi, Love the theme however I was wondering 2 things.
A: Is it possible to change the height of the main header for the template "I have done it in others however I don’t appear to be able to find what I am looking for.
B: Is it possible to replace the default header logo with a FLASH logo. "If so, any suggestions on what code to change and to what"?
Please note: I attempted to implement a flash header code referenced in this thread
Add flash header in place of default however had no luck getting it to work. The default small_logo.png graphic still shows and there is no place holder for the "flash code" I had inserted.
Wasn’t it supposed to be possible to use flash in the headers with this new version of IP?
Thx in advance for the feedback.
spydie [ Mon 26 Jul, 2010 19:48 ]
Post subject: Re: [Theme Release 1.3] Agent Themes
Hi, Love the theme however I was wondering 2 things.
A: Is it possible to change the height of the main header for the template "I have done it in others however I don’t appear to be able to find what I am looking for.
B: Is it possible to replace the default header logo with a FLASH logo. "If so, any suggestions on what code to change and to what"?
Please note: I attempted to implement a flash header code referenced in this thread
Add flash header in place of default however had no luck getting it to work. The default small_logo.png graphic still shows and there is no place holder for the "flash code" I had inserted.
Wasn’t it supposed to be possible to use flash in the headers with this new version of IP?
Thx in advance for the feedback.
To A: its possible, but this includes changing sizes of al images componing the header.
To B :
OPEN
templates/agent/overall_header.tpl
FIND
<td align="center" height="100%" valign="middle" >
<!-- IF GL_BLOCK -->
<!-- BEGIN ghleft_blocks_row -->{ghleft_blocks_row.OUTPUT}<!-- END ghleft_blocks_row -->
<!-- ELSE -->
<div id="logo-img"><a href="{FULL_SITE_PATH}{U_PORTAL}" title="{L_HOME}"><img src="{FULL_SITE_PATH}{SITELOGO}" alt="{L_HOME}" title="{L_HOME}" /></a></div>
<!-- ENDIF -->
</td>
<td align="center" valign="middle"><!-- IF S_HEADER_BANNER --><center><br />{HEADER_BANNER_CODE}</center><!-- ELSE --> <!-- ENDIF --></td>
<td align="right" valign="middle">
<!-- <div class="sitedes"><h1>{SITENAME}</h1><h2>{SITE_DESCRIPTION}</h2></div> -->
<!-- IF GR_BLOCK -->
<!-- BEGIN ghright_blocks_row -->{ghright_blocks_row.OUTPUT}<!-- END ghright_blocks_row -->
<!-- ELSE -->
<!-- IF S_LOGGED_IN --> <!-- ELSE --> <!-- ENDIF -->
<!-- ENDIF -->
</td>
REPLACE WITH
<td align="center" height="100%" valign="middle" >
<!-- IF GL_BLOCK -->
<!-- BEGIN ghleft_blocks_row -->{ghleft_blocks_row.OUTPUT}<!-- END ghleft_blocks_row -->
<!-- ELSE -->
<div id="logo-img"><center>
<a href="{FULL_SITE_PATH}{U_PORTAL}"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
width="800" height="150" id="text" align="top">
<param name=movie value="http://www.your_site/banners/mods.swf"><param name=quality value=high><param name=wmode value=transparent>
<embed src="http://your_site/banners/mods.swf" quality=high wmode=transparent width="800" height="150" name="text" align="top"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
</embed></object> </a>
<!-- ENDIF -->
</td>
<td align="center" valign="middle"><!-- IF S_HEADER_BANNER --><center><br />{HEADER_BANNER_CODE}</center><!-- ELSE --> <!-- ENDIF --></td>
<td align="right" valign="middle">
<!-- <div class="sitedes"><h1>{SITENAME}</h1><h2>{SITE_DESCRIPTION}</h2></div> -->
<!-- IF GR_BLOCK -->
<!-- BEGIN ghright_blocks_row -->{ghright_blocks_row.OUTPUT}<!-- END ghright_blocks_row -->
<!-- ELSE -->
<!-- IF S_LOGGED_IN --> <!-- ELSE --> <!-- ENDIF -->
<!-- ENDIF -->
</td>
create an folder in your root like banners/ where you put your swf file
previously you should have sorted the header height problem
look for top-logo and all images asociated to the header
Turbotech [ Mon 26 Jul, 2010 20:21 ]
Post subject: Re: [Theme Release 1.3] Agent Themes
BRAVO!
Thanks again for the feedback sir

, It worked perfectly!
DWho [ Sun 01 Aug, 2010 17:58 ]
Post subject: Re: [Theme Release 1.3] Agent Themes
Thanks Spydie....
I am finally back online so will be a lot more active from now on...
Glad you like the theme..

Limun [ Sun 21 Apr, 2013 11:32 ]
Post subject: Re: [Theme Release 1.3] Agent Themes
can you please update your styles to icy2.0 , they are so cool and i want to add them to my styles demo
if you dont have time ,can i try to upgrade them ?
Thanks
DWho [ Sun 21 Apr, 2013 15:41 ]
Post subject: Re: [Theme Release 1.3] Agent Themes
Hi Limun
Sadly I do not have time to update any of my themes at this time, so please feel free to upgrade them if you wish...
Mike

Limun [ Mon 22 Apr, 2013 07:51 ]
Post subject: Re: [Theme Release 1.3] Agent Themes
ok, thanks
