Pages: [1]
  Print  
Author Topic: List features in header?  (Read 1563 times)
Null
Newbie
*
Offline Offline

Posts: 5


View Profile
« on: May 20, 2008, 02:41:41 PM »

Hi,

I want the feature list (currently on start page) in the header. How to do this? Putting <--f_list --> thingy in the header doesn't work

Thx
Logged
johncarlson21
Administrator
Full Member
*****
Offline Offline

Posts: 182


johncarlson21@hotmail.com johncarlson1999
View Profile Email
« Reply #1 on: May 20, 2008, 09:19:26 PM »

I guess I don't understand.. what you want..

You want to put the 3 featured listings in the header of your layout..?

well.. right now.. that isn't a quick fix.. but you could make a change to the code..

I'm assuming you want to put something different in the home page..
so first you need to edit the templates folder that you are using.. lets just assume you are using the default template which is the templates/default directory.

Edit the index.php page.. and remove the <!--featured--> code.
and put whatever it is that you want to show up where that usually shows up.

open your theme.html file and put the <!--featured--> code where you want your listings to show. (in your header) in this instance.

now open the manager/includes/phprealty.class.php go to line 64 "return $this->html" and put this line above it..
$this->html=parseSnippets($this->html,$_REQUEST);

you will need to also edit the manager/static/featured.php file
find line 18 it should be include($INC."curr_conv.class.php");
and change the include to include_once.

that should do it..

that should parse the actual theme
Logged
Pages: [1]
  Print  
 
Jump to: