Support Forum
Hi boys!
in "Newest topics", I am trying to switch off the "balloon" including post content extract on link to be shown on mouse over.
I thought it was postTip to be set to 0 in sp-NewestTopics-tag.php, but it doesn't work. The balloons are still there...
How can I remove them?
Hey Stefano,
I would agree that I'd expect changing postTip to 'false' should probably remove the post content showing in the tooltip. Are you just checking it on existing newest topics in the list or does it still not work for a new item appearing in the list after making the change?
Also, how are you using it? Are you just adding the tag to a widget and making the argument change to the sp-NewestTopics-tag.php file?
You mean you want to disable tooltips displaying post content within the forum itself? I guess for people viewing the front of your forum who don't have access? If so you can disable this by adding the 'tip=0' argument to the function sp_ForumIndexLastPost in spGroupViewDesktop.php so it would appear:
sp_ForumIndexLastPost('tagClass=spInRowPostLink spLeft&tip=0&nicedate=0&date=1&time=0&stackdate=0&itemBreak= - ', __sp('Last Post'), __sp('No Topics'));
You can also do the same for sp_TopicIndexLastPost in spForumViewDesktop.php if you want to get rid of them from forum view.
1 Guest(s)