Skip to content

Want To Modify Help Text

3912 Views 9 Replies

0 Members and 6 Guests are viewing this topic.

Want To Modify Help Text
on:
#1
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.
  • Registering - Many forums require users to register to gain full access.
  • Logging In - Once registered, users must login to access their account.
  • Profile - Each member has their own personal profile.
  • Search - Searching is an extremely helpful tool for finding information in posts and topics.
  • Posting - The whole point of a forum, posting allows users to express themselves.
  • Bulletin Board Code (BBC) - Posts can be spiced up with a little BBC.
  • Personal Messages - Users can send personal messages to each other.
  • Memberlist - The memberlist shows all the members of a forum.
  • Calendar - Users can keep track of events, holidays, and birthdays with the calendar.
  • Features - Here is a list of the most popular features in Create a Forum.
For more information about how to use Create a Forum, please see the Create a Forum Support Forums.
Re: Want To Modify Help Text
Reply #1 on:
#2
You can't change it unless it's through coding
All codes I make are tested on the latest version of Google Chrome and upon request of other browsers.
Re: Want To Modify Help Text
Reply #3 on:
#4
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
All codes I make are tested on the latest version of Google Chrome and upon request of other browsers.
Re: Want To Modify Help Text
Reply #5 on:
#6
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
Last Edit: January 16, 2012, 07:12:15 pm by xboi209
All codes I make are tested on the latest version of Google Chrome and upon request of other browsers.
Re: Want To Modify Help Text
Reply #7 on:
#8
Quote
Go to the Headers and Footers via the Style Manager in your Admin CP
All codes I make are tested on the latest version of Google Chrome and upon request of other browsers.
Re: Want To Modify Help Text
Reply #9 on:
#10
Well the help button isn't plain text so I'll look into that later.
All codes I make are tested on the latest version of Google Chrome and upon request of other browsers.
 

Related Topics