3.1 & 3.2 Extensions Database 3.1 / 3.2Social Buttons

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Social Buttons

Post by dmzx »

Ok will add them in next release.

User avatar

cov182004
Users
Users
Posts: 66
Joined: 06 Aug 2015, 20:19
    Windows 10 Chrome

Re: Social Buttons

Post by cov182004 »

dmzx wrote: 15 Jun 2016, 22:17 Ok will add them in next release.
thank you

User avatar

taledus
Users
Users
Posts: 83
Joined: 19 Jun 2016, 05:47
    Windows 7 Firefox

Re: Social Buttons

Post by taledus »

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!

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Firefox

Re: Social Buttons

Post by dmzx »

First post updated.

User avatar

Kevicar
Donator
Donator
Posts: 89
Joined: 20 Sep 2015, 19:34
    Windows 10 Chrome

Re: Social Buttons

Post by Kevicar »

Thank you very much for this new version.
Here is the file for the French translation - Social Buttons v1.0.1
fr.zip
:thumbup: :wave:
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.
Image

User avatar

cov182004
Users
Users
Posts: 66
Joined: 06 Aug 2015, 20:19
    Windows 10 Chrome

Re: Social Buttons

Post by cov182004 »

Great update thank you Dmzx :tumbsyes:

User avatar

phpbbexst
Users
Users
Posts: 8
Joined: 02 May 2016, 16:34
    Windows 10 Chrome

Re: Social Buttons

Post by phpbbexst »

You can insert HTML code only on the facebook button :question:
html.png
thank you
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

phpbbexst
Users
Users
Posts: 8
Joined: 02 May 2016, 16:34
    Windows 10 Chrome

Re: Social Buttons

Post by phpbbexst »

It is not possible?
It would be very helpful to me...I have to donate to get an answer?

User avatar

Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Android Chrome

Re: Social Buttons

Post by Sniper_E »

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 ] Image
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

User avatar

phpbbexst
Users
Users
Posts: 8
Joined: 02 May 2016, 16:34
    Windows 10 Chrome

Re: Social Buttons

Post by phpbbexst »

:tumbsyes: OK thank you very much

User avatar

Patraix
Users
Users
Posts: 3
Joined: 03 Jan 2017, 00:20
    Windows 7 Chrome

Re: Social Buttons

Post by Patraix »

I don't see the options of modify links of social buttons for a open links in a new eyelash or page.

Image

I use extension dmzx social buttons

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Social Buttons

Post by dmzx »

Did you check ACP to modify the links?

User avatar

Patraix
Users
Users
Posts: 3
Joined: 03 Jan 2017, 00:20
    Windows 7 Chrome

Re: Social Buttons

Post by Patraix »

dmzx wrote: 05 Jan 2017, 21:14 Did you check ACP to modify the links?
Yes, but I want open links in new page or eyelash

Image

User avatar

Topic Author
dmzx Online
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: Social Buttons

Post by dmzx »

Patraix wrote: 05 Jan 2017, 22:53 Yes, but I want open links in new page or eyelash
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 -->
Clear cache, all links will open now in new page.

User avatar

Patraix
Users
Users
Posts: 3
Joined: 03 Jan 2017, 00:20
    Windows 7 Chrome

Re: Social Buttons

Post by Patraix »

dmzx wrote: 05 Jan 2017, 23:00
Patraix wrote: 05 Jan 2017, 22:53 Yes, but I want open links in new page or eyelash
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 -->
Clear cache, all links will open now in new page.
Thanks, now It opens new page :wink:

Post Reply Previous topicNext topic