Create A Forum - Support Forums

Support => General Support => Topic started by: rollerpigeon on January 15, 2012, 02:29:35 pm

Title: Want To Modify Help Text
Post by: rollerpigeon on January 15, 2012, 02:29:35 pm
Hello, I want to be able to modify the Help text that displays when the "Help" button is pressed. This is the current text and I want to modify it. How do I do this?


Thanks in advance!


Tony


Current Help Text:


Welcome to Welcome To RollerPigeon.Com, powered by Create a Forum software!
Create a Forum is the elegant, effective, powerful and free forum software solution that this site is running. It allows users to communicate in discussion topics on a given subject in a clever and organized manner. Furthermore, it has a number of powerful features which end users can take advantage of. Help for many of Create a Forum's features can be found by either clicking the question mark icon next to the relevant section or by selecting one of the links on this page. These links will take you to Create a Forum's centrally-located documentation on the Create a Forum official site.For more information about how to use Create a Forum, please see the Create a Forum Support Forums (http://support.createaforum.com/).
Title: Re: Want To Modify Help Text
Post by: aIURbliS on January 15, 2012, 05:19:39 pm
You can't change it unless it's through coding
Title: Re: Want To Modify Help Text
Post by: rollerpigeon on January 16, 2012, 04:29:13 pm
Thanks for response, can this be done and how much would it cost?


Thanks


Tony
Title: Re: Want To Modify Help Text
Post by: aIURbliS on January 16, 2012, 05:36:55 pm
Yes it can be done through coding, it will be free. Just tell me what you want to add and I'll try to make a code for it
Title: Re: Want To Modify Help Text
Post by: rollerpigeon on January 16, 2012, 05:44:26 pm
Should I send the changes I want to you via email? If so, what email address?


Thanks


Tony
Title: Re: Want To Modify Help Text
Post by: aIURbliS on January 16, 2012, 06:44:53 pm
I made a code, just edit it:
Headers:
Code: [Select]
<script src="http://code.jquery.com/jquery.js"></script>
Footers:
Code: [Select]
<script type="text/javascript">
if(/action=help/i.test(location.href)){
$('#helpmain').hide();
$("div.windowbg2").after("WRITE WHAT YOU WANT HERE");
};
</script>

Go to the Headers and Footers via the Style Manager in your Admin CP
Title: Re: Want To Modify Help Text
Post by: rollerpigeon on January 16, 2012, 07:24:09 pm
Hey Cool! Where do I insert the modified code?  :)
Title: Re: Want To Modify Help Text
Post by: aIURbliS on January 17, 2012, 12:05:53 am
Quote
Go to the Headers and Footers via the Style Manager in your Admin CP
Title: Re: Want To Modify Help Text
Post by: tinsutu on January 18, 2012, 06:27:15 am
What if I want to change the word "help" into my desire language?
Title: Re: Want To Modify Help Text
Post by: aIURbliS on January 21, 2012, 02:43:23 am
Well the help button isn't plain text so I'll look into that later.