SOLVED Need Some Help On Aphrodite


Goto page 1, 2  Next

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,

Profile PM  
Subject: Re: Need Some Help On Aphrodite
gnome wrote: [View Post]
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 :mrorange:
3) :?: Don't know.

Subject: Re: Need Some Help On Aphrodite
templates/ca_aphrodite/overall_header.tpl

Code: [Download] [Hide]
  1. <table id="forumtable" width="100%" cellspacing="0" cellpadding="0">
  2. <tr>
  3. <td class="forum-header" align="left" valign="top" height="64">
  4. <a href="{U_PORTAL}" title="{L_HOME}"><img src="{FULL_SITE_PATH}{SITELOGO}" alt="{L_HOME}" title="{L_HOME}" /></a>
  5. </td>


there you have the width and the logo path :cop:

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! :)

Profile PM  
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

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!! :)

Profile PM  
Subject: Re: Need Some Help On Aphrodite
Now i understand
you can edit it in overall_header

find <title> ;)

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.....

Profile PM  
Subject: Re: Need Some Help On Aphrodite
ok.
try this

open forum.php

find

$page_title = $lang['Forum'];

replace with

$page_title = 'text';

Subject: Re: Need Some Help On Aphrodite
I got it!!! Thank you very much!!! :) You're the man! :D

Profile PM  
Subject: Re: Need Some Help On Aphrodite
another question, :mryellow:

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! :)

Profile PM  
Subject: Re: Need Some Help On Aphrodite
that's what CSS is for :mricy:

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 ;)

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]

Profile PM  
Subject: Re: Need Some Help On Aphrodite
Never mind. I made it...

Thanks anyway....

Profile PM  
Goto page 1, 2  Next

Page 1 of 2


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1519s (PHP: 13% SQL: 87%)
SQL queries: 10 - Debug Off - GZIP Enabled