The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Addthis Issue & Click Logo Issue

+2
SLGray
Big Bad Bone Daddy
6 posters

Go down

In progress Addthis Issue & Click Logo Issue

Post by Big Bad Bone Daddy May 8th 2024, 2:44 am

Technical Details


Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Mozilla Firefox, Google Chrome, Internet Explorer, Safari
Who the problem concerns : All members
When the problem appeared : Just recently noticed this

Description of problem

The Addthis option is not working correctly. This site's services were terminated on May 31, 2023. was it not?

My question is... Is there a way to remove this option from my site so the option is not even displayed? If yes. Can I get a detailed guide of some sort to guide me in the removal of this option?

Also on a side not so I don't make a multi post. I wanted to make my logo clickable to go to my portal page. I have it in the picture settings but removed it to try the listed templet edit and when that did not work I removed that line of code and tried the css option. Sadly that did not work either as it just goes to the forum regardless of what I do.

This is what I tried: This is what I used from here on forumotion
Big Bad Bone Daddy
Big Bad Bone Daddy
New Member

Male Posts : 2
Reputation : 1
Language : English

Back to top Go down

In progress Re: Addthis Issue & Click Logo Issue

Post by SLGray May 8th 2024, 4:53 am

You need to started new topics if the issues/questions are not related.

Where exactly do you see the Addthis option on your forum?



phpbb2 -  Addthis Issue & Click Logo Issue Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51515
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Addthis Issue & Click Logo Issue

Post by skouliki May 8th 2024, 2:50 pm

Hello

Please post your forum url
skouliki
skouliki
Manager
Manager

Female Posts : 15192
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Addthis Issue & Click Logo Issue

Post by Big Bad Bone Daddy May 10th 2024, 6:08 pm

SLGray wrote:Where exactly do you see the Addthis option on your forum?

phpbb2 -  Addthis Issue & Click Logo Issue Screen10

The Share button as you can see in the screenshot is the Addthis button. Is there a way to remove this option or to rename it and make it have a different function?
Big Bad Bone Daddy
Big Bad Bone Daddy
New Member

Male Posts : 2
Reputation : 1
Language : English

Back to top Go down

In progress Re: Addthis Issue & Click Logo Issue

Post by skouliki May 10th 2024, 11:58 pm


You say it is not working correctly we need your forum url in order to be able to inspect the function
skouliki
skouliki
Manager
Manager

Female Posts : 15192
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Addthis Issue & Click Logo Issue

Post by SLGray May 11th 2024, 9:17 am

Is it not opening when you click it?


phpbb2 -  Addthis Issue & Click Logo Issue Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51515
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Addthis Issue & Click Logo Issue

Post by Shek Yesterday at 11:46 pm

Hello. Jesus, there are several questions in one topic, which is difficult to understand and help you. Shocked
The Addthis option is not working correctly. This site's services were terminated on May 31, 2023. was it not?
FM used the function of the "Addthis" site, but before the project was completed, a native and much cleaner alternative to share content was made, and it currently works on your forum (if you use standard templates). In the template viewtopic_body, the default value is:
Code:
      <!-- BEGIN switch_plus_menu -->
      &nbsp;&bull;&nbsp;
      <div id="addthis-toolbar" style="display: inline-block; margin-right:5px;">
         <div class="btn-floating-left" tabindex="100">
                {L_SHARE}
         </div>
         <div class="addthis-toolbar-btn" style="display:none;">
                {switch_plus_menu.SOCIAL_BUTTONS}
         </div>
      </div>
      &nbsp;&bull;&nbsp;
      <script type="text/javascript">//<![CDATA[
         var url_favourite = '{U_FAVOURITE_JS_PLUS_MENU}';
         var url_newposts = '{U_NEWPOSTS_JS_PLUS_MENU}';
         var url_egosearch = '{U_EGOSEARCH_JS_PLUS_MENU}';
         var url_unanswered = '{U_UNANSWERED_JS_PLUS_MENU}';
         var url_watchsearch = '{U_WATCHSEARCH_JS_PLUS_MENU}';
         insert_plus_menu_new('f{FORUM_ID}&amp;t={TOPIC_ID}','{JS_SESSION_ID}', {JS_AUTH_FAVOURITES});
      //]]>
      </script>
        {switch_plus_menu.JS_SOCIAL_BUTTONS}
      <!-- END switch_plus_menu -->
You can check if this code is on your template, please? The result is:
phpbb2 -  Addthis Issue & Click Logo Issue Captur11
In mobile version, this a same result:
phpbb2 -  Addthis Issue & Click Logo Issue Captur12
If this is not the point mentioned, I need it to be clearer with your question. Rolling Eyes For remove this resource, just remove from template the stretch I mentioned and... you're done.
Also on a side not so I don't make a multi post. I wanted to make my logo clickable to go to my portal page. I have it in the picture settings but removed it to try the listed templet edit and when that did not work I removed that line of code and tried the css option. Sadly that did not work either as it just goes to the forum regardless of what I do.
You can define which homepage is your forum by accessing the "Display" tab and then on "Homepage" click "Generalities". Just define in the "Your Forum Address Leads To" for "Portal" option.

See you later,
Shek king
Shek
Shek
Active Poster

Male Posts : 1681
Reputation : 60
Language : Portuguese (Brazil) and English
Location : Brazil

https://publipos.net

Back to top Go down

In progress Re: Addthis Issue & Click Logo Issue

Post by brandon698sherrick Today at 1:54 pm

one regarding removing the AddThis option, and another regarding making your logo clickable to navigate to your portal page. Removing the AddThis Option the AddThis service was terminated, and you want to remove the option from your forum completely.

Log in to your Forumotion admin panel.Go to your forum's admin panel and navigate to Modules > Forum widgets management. Look for the AddThis widget in the list of forum widgets.
There should be an option to delete or remove the widget entirely. Click on the delete/remove option for the AddThis widget. After removing the widget, make sure to save your changes.
brandon698sherrick
brandon698sherrick
New Member

Posts : 1
Reputation : 1
Language : English

Back to top Go down

In progress Re: Addthis Issue & Click Logo Issue

Post by Shek Today at 1:59 pm

brandon698sherrick wrote:one regarding removing the AddThis option, and another regarding making your logo clickable to navigate to your portal page. Removing the AddThis Option the AddThis service was terminated, and you want to remove the option from your forum completely.

Log in to your Forumotion admin panel.Go to your forum's admin panel and navigate to Modules > Forum widgets management. Look for the AddThis widget in the list of forum widgets.
There should be an option to delete or remove the widget entirely. Click on the delete/remove option for the AddThis widget. After removing the widget, make sure to save your changes.
But, this widget (addThis) no exist anymore... What the fuck ?!? blackeye
Shek
Shek
Active Poster

Male Posts : 1681
Reputation : 60
Language : Portuguese (Brazil) and English
Location : Brazil

https://publipos.net

Back to top Go down

In progress Re: Addthis Issue & Click Logo Issue

Post by The Godfather Today at 3:24 pm

Hello,

Shek wrote:But, this widget (addThis) no exist anymore... What the fuck ?!? blackeye

I think it may still exist in the case where the forum has modified templates dating from before the change, but to be confirmed Very Happy

Do we know the URL of the forum here please?
The Godfather
The Godfather
Administrator
Administrator

Posts : 5136
Reputation : 831

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum