News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Share This Topic

Started by All Colours Sam, September 06, 2009, 05:09:23 AM

Previous topic - Next topic

arqueologiadigital

Hi there! It is actually compatible with 2.0.3?

Kindred

Yes. Use the version emulate option
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

All Colours Sam

There is no need to emulate anything... the mod has a wider range that includes versions up to 2.0.99. That and modifying as less files as possible plus using hooks, highly increases the compatibility with newer versions.

Heres a protip, on the mod's page in the modsite, select 2.0.3 and click the parse button, if it does parse it means the mod will install on that particular version without the need to emulate, this is useful if you need to know before actually download it if a mod would need emulation or not.

If the mod does not parse it means the range for install/uninstall does not cover the selected version and you will need to apply emulation.
Oh, wouldn't it be great if I *was* crazy? ...then the world would be okay
Suki

caper12

This mod is great, but I have one thing that would be nice to change.

Does anyone know of a way to make it use an image or logo to display on the FB page? Right now it displays some tiny little .GIF with a white square around it on the FB post

PokémonS

Quote from: caper12 on January 04, 2013, 07:09:51 PM
Does anyone know of a way to make it use an image or logo to display on the FB page? Right now it displays some tiny little .GIF with a white square around it on the FB post

Put this code in the <head> of HTML

<link rel="image_src" href="http://LINKTOLOGO" />
きみと手をつなごう つらいときはもっと
ゼロからはじめよう ほら ほら 手をつなごう
みんな手をつなごう つらいときはもっと
力を合わせよう ほら ほら 手をつなごう

outsideofthebox

Suki...

I apologize if these questions have been addressed already, I just don't have enough time to read 80+ pages to get an idea if this mod will work.

I'm looking for a social sharing mod that would also integrate with a credit or point system. I really don't need these to be site wide, I need them to function in a specific social networking board.

Ideally, a member would need xx points to make a topic in the board/thread/forum and earns points by sharing existing posts in that specific board/thread/forum via tweet, google plus, FB like, etc.

I was considering a WP bridge for this part of my site and using something like cube points plugin but I really would prefer to keep everything inside of SMF if possible.


All Colours Sam

It depends on how exactly your point system works really.

Also, this mod doesn't log or record any like or share actions (It doesn't have or need to), it simply displays the buttons on specific parts, it doesn't do any integration with the forum besides injecting the buttons on the messages, so, even if you have a points system, there is no way to let the points system know that some user clicked a like button because those events are handled by the third party site (facebook, twitter, google+, etc) and not by your forum.
Oh, wouldn't it be great if I *was* crazy? ...then the world would be okay
Suki

akbora

Can be possible the option only first post and last post no all posts..
SMF 2.0.13
Default Theme
Utf8 Turkish
---------------

All Colours Sam

Sure is possible but not very useful as the last post will change constantly anyway.
Oh, wouldn't it be great if I *was* crazy? ...then the world would be okay
Suki

StepKlong

Excuse me. I'm novice for smf and PHP

Q: How to delete Point ? (you can see this picture)


Please help me.

All Colours Sam

Make sure you have the proper static method in Sources/ShareThis.php:

Sharethis::Headers()


Also, make sure you call that method in your Sources/Load.php:

ShareThis::Headers();
Oh, wouldn't it be great if I *was* crazy? ...then the world would be okay
Suki

MarkS

after installing every facebook twitter mod smf have i finally found this one! that will actually let you post on your wall and not just a like

Thank you Suki ;)

now to find out how to show a image in the facebook wall post rather than the www.globe

All Colours Sam

Heres the answer, a few messages above:

Quote from: PokémonS on January 05, 2013, 01:03:19 AM
Quote from: caper12 on January 04, 2013, 07:09:51 PM
Does anyone know of a way to make it use an image or logo to display on the FB page? Right now it displays some tiny little .GIF with a white square around it on the FB post

Put this code in the <head> of HTML

<link rel="image_src" href="http://LINKTOLOGO" />
Oh, wouldn't it be great if I *was* crazy? ...then the world would be okay
Suki

MarkS

ok thanks, im a total noob so i need to no where that is sorry

All Colours Sam

That would be on your theme's Index.template.php file. You ned to use an FTP client: How do I use FTP? / What is FTP? and a code editor (such as notepad++) to make changes to your file.
Oh, wouldn't it be great if I *was* crazy? ...then the world would be okay
Suki

MarkS

got it, in cool with ftp and thanks ive grabbed notepad++ i was just using windows nope pad thank you
ok nood again sorry there are too parts in Index.template.php that have <head> so i dont no where to put it im still lurning
if you could tel me what to find and where to paste it please

Quote<link rel="image_src" href="http://LINKTOLOGO" />
<link rel="image_src" href="http://www.africancichlidtalk.co.uk/Themes/inferno_20a/images/custom/logo.png" />

like so ^^^^^^^

All Colours Sam

there should be just one tag like this one:  </head>  just put the code before that:

<link rel="image_src" href="http://LINKTOLOGO" /></head>
Oh, wouldn't it be great if I *was* crazy? ...then the world would be okay
Suki

MarkS

ok si i have this now but it still shows a green globe in the wall post
guess im still doing it wrong :-[
// Output any remaining HTML headers. (from mods, maybe?)
echo $context['html_headers'];

echo '
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
<link rel="image_src" href="http://www.africancichlidtalk.co.uk/Themes/inferno_20a/images/custom/logo.png" /></head>
<body>';
}

function template_body_above()
{
global $context, $settings, $options, $scripturl, $txt, $modSettings;

echo '
<div id="header">
<div class="wrapper">
<div id="logo">
<a href="'.$scripturl.'" title=""></a>

All Colours Sam

I believe the image must be within certain height and width (at least thats the last thing I heard, facebook does love to make unexpected changes very often) and also, the image will only work for new comments, it will not work on already published ones.
Oh, wouldn't it be great if I *was* crazy? ...then the world would be okay
Suki

MarkS

ok so i can upload any image i want as log as its the right size and i direct it to the right location ?

Advertisement: