Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email?
February 09, 2010, 01:34:39 AM
Home
Help
Search
Register
Login
phpRealty - Blog
>
phpRealty Usage
>
FAQ's
>
List features in header?
Pages: [
1
]
« previous
next »
Print
Author
Topic: List features in header? (Read 1563 times)
Null
Newbie
Offline
Posts: 5
List features in header?
«
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
Posts: 182
Re: List features in header?
«
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
phpRealty Announcements
-----------------------------
=> Announcements
-----------------------------
phpRealty Usage
-----------------------------
=> FAQ's
=> phpRealty Support
=> Bug Tracker
=> Features
-----------------------------
Mods / Themes
-----------------------------
=> phpRealty Mods
=> phpRealty Themes
-----------------------------
MyPageFlip
-----------------------------
=> MyPageFlip Support
=> Bugs
=> Features
Loading...