Support Forums

Contact the owner issue

This is a discussion on Contact the owner issue within the Technical Support forums, part of the Technical Support Forums category; [b] V4.1.6 Designer [b]default/b] I am logged on as guest and have the ' This Usergroup (in this case guests) ...


Go Back   68 Classifieds Forums > Technical Support Forums > Technical Support

Reply
 
Thread Tools Display Modes
Old 08-11-2010, 03:12 PM   #1
Junior Member
 
Join Date: Jul 2010
Posts: 19
Rep Power: 2
henryv is on a distinguished road
Default Contact the owner issue

[b] V4.1.6 Designer

[b]default/b]




I am logged on as guest and have the ' This Usergroup (in this case guests) can contact the owner' in admin pannel switched to yes.

So now should I, as a guest, be able to send a private mail to the owner by clicking on the envelope.
When I do this the login window pops up.
But, besides this, a form is avaible all the time beneath this and via that form I AM able to send a message without having to log on (and it also arrives). What's wrong here?
henryv is offline   Reply With Quote
Old 08-11-2010, 03:19 PM   #2
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 2,929
Rep Power: 71
seymourjames is a jewel in the rough
Default

Normally the contact form is displayed if you are not logged in and you don't have the contact form when you are logged in. One thing I do in this template though is normally remove the contact owner link when it is a visitor who is not logged in. To me it does not make sense to have people log on if they don't need to with the contact form present on the side.

A bit confused by your question because guests don't normally log on.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68 Classifieds
The SEO Book for all your search engine optimization needs
seymourjames is offline   Reply With Quote
Old 08-11-2010, 03:38 PM   #3
Junior Member
 
Join Date: Jul 2010
Posts: 19
Rep Power: 2
henryv is on a distinguished road
Default RE:

Normally the contact form is displayed if you are not logged in and you don't have the contact form when you are logged in. One thing I do in this template though is normally remove the contact owner link when it is a visitor who is not logged in. To me it does not make sense to have people log on if they don't need to with the contact form present on the side.

A bit confused by your question because guests don't normally log on.
---------------------------------------------------------------------------------------------------------------------------------

Yes, you'r right. That was my mistake.

Your referred to template. Can you please be a bit more specific on what template and where I have to remove what link without messing up the rest.
Just beginnig to explore this application you see.

Henry
henryv is offline   Reply With Quote
Old 08-11-2010, 04:45 PM   #4
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 2,929
Rep Power: 71
seymourjames is a jewel in the rough
Default

Sure - it is viewlisting/listingextras.tpl or if you are using the other viewlistng template it is viewlisting/listingextras2.tpl

Just replace this


{if $pmon=="Y" && $allowcontact=="Y"}
<span class="contact"><a href="{$smarty.const.URL}/private.php?action=contactowner&view={$view}"> {$smarty.const.LANG_CONTACT_OWNER}</a></span>
{/if}

with this


{if $pmon=="Y" && $allowcontact=="Y"}
{if $smarty.session.username<>'' || $smarty.cookies.username<>""}
<span class="contact"><a href="{$smarty.const.URL}/private.php?action=contactowner&view={$view}" rel="nofollow">{$smarty.const.LANG_CONTACT_OWNER}</a></span>
{/if}
{/if}
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68 Classifieds
The SEO Book for all your search engine optimization needs
seymourjames is offline   Reply With Quote
Old 08-11-2010, 05:35 PM   #5
68 Evangelist & Developer
 
 
Join Date: Jan 2007
Location: Pennsylvania, USA
Posts: 2,033
Rep Power: 60
Mike-N-Tosh is just really nice Mike-N-Tosh is just really nice
Default

Quote:
Originally Posted by henryv
So now should I, as a guest, be able to send a private mail to the owner by clicking on the envelope.
When I do this the login window pops up.
You need to understand that you can't send a private message as a guest, because you don't have an account, because you're not registered. Private messages are connected to an account, so it's not possible to send PM's from a non-existing account.

As far as being able to contact the owner as a guest, that's controlled by the settings in the admin as you said that you have set that to allow contact which is why the "Email" form does show. I for one would advise against that, because that just invites SPAMMERS to contact your sellers with all of their "Buy Viagra", etc. emails. Of course, that is your choice. I'm just saying...
__________________
Mike-N-Tosh
IndianaPC.org - A community website (v3.1.10 Developer - heavily modified & used as the CMS)
Sandbox [localhost(v3.1.10, v4.0.9, 4.1.10,4.2)] for development and customization
Visit My blog: reviews, tips, tricks, tutorials and my store with Templates, Mods & Docs
Web Hosting | Web Design & Development | 68 Classifieds Customizations
I am not a 68C employee, just a user and try to help out
Mike-N-Tosh is offline   Reply With Quote
Old 08-11-2010, 07:47 PM   #6
Junior Member
 
Join Date: Jul 2010
Posts: 19
Rep Power: 2
henryv is on a distinguished road
Default RE:

Thanks Mike and Seymour for your replies.

I agree. That 'guestform' invites spammers but on the other hand not every potential buyer (guest) wants to create an account just to contact the seller/owner and not every seller wants an email displayed as there seem to be programs outthere that scan websites for emailadresses as far as I understand.
henryv is offline   Reply With Quote
Old 08-11-2010, 08:28 PM   #7
All Hands On Deck
 
 
Join Date: Mar 2008
Posts: 2,929
Rep Power: 71
seymourjames is a jewel in the rough
Default

Try using the captcha module or if spam is really bad, use the recpatcha module (it is FREE) from Eric's website. Yes there are many programs out there for scraping email addresses. However these do not generally have the ability go behind contact forms and instead, usually look for raw emails to harvest.

You can turn the email address off from the admin control panel (user view settings) or you can modify your template - I always delete the link from viewlistings to viewmember pages for example. Then there are no issues of raw emails being shown to scrapers. I also see little need personally to have viewmember pages as the important data as far as I am concerned is on the viewlistings pages. Its kind of repetitive to use viewmember pages without displaying an email.

For example, look at this viewlisting from one of my sites: Charming Stone Property In Gironde . The member name is not linked so a spider will see nothing. The email is turned off too.
__________________
"The fool doth think he is wise, but the wise man knows himself to be a fool.".

TemplateCodes.com for 68 Classifieds
The SEO Book for all your search engine optimization needs

Last edited by seymourjames; 08-11-2010 at 08:55 PM.
seymourjames is offline   Reply With Quote
Reply

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
contact the owner issue tom11011 Technical Support 5 10-31-2009 04:17 PM
BCC on Contact the Owner HorseOptions Technical Support 21 03-27-2009 12:37 PM
Contact the owner castus Technical Support 4 12-06-2007 12:17 AM


All times are GMT -4. The time now is 07:21 AM.


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