Customizing SMF > Modifications and Packages
Share This Topic
rommul:
No, I installed using the upload package function in admin.
The version it's the one that I downloaded from the modifications section.
I remove the mod anyway, I'll give a try to another one.
Thanks.
timetraveller:
--- Quote from: Suki on June 23, 2012, 07:58:52 PM ---
--- Quote from: timetraveller on June 23, 2012, 06:58:03 AM ---I'm entering board numbers ie. 14,16,23
I'm enabling the AddThis script rather than the individual buttons though. Will this make a difference?
Forum is http://www.joe-music.net/forum/index.php
--- End quote ---
I can see the AddThis on your forum on the mentioned boards just fine.
--- End quote ---
Thanks for the reply and apologies for the delay in responding.
These are the boards where I *don't* want the AddThis button. You probably can't see some of those boards as a guest anyway. I've added board 12 to the list - Announcements and Forum Guidelines - http://www.joe-music.net/forum/index.php?board=12.0 - which is a board that everyone can see. You will see that the AddThis button is still there? Am I doing something wrong?
kattara:
--- Quote from: rommul on July 04, 2012, 12:11:01 PM ---No, I installed using the upload package function in admin.
The version it's the one that I downloaded from the modifications section.
I remove the mod anyway, I'll give a try to another one.
Thanks.
--- End quote ---
Download the one in the OP?
timetraveller:
--- Quote from: timetraveller on July 05, 2012, 08:26:56 PM ---
--- Quote from: Suki on June 23, 2012, 07:58:52 PM ---
--- Quote from: timetraveller on June 23, 2012, 06:58:03 AM ---I'm entering board numbers ie. 14,16,23
I'm enabling the AddThis script rather than the individual buttons though. Will this make a difference?
Forum is http://www.joe-music.net/forum/index.php
--- End quote ---
I can see the AddThis on your forum on the mentioned boards just fine.
--- End quote ---
Thanks for the reply and apologies for the delay in responding.
These are the boards where I *don't* want the AddThis button. You probably can't see some of those boards as a guest anyway. I've added board 12 to the list - Announcements and Forum Guidelines - http://www.joe-music.net/forum/index.php?board=12.0 - which is a board that everyone can see. You will see that the AddThis button is still there? Am I doing something wrong?
--- End quote ---
Is there any answer to this. Would really like to get this solved as otherwise it's a very nice mod, easily visible but unobtrusive.
Suki:
The mod entirely depends on how you enter your ignored board, you need to enter the numbers only separated by commas: 1,2,3,4,5,6
If the mod is showing on a board it means that this board is not presented on the ignore boards list:
--- Code: --- /* Are we in a topic? */
if (isset($_GET['topic']) && !isset($_GET['sa']) && !isset($_GET['action']) && isset($context['current_board']) && !in_array($context['current_board'], $share_options_boards))
$AddThisEnable = true;
/* Are we in a board? */
if (isset($_GET['board']) && !isset($_GET['sa']) && !isset($_GET['action']) && isset($context['current_board']) && !in_array($context['current_board'], $share_options_boards))
$AddThisEnable = true;
--- End code ---
perhaps there is still a flaw there, need to do some more test I guess.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version