PDA

View Full Version : 'External' Help url, not site-helper.com



netmotiv8
04-29-2004, 03:35 AM
Hi

Could it be made possible to be able to change to 'Help' link to link to wherever. For example I have created our version of the Ste-Helper site to match our own web site image. However the Help links currently point to site-helper.com.

I was thinking very much like what the message system where it is possible to specify the url of an external support system, could something similar be made available as an option for the Help system rather than to have to create a custom skin?



Neil :D

ProWebUK
04-29-2004, 08:54 AM
Its in the skin.... the best option would probably be just hold the data in 2 vars (text and link) then have just have the vars in the skin so they can be easily changed.... cant see why this be put in as an actual feature though..

Chris

netmotiv8
04-29-2004, 09:25 AM
Sorry for being thick, but i dont understand what you mean.


Neil :D

DirectAdmin Support
04-29-2004, 02:40 PM
Put the link to your help site in a skin variable in one file.
eg:

|?HELPER_SITE=www.site-helper.com|

insdie the header.html because all pages include header.html. Then they'd just use http://|HELPER_SITE|/email.html for example. Then you can just change |?HELPER_SITE| in the one file to easy change where it links to in *all* pages of the skin.

John