![]() |
|
|||||||
| Register | Projects | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| v3.1 Questions & Support Help and support for 68 Classifieds v3.1.x |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
does anybody know how to remove the ... (the three dots) from the category description on the home page.
for that matter, all together.? and also the product count in categories on the home page only? i am using the designer version with the default template ver 3.1 thanks Last edited by paulsra : 10-22-2007 at 11:43 AM. |
|
#2
|
||||
|
||||
|
This change requires the developer edition, is that what you have?
It always helps to know what numeric version your using, if its developer or designer and what template your using. Without knowing that info up front it can be difficult and time consuming for those looking to help you.
__________________
Larry. |
|
#3
|
|||
|
|||
|
thanks larry i will keep that in mind!
im using the designer version 3.1 with the default template. so i cant do it without upgrading? |
|
#4
|
||||
|
||||
|
Quote:
the actual dots and being placed there by a call to the language file. if you open the language file english.php and look for the following line... define("LANG_DOT_DOT_DOT", "..."); change it to define("LANG_DOT_DOT_DOT", ""); and that will remove the dots from the category list BUT it will also remove the dots for every other place that uses the same constant. Exactly where that is off the top of my head I dont know.
__________________
Larry. |
|
#5
|
||||
|
||||
|
From memory that is only used in the category display so that will be fine to change that.
__________________
Eric Barnes 68 Classifieds Developer Customer Area | Issue Tracker | Knowledge Base | User Manuals | My Blog |
|
#6
|
|||
|
|||
|
thanks, thats worked great.
could you tell me what line to look for to comment out the category count on the home page? thanks |
|
#7
|
||||
|
||||
|
Quote:
Code:
{html_table_adv loop=$data cols=$cols table_attr='width="100%"'}
[[start_link]]<img src='[[image]]' border='0' alt='[[name]]' /></a> [[start_link]]<strong>[[name]]</strong></a>
([[total]])
<br />
[[subcats]]
{/html_table_adv}
__________________
Larry. |
|
#8
|
|||
|
|||
|
thanks alot larry.
hey do you ever sleep?? you guys are extremely helpful, love the script, keep it up. |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| � sign in description | Grebogreen | v3.1 Questions & Support | 6 | 05-28-2007 01:31 PM |
| short description and description | Timeshareline | v3.1 Questions & Support | 10 | 02-07-2007 07:57 AM |
| Change short description field size | Winnie | v3.0 Modifications | 2 | 05-03-2006 10:10 AM |
| Removing short description table | gabs | v3.0 Questions & Support | 1 | 04-24-2006 01:14 PM |