Support Forums

Old 06-23-2006, 01:46 AM   #1
Member
 
Join Date: Jun 2006
Posts: 71
Rep Power: 15
wel-usa is on a distinguished road
Default Some Questions

when looking at an ad, and looking at seller info, is there a way to make their website address an hyperlink?


when a user logs into his/her account and the 4 icons/gifs appear "modify your account" "browse your listings" "add a listing" "your favorites" i would like to change the "add a listing" to "place an ad" under the same icon/gif, how would i do this?


if a customer decides they dont want to place an ad at the payment option dropdown box, it was brought to my attention that there is no link back to the home page, i would like to add one to every page during the ad placing process.

and on the payment option page i would like to add a statement telling the customer what the billing name will be under on their credit card/bank statement.

sorry for so many questions, this software is great, reading the forums has already answered other questions i had.
wel-usa is offline   Reply With Quote
Old 06-23-2006, 02:07 AM   #2
Moderator
 
Chaslie's Avatar
 
Join Date: Mar 2006
Location: Great Ocean Road - Australia
Posts: 747
Rep Power: 29
Chaslie will become famous soon enough
Default

Would version and what type of script are you using?

eg: v3.1.4
eg: Developer or Designer
__________________
Chaslie
V4.1 dev


68 Classifieds Important Links
Customer Area | Issue Tracker | User Manuals & Documentation

HTML Help
W3 Schools
Chaslie is offline   Reply With Quote
Old 06-23-2006, 02:14 AM   #3
Member
 
Join Date: Jun 2006
Posts: 71
Rep Power: 15
wel-usa is on a distinguished road
Default

V3.1.4 Developer

sorry.
wel-usa is offline   Reply With Quote
Old 06-23-2006, 02:30 AM   #4
Moderator
 
Chaslie's Avatar
 
Join Date: Mar 2006
Location: Great Ocean Road - Australia
Posts: 747
Rep Power: 29
Chaslie will become famous soon enough
Default

How comfortable are you in editing HTML? All these changes require HTML editing of the core files.

Quote:
when looking at an ad, and looking at seller info, is there a way to make their website address an hyperlink?
If 'http://' is added as part of the URL, a link is generated. If not, the link is not generated. eg: http://www.68classifieds.com

Also see this thread: Adding an Extra Field that is clickable

Quote:
when a user logs into his/her account and the 4 icons/gifs appear "modify your account" "browse your listings" "add a listing" "your favorites" i would like to change the "add a listing" to "place an ad" under the same icon/gif, how would i do this?
/templates > default > user > userindex.tpl.php

Quote:
if a customer decides they dont want to place an ad at the payment option dropdown box, it was brought to my attention that there is no link back to the home page, i would like to add one to every page during the ad placing process.
/templates > default > layout.tpl.php

You could add this at the bottom of the page just beside '©'

Code:
<a href="/">Home</a><br />
Quote:
and on the payment option page i would like to add a statement telling the customer what the billing name will be under on their credit card/bank statement.
/templates > default > checkout
/templates > default > memberships

Each of these directories contain the 'checkout' steps. You could edit the 'thanks.tpl.php' file in each directory with the info you wish to provide.

If you need to provide the customer with any information prior to them entering the payment gateway, add the info to the final 'step' before 'thanks.tpl.php'
__________________
Chaslie
V4.1 dev


68 Classifieds Important Links
Customer Area | Issue Tracker | User Manuals & Documentation

HTML Help
W3 Schools
Chaslie is offline   Reply With Quote
Old 06-23-2006, 11:56 AM   #5
Member
 
Join Date: Jun 2006
Posts: 71
Rep Power: 15
wel-usa is on a distinguished road
Default

yeah i'm new to html but i am comfortable, i use dreamweaver to check my work as i change things, thank you for the instructions.
wel-usa is offline   Reply With Quote
Old 06-23-2006, 11:16 PM   #6
Member
 
Join Date: Jun 2006
Posts: 71
Rep Power: 15
wel-usa is on a distinguished road
Default

[/quote]
If 'http://' is added as part of the URL, a link is generated. If not, the link is not generated. eg: http://www.68classifieds.com

Also see this thread: Adding an Extra Field that is clickable



/templates > default > user > userindex.tpl.php



/templates > default > layout.tpl.php

You could add this at the bottom of the page just beside '©'

Code:
<a href="/">Home</a><br />


[/quote]

is there a way to put the http:// in automatically, because most users wont know to do that?


and i cant find the '©' at the bottom of the layout page?
wel-usa is offline   Reply With Quote
Old 06-24-2006, 07:58 AM   #7
Senior Member
 
calaf6's Avatar
 
Join Date: Mar 2006
Location: UK
Posts: 339
Rep Power: 21
calaf6 is on a distinguished road
Default

I have
PHP Code:
</div>
<
div class="copy">� 2005 2006 <a href="http://www.YOURSITE.com">MY SITE HOME PAGE</a>.
      - 
All Rights Reserved</div>
</
body>
</
html
at the bottom of my layout page, if you change the site to yours you can add the wording for your homepage and it will work fine.
calaf6 is offline   Reply With Quote
Old 06-24-2006, 01:37 PM   #8
Member
 
Join Date: Jun 2006
Posts: 71
Rep Power: 15
wel-usa is on a distinguished road
Default

cool thanks for the advice.

is it possible to make the HTTP:// before a registered users website automatic?
wel-usa is offline   Reply With Quote
Old 06-24-2006, 01:47 PM   #9
Senior Member
 
calaf6's Avatar
 
Join Date: Mar 2006
Location: UK
Posts: 339
Rep Power: 21
calaf6 is on a distinguished road
Default

I did it be putting the http:// in the address box, and added
Please insert FULL site address, including http://
on the input template.

One of the others will probably have a better way though!!
calaf6 is offline   Reply With Quote
Old 06-24-2006, 03:40 PM   #10
Member
 
Join Date: Jun 2006
Posts: 71
Rep Power: 15
wel-usa is on a distinguished road
Default

Quote:
Originally Posted by calaf6
I did it be putting the http:// in the address box, and added
Please insert FULL site address, including http://
on the input template.

One of the others will probably have a better way though!!
i cant find the template that has that field?
wel-usa is offline   Reply With Quote

Bookmarks

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
A Few Pre-Sales Questions Unregistered Pre Sales Questions 3 10-02-2006 02:51 PM
Some Newbie Questions - Designer 3.1.5 bgordon HTML, CSS, and Design Help 3 09-02-2006 06:30 PM
some questions mmscholz v3.0 Questions & Support 4 05-02-2006 06:56 PM
Upgrade Questions garysmith v3.0 Questions & Support 8 04-29-2006 09:35 AM


All times are GMT -4. The time now is 10:01 PM.


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