|
|
#1 |
|
Senior Member
Join Date: Jun 2006
Posts: 110
Rep Power: 16 ![]() |
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 |
|
|
|
|
|
#2 |
|
Coder
Join Date: Mar 2006
Posts: 4,726
Rep Power: 115 ![]() ![]() ![]() |
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. |
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Jun 2006
Posts: 110
Rep Power: 16 ![]() |
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 |
|
|
|
|
|
#4 |
|
Coder
Join Date: Mar 2006
Posts: 4,726
Rep Power: 115 ![]() ![]() ![]() |
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. |
|
|
|
|
|
#5 |
|
Senior Member
Join Date: Jun 2006
Posts: 110
Rep Power: 16 ![]() |
Thanks Lhotch,
and do you have any idea how to deactivate the home featured prods. Barry |
|
|
|
|
|
#6 |
|
Coder
Join Date: Mar 2006
Posts: 4,726
Rep Power: 115 ![]() ![]() ![]() |
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. |
|
|
|
|
|
#7 |
|
Senior Member
Join Date: Jun 2006
Posts: 110
Rep Power: 16 ![]() |
Thanks a lot,i will try that out....
|
|
|
|
|
|
#8 |
|
Coder
Join Date: Mar 2006
Posts: 4,726
Rep Power: 115 ![]() ![]() ![]() |
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. |
|
|
|
|
|
#9 |
|
Coder
Join Date: Mar 2006
Posts: 4,726
Rep Power: 115 ![]() ![]() ![]() |
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:
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:
__________________
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. |
|
|
|
|
|
#10 |
|
Senior Member
Join Date: Jun 2006
Posts: 110
Rep Power: 16 ![]() |
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 |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
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 |