Support Forums

Price show up at featured home page need to be off

This is a discussion on Price show up at featured home page need to be off within the Technical Support forums, part of the Technical Support Forums category; Any one can tell me how i can take off the price show at home pare featured listing? Cant find ...


Go Back   68 Classifieds Forums > Technical Support Forums > Technical Support

This topic is resolved.

If you have a similar issue that this thread does not address, open a new related support topic.

 
Thread Tools Display Modes
Old 04-05-2008, 09:07 PM   #1
Junior Member
 
cranko's Avatar
 
Join Date: Apr 2008
Posts: 26
Rep Power: 10
cranko is on a distinguished road
Default Price show up at featured home page need to be off

Any one can tell me how i can take off the price show at home pare featured listing?
Cant find the template, also i dont really sure how i can do to those prices dont show up

Thanks in avance

Cranko
cranko is offline  
Old 04-06-2008, 06:12 PM   #2
Junior Member
 
cranko's Avatar
 
Join Date: Apr 2008
Posts: 26
Rep Power: 10
cranko is on a distinguished road
Default I need some help

I just put that pic if for someone know how i can take off the price of fearured listings at home page.

I try to find it but no luck
Attached Images
File Type: png how.png (19.0 KB, 3 views)
cranko is offline  
Old 04-06-2008, 06:28 PM   #3
68 Evangelist & Developer
 
 
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,972
Rep Power: 58
Mike-N-Tosh is just really nice Mike-N-Tosh is just really nice
Default

You can turn off prices being shown in the administration settings. If you just don't want it to show for the featured listings only then you would need to modify the smarty plugin, "function.feature_listings_horizontal.php" file.

-Mike
__________________
Mike-N-Tosh
IndianaPC.org - A community website (v3.1.10 Developer - heavily modified & used as the CMS)
Sandbox [localhost(v3.1.10, v4.0.9, 4.1.10)] for development and customization
Visit My blog: reviews, tips, tricks, tutorials and my store with Templates, Mods & Docs
Web Hosting | Web Design & Development | 68 Classifieds Customizations
I am not a 68C employee, just a user and try to help out
Mike-N-Tosh is offline  
Old 04-06-2008, 06:32 PM   #4
Junior Member
 
cranko's Avatar
 
Join Date: Apr 2008
Posts: 26
Rep Power: 10
cranko is on a distinguished road
Default

Thanks Mike

I just turn off all prices on admin, but still show up at featured listing home page, i don't know why still showing up.
cranko is offline  
Old 04-06-2008, 07:49 PM   #5
68 Evangelist & Developer
 
 
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 1,972
Rep Power: 58
Mike-N-Tosh is just really nice Mike-N-Tosh is just really nice
Default

Are you logged in as an administrator when you're looking? Try logging out and looking as a guest. The user groups each have their own settings for what can and can not be viewed.
__________________
Mike-N-Tosh
IndianaPC.org - A community website (v3.1.10 Developer - heavily modified & used as the CMS)
Sandbox [localhost(v3.1.10, v4.0.9, 4.1.10)] for development and customization
Visit My blog: reviews, tips, tricks, tutorials and my store with Templates, Mods & Docs
Web Hosting | Web Design & Development | 68 Classifieds Customizations
I am not a 68C employee, just a user and try to help out
Mike-N-Tosh is offline  
Old 04-06-2008, 08:17 PM   #6
Junior Member
 
cranko's Avatar
 
Join Date: Apr 2008
Posts: 26
Rep Power: 10
cranko is on a distinguished road
Thumbs up I got it!

Mike i try all, loged and no loged and nothing happend.

So i was on the template you tell me and i change Y for N and its fixed!

Code:
//text
					$output.=$loop[$x][title] ."<br />";
					if($show_price=='N')
					{
					$output.= $loop[$x][price];
					}
				//close td
Thanks for you advice mate!
cranko is offline  
Old 04-08-2008, 06:51 AM   #7
Senior Member
 
Join Date: Oct 2006
Posts: 133
Rep Power: 18
manilaboy is on a distinguished road
Default

I also need to know how to remove or hide the price under the featured listings on my home page. I am using v3.
Please help.
__________________
Mike D.
manilaboy is offline  
Old 04-08-2008, 08:10 AM   #8
Junior Member
 
cranko's Avatar
 
Join Date: Apr 2008
Posts: 26
Rep Power: 10
cranko is on a distinguished road
Default

You need to find that template

function.feature_listings_horizontal.php

And search for this code

Code:
//text
$output.=$loop[$x][title] ."<br />";
if($show_price=='N')
{
$output.= $loop[$x][price];
}
//close td
Turn where say "Y" to "N"

Thats all mate

cranko is offline  
Closed Thread

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How show up 12 featured listing in home page ? Marcelo Templates, HTML, CSS, and Design Help 2 05-01-2007 01:21 AM
Show Top Listings On Home Page zman78 Templates, HTML, CSS, and Design Help 3 04-21-2006 04:32 AM


All times are GMT -4. The time now is 02:49 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0