3.1 & 3.2 Extensions Database 3.1 / 3.2 ⇒ Social Buttons
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Social Buttons
Ok will add them in next release.
-
- Users
- Posts: 83
- Joined: 19 Jun 2016, 05:47
Re: Social Buttons
I really like this mod.
I do not have RSS, but I do have a Google+ page for my group, so I am using it instead for the mean time until I can figure out how to modify things.
I also like the managements in ACP for Buttons menu. It's difficult to add predefined areas for every social media area someone could have. Is it possible to look into allowing the user to setup the social media links and images similar to how Buttons menu is? That may make it more flexible for people with different social media sites.
Anyways, again, I love this site and the work that is going into it. I have found a lot of very useful mods and information so far. Thanks for all the hard work!
I do not have RSS, but I do have a Google+ page for my group, so I am using it instead for the mean time until I can figure out how to modify things.
I also like the managements in ACP for Buttons menu. It's difficult to add predefined areas for every social media area someone could have. Is it possible to look into allowing the user to setup the social media links and images similar to how Buttons menu is? That may make it more flexible for people with different social media sites.
Anyways, again, I love this site and the work that is going into it. I have found a lot of very useful mods and information so far. Thanks for all the hard work!
-
- Donator
- Posts: 89
- Joined: 20 Sep 2015, 19:34
Re: Social Buttons
Thank you very much for this new version.
Here is the file for the French translation - Social Buttons v1.0.1

Here is the file for the French translation - Social Buttons v1.0.1


You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
- Users
- Posts: 8
- Joined: 02 May 2016, 16:34
Re: Social Buttons
You can insert HTML code only on the facebook button
thank you

You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
-
- Users
- Posts: 8
- Joined: 02 May 2016, 16:34
Re: Social Buttons
It is not possible?
It would be very helpful to me...I have to donate to get an answer?
It would be very helpful to me...I have to donate to get an answer?
-
- VIP
- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: Social Buttons
Yes it is possible. You enter your Facebook page URL in that box... not your website URL. Then the Facebook link in your page will direct a member to your Facebook page.
If you want to change or add HTML codes to the button in your page... you will need to edit the templates in the extension file.
[ Post made via Samsung Galaxy S5 Active ]
If you want to change or add HTML codes to the button in your page... you will need to edit the templates in the extension file.
[ Post made via Samsung Galaxy S5 Active ]

-
- Users
- Posts: 3
- Joined: 03 Jan 2017, 00:20
Re: Social Buttons
I don't see the options of modify links of social buttons for a open links in a new eyelash or page.

I use extension dmzx social buttons

I use extension dmzx social buttons
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Social Buttons
Did you check ACP to modify the links?
-
- Users
- Posts: 3
- Joined: 03 Jan 2017, 00:20
Re: Social Buttons
Yes, but I want open links in new page or eyelash

