Icy Phoenix
Old Support Topics - Need Some Help On Aphrodite
gnome [ Mon 04 Jun, 2007 09:23 ]
Post subject: Need Some Help On Aphrodite
Good day,
I have some questions on Aphrodite template...
1.) Hi, how do I remove the Menu Block at the left on "forum.php"?
2.) Im using phpBBXS before, after upgrading to IcyPhoenix, I can't change the LOGO on Aphrodite.
Before I can change it on "overall_header.tpl" at templates/aphrodite but it seems different in Icyphoenix now.
How would I change it?
3.) After removing the Menu Block at the left on "forum.php" (No. 1) How would I change the width of whole Forum to 85%?
That's all for now... Thanks in advanced!
regards,
tiolalu [ Mon 04 Jun, 2007 10:23 ]
Post subject: Re: Need Some Help On Aphrodite
Good day,
I have some questions on Aphrodite template...
1.) Hi, how do I remove the Menu Block at the left on "forum.php"?
2.) Im using phpBBXS before, after upgrading to IcyPhoenix, I can't change the LOGO on Aphrodite.
Before I can change it on "overall_header.tpl" at templates/aphrodite but it seems different in Icyphoenix now.
How would I change it?
3.) After removing the Menu Block at the left on "forum.php" (No. 1) How would I change the width of whole Forum to 85%?
That's all for now... Thanks in advanced!
regards,
1) CMS -> Global Blocks
2) Take the image route and overwrite it
3)

Don't know.
jz [ Mon 04 Jun, 2007 10:55 ]
Post subject: Re: Need Some Help On Aphrodite
templates/ca_aphrodite/overall_header.tpl
-
<table id="forumtable" width="100%" cellspacing="0" cellpadding="0">
-
<tr>
-
<td class="forum-header" align="left" valign="top" height="64">
-
<a href="{U_PORTAL}" title="{L_HOME}"><img src="{FULL_SITE_PATH}{SITELOGO}" alt="{L_HOME}" title="{L_HOME}" /></a>
-
</td>
there you have the width and the logo path

gnome [ Mon 04 Jun, 2007 11:41 ]
Post subject: Re: Need Some Help On Aphrodite
Thank you very much guys!
I successfully removed the Menu block on forum.php.
Also I changed the width of my forum to 90% and centered it on CSS file, at forumtable id.
About the Logo, I have no problem replacing it with mine. Before on phpBBXS, I have a logo with 650px width and I can changed it there at overall_header.tpl. Is it ok to place "width="650px" on <td>?
I mean on this line: <td class="forum-header" align="left" valign="top" height="64">
Also I wonder if I could change the forum Title "Forum" on forum.php?
Thanks a lot!

Zuker [ Tue 05 Jun, 2007 02:05 ]
Post subject: Re: Need Some Help On Aphrodite
Do you want to change the title of the img? You can change it in the .tpl file
gnome [ Tue 05 Jun, 2007 12:40 ]
Post subject: Re: Need Some Help On Aphrodite
Hi,
What I mean of Title is the one that appears on Title bar of the Browser. <title>
on forum.php, it appears just "Forum"....
Thanks!!

Zuker [ Tue 05 Jun, 2007 13:24 ]
Post subject: Re: Need Some Help On Aphrodite
Now i understand
you can edit it in overall_header
find <title>

gnome [ Tue 05 Jun, 2007 18:36 ]
Post subject: Re: Need Some Help On Aphrodite
Not a good idea, it will apply all sections of the Forum and overridden specific topic/section titles.....
Zuker [ Tue 05 Jun, 2007 18:50 ]
Post subject: Re: Need Some Help On Aphrodite
ok.
try this
open forum.php
find
$page_title = $lang['Forum'];
replace with
$page_title = 'text';
gnome [ Wed 06 Jun, 2007 12:43 ]
Post subject: Re: Need Some Help On Aphrodite
I got it!!! Thank you very much!!!

You're the man!

gnome [ Wed 06 Jun, 2007 12:50 ]
Post subject: Re: Need Some Help On Aphrodite
another question,
My aphrodite template is now 90% width and center aligned.
Is it possible to place a drop shadow image on the left and right side of the template?
Like on Icyphoenix template....
Thanks!

jz [ Wed 06 Jun, 2007 15:24 ]
Post subject: Re: Need Some Help On Aphrodite
that's what CSS is for

Zuker [ Wed 06 Jun, 2007 17:28 ]
Post subject: Re: Need Some Help On Aphrodite
search inside overall header of icy the word "shadow", then take a look at the same word in the css of icyphoenix template.
It's a easy thing

gnome [ Fri 08 Jun, 2007 12:55 ]
Post subject: Re: Need Some Help On Aphrodite
About the shadow,
I copied some code snippets from mg_theme to my aphrodite.... so I can have a shadow at left and right side of my forum.
As what I said my aphrodite is 90% width and center aligned...
How do I remove the spacing between the shadow image and sides of the forum...
See attached file for image....
Thanks in advanced!
[removed attached file]
gnome [ Sat 09 Jun, 2007 10:43 ]
Post subject: Re: Need Some Help On Aphrodite
Never mind. I made it...
Thanks anyway....
Zuker [ Sat 09 Jun, 2007 16:24 ]
Post subject: Re: Need Some Help On Aphrodite
Great u solve it
title edited
