68 Classifieds Forums
Go Back   68 Classifieds Forums > v3.1.x Help & Support > v3.1 Questions & Support > those 3 darn dots....
v3.1 Questions & Support Help and support for 68 Classifieds v3.1.x

 
Thread Tools Display Modes
(#1)
Old
barrysmith barrysmith is offline
Member
barrysmith is on a distinguished road
 
Posts: 82
Join Date: Jun 2006
Default those 3 darn dots.... - 02-17-2007, 08:08 AM

Hi

At the category listing at the bottom, which file do i edit to delete those 3 dots..

Thanks for the help
Barry

Last edited by barrysmith : 02-18-2007 at 09:16 AM.
Reply With Quote
(#2)
Old
suzkaw suzkaw is offline
Help you, I will.
suzkaw has a spectacular aura about
 
Posts: 1,804
Join Date: Mar 2006
Location: Belmont, NC
Default 02-17-2007, 04:31 PM

Open templates/default/home.tpl.php and remove this:
Code:
<br /> [[subcats]]


--
Thanks,
Eric Barnes
68 Classifieds
Documentation - Modifications - My Blog

Reply With Quote
(#3)
Old
barrysmith barrysmith is offline
Member
barrysmith is on a distinguished road
 
Posts: 82
Join Date: Jun 2006
Default 02-18-2007, 09:28 AM

Hi Suzkaw

Thank you very much.That worked not like i expected it wouldn't.

Perhaps you may help with another idea, my client has a register of loads of customers and they would like to add them manually but with a basic listing.

However they are required in admin to add an email adrees, however all they want is to add certain info.From the front end is someone registers all the info uis required, however if adding from admin side, they just want to add a basic amount of info.

Company name, tel, image,description.

Web, email not required as it will be a starting 3 month free listing.
/administration/useradd.php

I hope that makes sense..it does to me...

Barry
Reply With Quote
(#4)
Old
Maffo Maffo is offline
Senior Member
Maffo is on a distinguished road
 
Posts: 530
Join Date: Mar 2006
Location: English in Argentina
Send a message via MSN to Maffo
Default 02-18-2007, 10:30 AM

You can set them up with fake email addresses in the admin such as
[email protected]
[email protected]
[email protected]

Then you can go into the database and delete all the email addresses.

Another way is to export the table to csv and add them all through excel or a similar program.

Be sure you set the correct date formats in excel before re-uploading
Reply With Quote
(#5)
Old
juven14 juven14 is offline
Moderator
juven14 has a spectacular aura about
 
Posts: 1,678
Join Date: Mar 2006
Location: NJ/NYC Area
Default 02-18-2007, 11:22 AM

Maybe I'm not understanding, but can't you just unrequire the email field via registration settings in the admin control panel? Not sure if that will change the validation in the admin but I would think that would be the case.


Regards,

John
mods.auscity.com
v3.1.5 Developer

�By perseverance, study, and eternal desire, any man can become great.� George S. Patton
Reply With Quote
(#6)
Old
Maffo Maffo is offline
Senior Member
Maffo is on a distinguished road
 
Posts: 530
Join Date: Mar 2006
Location: English in Argentina
Send a message via MSN to Maffo
Default 02-18-2007, 11:41 AM

I think he didnt want anything changing frontend
Reply With Quote
(#7)
Old
barrysmith barrysmith is offline
Member
barrysmith is on a distinguished road
 
Posts: 82
Join Date: Jun 2006
Default 02-18-2007, 04:22 PM

Hi Guys,

Thanks for the Help, Maffo you are correct, i do still want the Front end to validate, however the client alrady has a list of 100's of businesses that we want to add via the admin side, however it requires an email and username etc, The username is fine, its just the email address.

I am going to try what you suggest.

Thanks a lot.
Reply With Quote
(#8)
Old
michael michael is offline
Member
michael is on a distinguished road
 
Posts: 44
Join Date: Jan 2007
Default 03-03-2007, 05:48 PM

Eric, when I remove

<br />
[[subcats]]


I not only lose the 3 dots but all the subcats as well. How do I dump the dots but keep the subcategories?


v3.1.5b Developer
MKClassifieds.co.uk
"All truths are easy to understand once they are discovered; the point is to discover them" - Galileo Galilei (1564 - 1642)
Reply With Quote
(#9)
Old
Lhotch Lhotch is offline
Moderator
Lhotch has a spectacular aura about
 
Posts: 1,463
Join Date: Mar 2006
Default 03-03-2007, 06:33 PM

You need to edit the index.php file and around line 51 look for the following...

PHP Code:
$rs['subcats']='<div class="small">'.$add_cats . LANG_DOT_DOT_DOT.'</div>';
simply remove the ". LANG_DOT_DOT_DOT" so it looks like this.....

PHP Code:
$rs['subcats']='<div class="small">'.$add_cats.'</div>';
Reply With Quote
(#10)
Old
michael michael is offline
Member
michael is on a distinguished road
 
Posts: 44
Join Date: Jan 2007
Default 03-03-2007, 06:38 PM

Thanks Larry

Actually I just went into english.php and edited

define("LANG_DOT_DOT_DOT", ...");

to remove the dots


v3.1.5b Developer
MKClassifieds.co.uk
"All truths are easy to understand once they are discovered; the point is to discover them" - Galileo Galilei (1564 - 1642)
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
Remove 3 dots ? free2take v3.1 Questions & Support 2 06-05-2006 04:36 PM



Powered by vBulletin® Version 3.6.3
Copyright ©2000 - 2007, Jelsoft Enterprises Ltd.
vBulletin Skin developed by: vBStyles.com