-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Social Buttons
open overall_header_searchbox_before.html
And replace all with:
Code: Select all
<!-- IF SOCIALBUTTONS_ENABLE -->
<div class="top-social-home" id="top-social">
<div id="top-social-icons">
<!-- IF SOCIALBUTTONS_ENABLE_1 --><a href="{SOCIALBUTTONS_TEXT_FIELD_1}" target="_blank"><img alt="{L_SOCIALBUTTONS_RSS}" src="{BOARD_URL}ext/dmzx/socialbuttons/styles/prosilver/theme/images/rss-20.png"></a><!-- ENDIF -->
<!-- IF SOCIALBUTTONS_ENABLE_2 --><a href="{SOCIALBUTTONS_TEXT_FIELD_2}" target="_blank"><img alt="{L_SOCIALBUTTONS_FACEBOOK}" src="{BOARD_URL}ext/dmzx/socialbuttons/styles/prosilver/theme/images/facebook-20.png"></a><!-- ENDIF -->
<!-- IF SOCIALBUTTONS_ENABLE_3 --><a href="{SOCIALBUTTONS_TEXT_FIELD_3}" target="_blank"><img alt="{L_SOCIALBUTTONS_TWITTER}" src="{BOARD_URL}ext/dmzx/socialbuttons/styles/prosilver/theme/images/twitter-20.png"></a><!-- ENDIF -->
<!-- IF SOCIALBUTTONS_ENABLE_4 --><a href="{SOCIALBUTTONS_TEXT_FIELD_4}" target="_blank"><img alt="{L_SOCIALBUTTONS_YOUTUBE}" src="{BOARD_URL}ext/dmzx/socialbuttons/styles/prosilver/theme/images/youtube.png"></a><!-- ENDIF -->
<!-- IF SOCIALBUTTONS_ENABLE_5 --><a href="{SOCIALBUTTONS_TEXT_FIELD_5}" target="_blank"><img alt="{L_SOCIALBUTTONS_GOOGLEPLUS}" src="{BOARD_URL}ext/dmzx/socialbuttons/styles/prosilver/theme/images/googleplus.png"></a><!-- ENDIF -->
<!-- IF SOCIALBUTTONS_ENABLE_6 --><a href="{SOCIALBUTTONS_TEXT_FIELD_6}" target="_blank"><img alt="{L_SOCIALBUTTONS_INSTAGRAM}" src="{BOARD_URL}ext/dmzx/socialbuttons/styles/prosilver/theme/images/instagram.png"></a><!-- ENDIF -->
<!-- IF SOCIALBUTTONS_ENABLE_7 --><a href="{SOCIALBUTTONS_TEXT_FIELD_7}" target="_blank"><img alt="{L_SOCIALBUTTONS_SNAPCHAT}" src="{BOARD_URL}ext/dmzx/socialbuttons/styles/prosilver/theme/images/snapchat.png"></a><!-- ENDIF -->
</div>
</div>
<!-- ENDIF -->
-
- Users
- Posts: 3
- Joined: 03 Jan 2017, 00:20
Re: Social Buttons
Thanks, now It opens new pagedmzx wrote: 05 Jan 2017, 23:00open overall_header_searchbox_before.html
And replace all with:
Clear cache, all links will open now in new page.Code: Select all
<!-- IF SOCIALBUTTONS_ENABLE --> <div class="top-social-home" id="top-social"> <div id="top-social-icons"> <!-- IF SOCIALBUTTONS_ENABLE_1 --><a href="{SOCIALBUTTONS_TEXT_FIELD_1}" target="_blank"><img alt="{L_SOCIALBUTTONS_RSS}" src="{BOARD_URL}ext/dmzx/socialbuttons/styles/prosilver/theme/images/rss-20.png"></a><!-- ENDIF --> <!-- IF SOCIALBUTTONS_ENABLE_2 --><a href="{SOCIALBUTTONS_TEXT_FIELD_2}" target="_blank"><img alt="{L_SOCIALBUTTONS_FACEBOOK}" src="{BOARD_URL}ext/dmzx/socialbuttons/styles/prosilver/theme/images/facebook-20.png"></a><!-- ENDIF --> <!-- IF SOCIALBUTTONS_ENABLE_3 --><a href="{SOCIALBUTTONS_TEXT_FIELD_3}" target="_blank"><img alt="{L_SOCIALBUTTONS_TWITTER}" src="{BOARD_URL}ext/dmzx/socialbuttons/styles/prosilver/theme/images/twitter-20.png"></a><!-- ENDIF --> <!-- IF SOCIALBUTTONS_ENABLE_4 --><a href="{SOCIALBUTTONS_TEXT_FIELD_4}" target="_blank"><img alt="{L_SOCIALBUTTONS_YOUTUBE}" src="{BOARD_URL}ext/dmzx/socialbuttons/styles/prosilver/theme/images/youtube.png"></a><!-- ENDIF --> <!-- IF SOCIALBUTTONS_ENABLE_5 --><a href="{SOCIALBUTTONS_TEXT_FIELD_5}" target="_blank"><img alt="{L_SOCIALBUTTONS_GOOGLEPLUS}" src="{BOARD_URL}ext/dmzx/socialbuttons/styles/prosilver/theme/images/googleplus.png"></a><!-- ENDIF --> <!-- IF SOCIALBUTTONS_ENABLE_6 --><a href="{SOCIALBUTTONS_TEXT_FIELD_6}" target="_blank"><img alt="{L_SOCIALBUTTONS_INSTAGRAM}" src="{BOARD_URL}ext/dmzx/socialbuttons/styles/prosilver/theme/images/instagram.png"></a><!-- ENDIF --> <!-- IF SOCIALBUTTONS_ENABLE_7 --><a href="{SOCIALBUTTONS_TEXT_FIELD_7}" target="_blank"><img alt="{L_SOCIALBUTTONS_SNAPCHAT}" src="{BOARD_URL}ext/dmzx/socialbuttons/styles/prosilver/theme/images/snapchat.png"></a><!-- ENDIF --> </div> </div> <!-- ENDIF -->