test
Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • questbg Friend
    #130837

    I would like to add a ‘contact’ link in position ‘footer’.

    This I would like to look like this:

    Which should then link to a custom submit form which I would like to look like this:

    Does anyone know if this is possible, and if so, the steps involved to achieve it? 🙂

    Thanks
    Chris

    cgc0202 Friend
    #259749

    <em>@questbg 66377 wrote:</em><blockquote>I would like to add a ‘contact’ link in position ‘footer’.

    This I would like to look like this:

    Which should then link to a custom submit form which I would like to look like this:

    Does anyone know if this is possible, and if so, the steps involved to achieve it? 🙂

    Thanks
    Chris</blockquote>

    I think this will do, Menalto taught me this.

    administrator => components => contacts
    this brings you to the Contact Manager
    click the first “contact” default there and provide at least a correct email address.
    If you want to be more professional, include the information requested, such as your official address, phone number, etc.

    If this is the Main Contact: Just call it “Contact Us”

    To the right you will see options on how your information is handled.

    Contact Parameters

    This will determine what information you included on the left will become public.

    Note: For security reasons, you can hide your email address, if you want so that spammers will not use be able to harvest it, or use it as “legiitimate email address”, even if it is not their own.

    Change the other parameters also
    Save

    If you click on the “Contact us” you will get this:

    http://mysite.com/administrator/index.php?option=com_contact&task=edit&cid[]=1

    where mysite.com is your website URL

    If you remove the administrator related stuff in the link, you will get something like this:

    http://mysite.com/index.php?option=com_contact

    if you click that, you will get the list in the Contacts, the first one will be “Contact Us” (or whatever you want your main contact to be called.

    Copy the link URL for the Contact us.

    Check, if it is what you want.

    If it works, then you can use and include the link in the Top Menu, which is placed at the bottom *user 3???) in the Demo of Teline II

    Cornelio

    N.B. I checked this already in one of my sites, and it works.

    questbg Friend
    #259799

    Hi Cornelio

    Thanks for that.

    <em>@cgc0202 66505 wrote:</em><blockquote>
    Change the other parameters also
    Save
    </blockquote>

    OK. That’s done. New contact added called ‘Contact Us’ and published. Default (original contact), now unpublished.

    <em>@cgc0202 66505 wrote:</em><blockquote>
    If you click on the “Contact us” you will get this:

    http://mysite.com/index.php?option=com_contact
    </blockquote>

    If I do that, I get rather an ugly ‘list’ of contacts?

    What I’d rather do is go straight to the contact form:

    Skipping this first screen altogether.

    Am I correct in thinking I can do this by applying this code:

    http://www.mysite.com/index.php?option=com_contact&view=contact&id=2:contactus&catid=12:contacts

    As I think we will only ever want one contact address and the submit form looks better than the ‘list’ of users?

    Thanks
    Chris

    questbg Friend
    #259816

    In retrospect, forget the above. The actual ‘list idea’ could have certain advantages. Not least that I can send certain enquiries to other e-mail addresses, rather than they all come straight to me!

    😀 😀 😀

    So, now I’m at this stage:

    Which I’m now happy with. Unfortunately, clicking on any of these contacts and filling out the subsequent submit form results in this error:

    When I click on the ‘Send’ button.

    Any idea what this is talking about?

    I’ve rooted round in Admin CP, but can’t see anywhere an ‘activate mail’.

    Thanks
    Chris

    cgc0202 Friend
    #259841

    <em>@questbg 66564 wrote:</em><blockquote>Hi Cornelio

    Thanks for that.

    OK. That’s done. New contact added called ‘Contact Us’ and published. Default (original contact), now unpublished.

    If I do that, I get rather an ugly ‘list’ of contacts?

    What I’d rather do is go straight to the contact form:

    Skipping this first screen altogether.

    Am I correct in thinking I can do this by applying this code:

    http://www.mysite.com/index.php?option=com_contact&view=contact&id=2:contactus&catid=12:contacts

    As I think we will only ever want one contact address and the submit form looks better than the ‘list’ of users?

    Thanks
    Chris</blockquote>

    Chris,

    You forgot one very important instruction:

    Copy the link URL for the Contact us.

    If you use that link, it will give you the same thing as you asked originally.

    Please, try it because it serves some purpose. I will respond to your other post, separately.

    Cornelio

    cgc0202 Friend
    #259845

    <em>@questbg 66584 wrote:</em><blockquote>In retrospect, forget the above. The actual ‘list idea’ could have certain advantages. Not least that I can send certain enquiries to other e-mail addresses, rather than they all come straight to me!

    😀 😀 😀

    So, now I’m at this stage:

    Which I’m now happy with. Unfortunately, clicking on any of these contacts and filling out the subsequent submit form results in this error:

    When I click on the ‘Send’ button.

    Any idea what this is talking about?

    I’ve rooted round in Admin CP, but can’t see anywhere an ‘activate mail’.

    Thanks
    Chris</blockquote>

    Yes, indeed. There are advantages of the list format. The ugly color can be dealt with via the CSS. Remember the Page View Source Tutorial I responded to your post. That is the way to find the CSS specifications for the “Form” for the list. You can make top background white and the headings black or dark gray, for example, to blend better with the format of Teline II. And, you can change the dimensions of so that the form will occupy a certain space of the page layout.

    The error most likely may be a server issue or through the Control Panel of your account with the hosting service.

    I assume all the email addresses are correct?

    I tried a test email with one of my installations, and it worked. However, I have sites that are in another server, and I am not getting test email from one of the sites from this server. It used to be working, I have not sent a ticket yet to my hosting service.

    What was odd was that when I asked others to register, it works.

    Maybe, “Menalto to the rescue” will come in handy.:)

    Cornelio

    questbg Friend
    #259852

    <em>@cgc0202 66612 wrote:</em><blockquote>Chris,
    Copy the link URL for the Contact us.

    If you use that link, it will give you the same thing as you asked originally.
    </blockquote>

    Yes, that does work fine

    <em>@cgc0202 66616 wrote:</em><blockquote>The error most likely may be a server issue or through the Control Panel of your account with the hosting service.
    </blockquote>

    Opened a ticket with the provider. They got me to change a few settings in the Global Mail Settings area of the CP. I’ve done everything they said and the error still exists.

    All the five contacts have correct e-mail address and all five give the same error.

    As I’ve just said in another post … I’m starting to get frustrated again! 😉

    cgc0202 Friend
    #259858

    <em>@questbg 66624 wrote:</em><blockquote>Yes, that does work fine

    Opened a ticket with the provider. They got me to change a few settings in the Global Mail Settings area of the CP. I’ve done everything they said and the error still exists.

    All the five contacts have correct e-mail address and all five give the same error.

    As I’ve just said in another post … I’m starting to get frustrated again! ;)</blockquote>

    Just confirmed it Chris,

    It works for Joomla 1.5.4-Teline II and Joomla 1.0.15-Teline II, different sites, same server.

    So, I am pretty sure, this is a server and CP hosting service issue — not Joomla or Joomlart, this time.

    Cornelio

    questbg Friend
    #259879

    H iCornelio

    <em>@cgc0202 66631 wrote:</em><blockquote>So, I am pretty sure, this is a server and CP hosting service issue — not Joomla or Joomlart, this time.
    </blockquote>

    It’s now working! 🙂

    My service provider sent me the following message:

    “I just switched to php5 and it looks from my side that the site is working properly.”

    And, it does work! 😎

    cgc0202 Friend
    #259905

    <em>@questbg 66655 wrote:</em><blockquote>H iCornelio

    It’s now working! 🙂

    My service provider sent me the following message:

    “I just switched to php5 and it looks from my side that the site is working properly.”

    And, it does work! :cool:</blockquote>

    Chris,

    Actually, there is no need for php5, but then again….

    Another issue solved. 😉

    Cornelio

    questbg Friend
    #259913

    Hi Cornelio

    <em>@cgc0202 66686 wrote:</em><blockquote>Actually, there is no need for php5, but then again….
    </blockquote>

    Actually, I didn’t think so, but … whatever they did, it worked, so I’m happy again! 🙂 😎

    cgc0202 Friend
    #259927

    <em>@questbg 66695 wrote:</em><blockquote>Hi Cornelio

    Actually, I didn’t think so, but … whatever they did, it worked, so I’m happy again! 🙂 :cool:</blockquote>

    Chris,

    They are making excuses. I have that situation with some of the “chat” technical people with my hosting service. When they do not know the answer, they make things up. It is good there are sharp ones that finally resolves the problem

    Which hosting service do you use? I had some issues with my previous hosting service — not the best technical support. So, I moved my site. How good the technical service is a crucial part of how well your site uptime will be.

    Cornelio

    Sherlock Friend
    #266880

    Hi questbg !
    Have you solved the problem ?

    questbg Friend
    #266972

    Hi hainn84. Yes, cornelio’s solution worked fine!

    Please mark as ‘solved’.

    Thank you

    cgc0202 Friend
    #267038

    <em>@questbg 75488 wrote:</em><blockquote>Hi hainn84. Yes, cornelio’s solution worked fine!

    Please mark as ‘solved’.

    Thank you</blockquote>

    I thought the problem resurfaced, sometimes? I was about to suggest, recheck the menu again, it might have been messed up during the transfer. But you were so that so that you might not be receptive to my crazy suggestions.:)

    Cornelio

Viewing 15 posts - 1 through 15 (of 15 total)

This topic contains 15 replies, has 3 voices, and was last updated by  cgc0202 16 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum