[ABD] Share On [Facebook, Twitter, Orkut, Digg, MySpace,...]

Any abandoned MODs will be moved to this forum.

WARNING: MODs in this forum are not currently being supported or maintained by the original MOD author. Proceed at your own risk.
Forum rules
IMPORTANT: MOD Development Forum rules

WARNING: MODs in this forum are not currently being supported nor updated by the original MOD author. Proceed at your own risk.
User avatar
mladiucitelj
Registered User
Posts: 586
Joined: Sun Dec 12, 2010 12:33 am
Location: Slovenia, Europe

Re: [RC] Share On [Facebook, Twitter, Orkut, Digg, MySpace,.

Post by mladiucitelj »

Ok, I checked, but don't know what else to do now. Files are ok... :(
Don't forget to clear cache, refresh template, theme and imageset, double check all files :)

My mod: [MODDB] Menu System
User avatar
mladiucitelj
Registered User
Posts: 586
Joined: Sun Dec 12, 2010 12:33 am
Location: Slovenia, Europe

Re: [RC] Share On [Facebook, Twitter, Orkut, Digg, MySpace,.

Post by mladiucitelj »

YES!!! I did what lugsciath said on page 25. Just rename U_FACEBOOK to U_SHFACEBOOK. And that's it!

Bye till next problem... ;)
Don't forget to clear cache, refresh template, theme and imageset, double check all files :)

My mod: [MODDB] Menu System
pro_hunter
Registered User
Posts: 138
Joined: Mon Nov 19, 2007 7:49 pm

Re: [RC] Share On [Facebook, Twitter, Orkut, Digg, MySpace,.

Post by pro_hunter »

jamesworts wrote:Works perfect on 3.0.8 with twilightbb theme,

However I need a little bit of help.

When clicking Facebook like link, it goes to facebook, starts loading and then allows you to choose a thumbnail image, where does it get these images from as I would like to control what thumbnails are visable.

Thanks

James

The thumbnail images come from the topic itself but if you have added the image through attachments it wont show, It will also pick up users avatars
achu68
Registered User
Posts: 99
Joined: Tue Oct 19, 2010 1:20 pm

Re: [RC] Share On [Facebook, Twitter, Orkut, Digg, MySpace,.

Post by achu68 »

Dear,

I installed your mod using automod but i can't see the share i icons like this
Image

I only see thumbnails cold you tell me the problem please?

Regards,
jorgefms
Registered User
Posts: 43
Joined: Sun Aug 24, 2008 2:16 pm

Re: [RC] Share On [Facebook, Twitter, Orkut, Digg, MySpace,.

Post by jorgefms »

How can I put the window opens in popup?
Like this in html:

Code: Select all

<a class="share-button sb-facebook" href="http://www.blogger.com/share-post.g?blogID=4902146269847688662&postID=3371438028781903440&target=facebook" onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target="_blank" title="Partilhar no Facebook">

EDit: Done!

Open: viewtopic_body.html
Find:

Code: Select all

<!-- IF postrow.S_SO_FACEBOOK -->	<a href="{postrow.U_FACEBOOK}" target="_blank"><img src="{T_IMAGESET_LANG_PATH}/share_on_buttons/shareon_facebook.png" alt="{L_SHARE_ON_FACEBOOK}" title="{L_SHARE_ON_FACEBOOK}"/></a><!-- ENDIF -->
Replace With:

Code: Select all

<!-- IF postrow.S_SO_FACEBOOK -->	<a href="{postrow.U_FACEBOOK}" onclick='window.open(this.href, "_blank", "height=430,width=640"); return false;' target="_blank"><img src="{T_IMAGESET_LANG_PATH}/share_on_buttons/shareon_facebook.png" alt="{L_SHARE_ON_FACEBOOK}" title="{L_SHARE_ON_FACEBOOK}"/></a><!-- ENDIF -->
cesarguanaco
Registered User
Posts: 32
Joined: Fri Mar 14, 2008 12:50 am

Re: [RC] Share On [Facebook, Twitter, Orkut, Digg, MySpace,.

Post by cesarguanaco »

love this mod thank you sooooo much
;) ;)
jeano0o
Registered User
Posts: 16
Joined: Thu May 01, 2008 4:46 pm

Re: [RC] Share On [Facebook, Twitter, Orkut, Digg, MySpace,.

Post by jeano0o »

I am researching this in French please :)
User avatar
Jay1318
Registered User
Posts: 119
Joined: Mon Oct 03, 2005 9:12 pm
Location: Niles, IL
Name: Jason Norris
Contact:

Re: [RC] Share On [Facebook, Twitter, Orkut, Digg, MySpace,.

Post by Jay1318 »

Great mod and it looks like lots of others are enjoying it too. Props on a job well done. I've made a few modifications to the code to have it fit my site just right and so far so good.

Two things i'd like to do...

1. When it posts the topic to Facebook, i'd like to have the words "view topic" not be part of the post. As it stands it posts the website name, the words "view topic", then the topic name (windycityfishing.com - view topic - Great Fishing Outing at Busse Lake). Is is possible to remove the words "view topic"?

2. Posting to Facebook - if the thread has a photo attached it will show as a thumbnail on the post. If there is no photo attached, is there a way to have a library of a few pics to choose as default thumbnails?

Thanks in advance for any help!
User avatar
Jaymie1989
Registered User
Posts: 1991
Joined: Thu Aug 02, 2007 5:21 pm
Name: Jaymie

Re: [RC] Share On [Facebook, Twitter, Orkut, Digg, MySpace,.

Post by Jaymie1989 »

achu68 wrote:Dear,

I installed your mod using automod but i can't see the share i icons like this ]

I only see thumbnails cold you tell me the problem please?

Regards,
Hi,

Can you please post your viewtopic_body.html please?
Dear creators of Sesame Street,
Kids are still fat. Can I come back now?
Sincerely, Cookie Monster.

View my MODs - Need phpBB help with MODs and Styles? Take a look at my phpBB3 services
User avatar
Jaymie1989
Registered User
Posts: 1991
Joined: Thu Aug 02, 2007 5:21 pm
Name: Jaymie

Re: [RC] Share On [Facebook, Twitter, Orkut, Digg, MySpace,.

Post by Jaymie1989 »

Hi,

I have noticed something with the option in the ACP.

When
  • Enable MOD "Share On"
  • Enable MOD "Share On" to Not Logged in Users (Only for Prosilver)
Are both set as yes, It shows like this:
Image
But when Enable MOD "Share On" to Not Logged in Users (Only for Prosilver) is off it shows like this:
Image
I thought from viewing your images that when Enable MOD "Share On" it displays the icons next to the Moderator images such as delete post, Report post and as such.
Along with that when its turned on to users that are not logged in it shows the images after the post like this:
Image

I think the <!-- IF permissions are the wrong way round.
Dear creators of Sesame Street,
Kids are still fat. Can I come back now?
Sincerely, Cookie Monster.

View my MODs - Need phpBB help with MODs and Styles? Take a look at my phpBB3 services
achu68
Registered User
Posts: 99
Joined: Tue Oct 19, 2010 1:20 pm

Re: [RC] Share On [Facebook, Twitter, Orkut, Digg, MySpace,.

Post by achu68 »

Sorry for my belated replay,
But when Enable MOD "Share On" to Not Logged in Users (Only for Prosilver) is off it shows like this:
Image
Thank you very much for your replay, I tried that first, but didn't work.

I reinstalled the mod in the second times, after that when i off "Share On" to Not Logged in Users (Only for Prosilver) it works like this one Image
but not login in user can't see this one:
Image
I really don't know what was the problem. I'm sorry


Regards,
User avatar
Jaymie1989
Registered User
Posts: 1991
Joined: Thu Aug 02, 2007 5:21 pm
Name: Jaymie

Re: [RC] Share On [Facebook, Twitter, Orkut, Digg, MySpace,.

Post by Jaymie1989 »

Well the Author has not been online since December when I have some time later I will look into this and try and solve it.

If there is no activity within the next few weeks from the Author I will look into taking on this MOD my self.
Dear creators of Sesame Street,
Kids are still fat. Can I come back now?
Sincerely, Cookie Monster.

View my MODs - Need phpBB help with MODs and Styles? Take a look at my phpBB3 services
achu68
Registered User
Posts: 99
Joined: Tue Oct 19, 2010 1:20 pm

Re: [RC] Share On [Facebook, Twitter, Orkut, Digg, MySpace,.

Post by achu68 »

That is good Thank you very much for your help.....


Thank and Regards,
User avatar
Jaymie1989
Registered User
Posts: 1991
Joined: Thu Aug 02, 2007 5:21 pm
Name: Jaymie

Re: [RC] Share On [Facebook, Twitter, Orkut, Digg, MySpace,.

Post by Jaymie1989 »

I have found the fix:

Open: styles/prosilver/template/viewtopic.html
Find:

Code: Select all

<!-- IF postrow.S_SHARE_ON_FIRST_POST and postrow.S_SO_STATUS and not postrow.S_SO_USERLOGGEDIN-->
Replace with:

Code: Select all

<!-- IF postrow.S_SHARE_ON_FIRST_POST and postrow.S_SO_STATUS and postrow.S_SO_USERLOGGEDIN-->
Find:

Code: Select all

<!-- IF postrow.S_FIRST_ROW and postrow.S_SO_USERLOGGEDIN -->
Replace with:

Code: Select all

<!-- IF postrow.S_FIRST_ROW and not S_USER_LOGGED_IN -->
Please remember to refresh your template after
(ACP > Styles > Style Components > Template > Refresh)

Enjoy :D
Dear creators of Sesame Street,
Kids are still fat. Can I come back now?
Sincerely, Cookie Monster.

View my MODs - Need phpBB help with MODs and Styles? Take a look at my phpBB3 services
achu68
Registered User
Posts: 99
Joined: Tue Oct 19, 2010 1:20 pm

Re: [RC] Share On [Facebook, Twitter, Orkut, Digg, MySpace,.

Post by achu68 »

Dear,

Purge the cash, refresh template but i lost the header and the footer one when i login. i only see the footer one as a guest. like the previous.

Regards,
Last edited by achu68 on Fri Jan 14, 2011 3:18 pm, edited 1 time in total.
Locked

Return to “[3.0.x] Abandoned MODs”