68 Classifieds Forums  

Go Back   68 Classifieds Forums > v3.1.x Help & Support > v3.1 Questions & Support
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  
Old 10-22-2007, 11:17 AM
paulsra paulsra is offline
Junior Member
 
Join Date: Oct 2007
Location: victoria, Australia
Posts: 13
Default need to remove the ... from description

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.
Reply With Quote
  #2  
Old 10-22-2007, 11:43 AM
Lhotch's Avatar
Lhotch Lhotch is offline
Moderator
 
Join Date: Mar 2006
Posts: 1,750
Default

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.
Reply With Quote
  #3  
Old 10-22-2007, 11:45 AM
paulsra paulsra is offline
Junior Member
 
Join Date: Oct 2007
Location: victoria, Australia
Posts: 13
Default

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?
Reply With Quote
  #4  
Old 10-22-2007, 02:05 PM
Lhotch's Avatar
Lhotch Lhotch is offline
Moderator
 
Join Date: Mar 2006
Posts: 1,750
Default

Quote:
Originally Posted by paulsra View Post
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?
Yes and no

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.
Reply With Quote
  #5  
Old 10-22-2007, 03:00 PM
suzkaw suzkaw is offline
Trained to break arms!
 
Join Date: Mar 2006
Location: Belmont, NC
Posts: 2,472
Default

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
Reply With Quote
  #6  
Old 10-22-2007, 07:47 PM
paulsra paulsra is offline
Junior Member
 
Join Date: Oct 2007
Location: victoria, Australia
Posts: 13
Default

thanks, thats worked great.
could you tell me what line to look for to comment out the category count on the home page?

thanks
Reply With Quote
  #7  
Old 10-22-2007, 10:08 PM
Lhotch's Avatar
Lhotch Lhotch is offline
Moderator
 
Join Date: Mar 2006
Posts: 1,750
Default

Quote:
Originally Posted by paulsra View Post
thanks, thats worked great.
could you tell me what line to look for to comment out the category count on the home page?

thanks
open home.tpl.php in your template folder and look for the following...

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}
and remove ([[total]])
__________________
Larry.
Reply With Quote
  #8  
Old 10-22-2007, 11:56 PM
paulsra paulsra is offline
Junior Member
 
Join Date: Oct 2007
Location: victoria, Australia
Posts: 13
Default

thanks alot larry.

hey do you ever sleep??

you guys are extremely helpful, love the script, keep it up.
Reply With Quote


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

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


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


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2007, Jelsoft Enterprises Ltd.