Support Forums

Old 09-28-2006, 01:39 PM   #1
Senior Member
 
Join Date: Jun 2006
Posts: 110
Rep Power: 16
barrysmith is on a distinguished road
Default Disable image on Table Page

Hi

How would i disable the image on the page where all the product are listed below each other. However i still want the image to show on the full description of the listing.

Thanks
Barry
barrysmith is offline   Reply With Quote
Old 09-28-2006, 03:28 PM   #2
Coder
 
Join Date: Mar 2006
Posts: 4,726
Rep Power: 115
Lhotch is a glorious beacon of lightLhotch is a glorious beacon of lightLhotch is a glorious beacon of light
Default

Are you referring to the featured ads listed on the bottom of the main page or the pages that you see when you do a search or view ads in a category?
__________________
Larry

What I post here should be used only as a guide to point you in the right direction. If the code I post doesnt make any sense or work as posted then you should spend more time reading the various manuals and tutorials so it does make sense and you can tweak it to work. A sure fire way to get yourself in trouble is to implement changes you dont have an intimate understanding of. Im happy to help, but I am not here to teach you to code or create your site for you.
Lhotch is offline   Reply With Quote
Old 09-28-2006, 04:02 PM   #3
Senior Member
 
Join Date: Jun 2006
Posts: 110
Rep Power: 16
barrysmith is on a distinguished road
Default

Hi Thanks.

I am referring to the list that is when you view category.
But seen you mentioned how do i change setting for the Home Page Featured prods.

Thanks
Barry
barrysmith is offline   Reply With Quote
Old 09-28-2006, 04:16 PM   #4
Coder
 
Join Date: Mar 2006
Posts: 4,726
Rep Power: 115
Lhotch is a glorious beacon of lightLhotch is a glorious beacon of lightLhotch is a glorious beacon of light
Default

In admin under users you can change what fields are viewable to the various user levels. Just go through and turn off the fields you dont want displayed.
__________________
Larry

What I post here should be used only as a guide to point you in the right direction. If the code I post doesnt make any sense or work as posted then you should spend more time reading the various manuals and tutorials so it does make sense and you can tweak it to work. A sure fire way to get yourself in trouble is to implement changes you dont have an intimate understanding of. Im happy to help, but I am not here to teach you to code or create your site for you.
Lhotch is offline   Reply With Quote
Old 09-28-2006, 04:44 PM   #5
Senior Member
 
Join Date: Jun 2006
Posts: 110
Rep Power: 16
barrysmith is on a distinguished road
Default

Thanks Lhotch,

and do you have any idea how to deactivate the home featured prods.

Barry
barrysmith is offline   Reply With Quote
Old 09-28-2006, 05:05 PM   #6
Coder
 
Join Date: Mar 2006
Posts: 4,726
Rep Power: 115
Lhotch is a glorious beacon of lightLhotch is a glorious beacon of lightLhotch is a glorious beacon of light
Default

You will have to edit the actual smarty plugin. If you look in your home.tpl.php file, toward the bottom are you calling

feature_listings_horizontal

or

feature_listings_vertical
__________________
Larry

What I post here should be used only as a guide to point you in the right direction. If the code I post doesnt make any sense or work as posted then you should spend more time reading the various manuals and tutorials so it does make sense and you can tweak it to work. A sure fire way to get yourself in trouble is to implement changes you dont have an intimate understanding of. Im happy to help, but I am not here to teach you to code or create your site for you.
Lhotch is offline   Reply With Quote
Old 09-28-2006, 05:11 PM   #7
Senior Member
 
Join Date: Jun 2006
Posts: 110
Rep Power: 16
barrysmith is on a distinguished road
Default

Thanks a lot,i will try that out....
barrysmith is offline   Reply With Quote
Old 09-28-2006, 05:36 PM   #8
Coder
 
Join Date: Mar 2006
Posts: 4,726
Rep Power: 115
Lhotch is a glorious beacon of lightLhotch is a glorious beacon of lightLhotch is a glorious beacon of light
Default

If you run into problems post up which fuction your using (ie vertical or horizontal) and I can give you specifics. What actually needs to be changed will vary depending on which one your using.
__________________
Larry

What I post here should be used only as a guide to point you in the right direction. If the code I post doesnt make any sense or work as posted then you should spend more time reading the various manuals and tutorials so it does make sense and you can tweak it to work. A sure fire way to get yourself in trouble is to implement changes you dont have an intimate understanding of. Im happy to help, but I am not here to teach you to code or create your site for you.
Lhotch is offline   Reply With Quote
Old 09-29-2006, 11:52 AM   #9
Coder
 
Join Date: Mar 2006
Posts: 4,726
Rep Power: 115
Lhotch is a glorious beacon of lightLhotch is a glorious beacon of lightLhotch is a glorious beacon of light
Default

If your using feature_listings_horizontal open the file /includes/classes/smarty/plugins/function.feature_listings_horizontal.php

goto line 129 and you chould have something like this...

PHP Code:
$output.="<a href='"$link ."'><img src='".$loop[$x][image]."' border='0'></a><br />"
comment it out by putting 2 slashes in front of it save file and see if that gives you the desired result.


if your using feature_listings_vertical open the file
/includes/classes/smarty/plugins/function.feature_listings_vertical.php

open the file and goto line 96 and you should have a line like the following..

PHP Code:
$output.="<a href='"$link ."'><img src='".$loop[$x][image]."' alt='".$loop[$x][title]."' border=\"0\" /></a>"
comment it out by putting 2 slashes in front of it save file and see if that gives you the desired result.
__________________
Larry

What I post here should be used only as a guide to point you in the right direction. If the code I post doesnt make any sense or work as posted then you should spend more time reading the various manuals and tutorials so it does make sense and you can tweak it to work. A sure fire way to get yourself in trouble is to implement changes you dont have an intimate understanding of. Im happy to help, but I am not here to teach you to code or create your site for you.
Lhotch is offline   Reply With Quote
Old 09-29-2006, 12:20 PM   #10
Senior Member
 
Join Date: Jun 2006
Posts: 110
Rep Power: 16
barrysmith is on a distinguished road
Default

Hi Larry

I do not mind the logo on the full detail of the listing.I just want the image not visible on the short listings.

Another thing is there a language file where i can change some of the headings....

Seller: myusername

for example i would like to change SELLER to Owner.
I need to alter some of the names to suit the site for use as a listings instead of Classifieds.

Kind Regards
Barry
barrysmith is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem getting page title flyingpylon v3.1 Questions & Support 5 10-19-2006 01:15 PM
Adding Feature Item Table to HTML Page art HTML, CSS, and Design Help 11 08-05-2006 03:10 AM
Show image #1 large on viewlisting page macagent v3.1 Modules & Modifications 4 07-12-2006 04:56 PM
Removing browse category table from main page. gabs v3.0 Questions & Support 1 06-24-2006 12:37 PM
3.0.xx upgrading to 3.1... is this normal? Mikael v3.1 Questions & Support 4 05-23-2006 04:36 PM


All times are GMT -4. The time now is 11:17 PM.


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