This is a discussion on Including a User Help section within the v3.0 Questions & Support forums, part of the v3.0.x Help & Support category; I was thinking it may be a good idea to include a ? image next to the fields that the ...
|
|||||||
|
|
LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
I was thinking it may be a good idea to include a ? image next to the fields that the user completes when registering or adding an advert. The ?image signifies Help. When the user clicks on the image a popup window opens with Help/Instructions on completing this particular field.
An example might be next to the e-mail field. You could include in the Popup "Please enter your e-mail address. We use this to confirm your registration. Please note your e-mail address will not show on your advert to protect you from spam." The text for the Help Popup could be entered in the Admin section when the fields are being designed. This should make it a lot easier for a user to complete the registration process and add an advert. Cheers Hugh |
|
#2
|
||||
|
||||
|
I have been thinking about the same thing. No matter how easy you make it for customers, so-one will always ask a question and would be good to have little help areas for them to click on.
|
|
#3
|
||||
|
||||
|
Ashley,
This is a mod you could easily write. For the user registration form, the page to edit is /templates/default/user/userjoin.tpl.php The actual form fields 'start' with: Code:
<td class="formright"><input name=".........etc, etc.....></td> Code:
<a href="javascript:void(0);" onclick="MM_openBrWindow('help/help1.html','width=525,height=450,directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=yes,left=0,top=0,screenx=50,screeny=50')"><img src="images/help.gif" border="0" alt="HELP" hspace="5"></a>
Set up a number of pages called 'help1.html, help2.html, etc' and put these in a new directory off /templates/default/ ... and call it 'help'. and (fingers crossed), you are pretty much done. If it doesn't work straight away, it will only need some 'minor tweeking'. What do you think? ..... would you consider giving it a go? Come on aussie, come on!
__________________
Chaslie V3.1.10 dev mods.auscity.com AUSCITY 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals HTML Help W3 Schools |
|
#4
|
||||
|
||||
|
Won't get to it 'til tomorrow but will let you know how it goes.
Thanks for the help |
|
#5
|
|||
|
|||
|
Quote:
I have just done the above BUT the icon does not show at the side of the text Quote:
Code:
<td class="formright"><input name=".........etc, etc.....></td> Put the gif in /templates/default/test/images Also in /68classifiedsv3/images Just to be safe
__________________
Regards John Useing Developer |
|
#6
|
|||
|
|||
|
I have now found out where to put that code BUT it comes back with
The requested URL /help/help1.html was not found on this server. Yes I have made the folder help also put it in the root as well as in the place you said
__________________
Regards John Useing Developer |
|
#7
|
||||
|
||||
|
Would like to have a look and see what this looks like - the ? help stuff. Wanting to know whether to put on my site or not.
|
|
#8
|
|||
|
|||
|
Quote:
No it is not live I'm testing out all things in the new ver 3.1 as you can see from all my posts to the forum BUT what I have done so far it puts a little gif at the side of the text that you put that code on So if you have Put in your first name --- (the smile is a example of your gif) you then mouse over that and what ever you have put in help1.html it would bring a pop up explaining what you have put.BUT as you can see I have a fault with the script it does not find the help1.html files.
__________________
Regards John Useing Developer |
|
#9
|
||||
|
||||
|
Guys,
This feature is now a part of v3.1 so can I suggest wait uptill the full release - it will be very soon. You will then have the code in place to add whatever you want to whatever pages and fields you want.
__________________
Chaslie V3.1.10 dev mods.auscity.com AUSCITY 68 Classifieds Important Links Customer Area | Issue Tracker | Knowledge Base | User Manuals HTML Help W3 Schools |
|
#10
|
|||
|
|||
|
Quote:
Chaslie Where is that then please
__________________
Regards John Useing Developer |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Removing security reasons in contact user section. | gabs | v3.1 Questions & Support | 1 | 11-15-2006 10:46 AM |
| User: See's Membership listing package | garysr | v3.1 Questions & Support | 23 | 11-04-2006 01:08 PM |
| Direct link to user listing in contact email | SkGold | v3.1 Questions & Support | 2 | 07-10-2006 02:42 PM |
| User Confirmations | CB | v3.1 Questions & Support | 11 | 06-28-2006 02:47 PM |