Support Forum
Hi.
Recently moved my boards from MyBB to Simple:Press based on how linked it can be between my site in Wordpress and the forums.
Whilst I am comfortable styling a custom theme for the site I can't seem to find the option to turn off or disable the tool tip bubbles that appear when you hover over nearly everything.
It's a nice touch for the forum but not something I wish for my boards.
Is there an option I'm missing in the forum admin cms?
Thx.
Tooltip text is sent as a label parameter via the template functions in your SP theme templates. Any that you do not want can be removed from there.
As always we recommend making your own theme to save any custom changes being overwritten during future updates.
YELLOW
SWORDFISH
|
let us know if you have any issues or further questions...
Visit Cruise Talk Central and Mr Papa's World
Can you clarify what I'm looking for exactly?
I've taken the following code from the spTopicView.php for the theme I'm working with, is what I've highlighted in red what I'm looking for?
sp_SectionStart('tagClass=spTopicViewSection', 'topicHeader');
sp_TopicHeaderRSSButton('tagClass=spButton spRight', __sp('Topic RSS'), __sp('Subscribe to the RSS feed for this topic'));
if (function_exists('sp_RelatedTopicsButton')) sp_RelatedTopicsButton('tagClass=spButton spRight', __sp('Related Topics'), __sp('Get a list of related topics based on tags for this topic'));
sp_TopicHeaderIcon('tagClass=spHeaderIcon spLeft');
sp_TopicHeaderName('tagClass=spHeaderName');
if (function_exists('sp_TopicHeaderShowBlogLink')) sp_TopicHeaderShowBlogLink('', __sp('Read the original blog post'), __sp('Click to goto original blog post'));
sp_InsertBreak();
1 Guest(s)