News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Social Integration Mod issues

Started by Mihac™, June 17, 2011, 04:25:38 PM

Previous topic - Next topic

Mihac™


"kad budala postavi neko glupo pitanje ni deset mudraca ne može na njega odgovoriti "

SA™

http://samods.github.io/SAChatBar/

Xbox Live: smokerthecheese 360 or xbone
My Work
Piano Movers / Delivery service
QuoteMy allies are dead.
I'm 'bout to be too.
Zombies are chasing me.
F*** it, I'm screwed -___-

Mihac™

I am a part, while the second part connecting the various modifications.
Try it and see :-)

"kad budala postavi neko glupo pitanje ni deset mudraca ne može na njega odgovoriti "

vbgamer45

Quote from: Mihac™ on June 17, 2011, 04:25:38 PM
My social Integration mod, see here
That's 100% my mod and you do not have any rights to redistribute it  in fact you still owe me payment since you decided to use it after all.
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Mihac™

Quote from: vbgamer45 on June 17, 2011, 11:49:03 PM
That's 100% my mod and you do not have any rights to redistribute it  in fact you still owe me payment since you decided to use it after all.

ha ha ha ha ....... your mod has not had a latin character, did not import avatars, did not automatically show an icon on their profile, did not comment under the theme, had almost nothing.
It is true that one small part of yours, but everything else is mine that I made.

I asked several times why not work a Latin character, and you answered that you do not know to do.
Selling semi-finished product for which you are unable to provide support.
I make a modification   to the end I will sell you to see how it works.

"kad budala postavi neko glupo pitanje ni deset mudraca ne može na njega odgovoriti "

vbgamer45

Ok if you want to be that way and steal my work game on. Bull****** you owe me now if you want to play this game good luck you will loose badly
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Mihac™

Quote from: vbgamer45 on June 18, 2011, 09:43:54 AM
Ok if you want to be that way and steal my work game on. Bull****** you owe me now if you want to play this game good luck you will loose badly
That your job? ha ha ha ha.......
As far as I can see that this is not your job, and the rest is a service of GIGYA.
You have made only a small part that is not working with Czech letters.
You did not know to do to work with UTF-8.
And after all this is quite a different modification of  from yours.
If you want Try and you will see that everything is different from what you worked , or do you best to remain silent.
Do I Sell?
No! And then, what is your problem?

"kad budala postavi neko glupo pitanje ni deset mudraca ne može na njega odgovoriti "

vbgamer45

You can use for your own site but you do owe me you got the mod for free without you would never have known how to do any of it. You made a couple small minor changes that take very little time to do.
I just think it kind of bull ****** that you want to sell me back changes you made when you got the entire mod for free me. I was the one that spent hours developing and coming up with the idea.
End of rant back on topic sorry SA.
Community Suite for SMF - Grow your forum with SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com - Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Mihac™

Uhhhhh!
Your mod did not work at all, did not UTF, did not have the profile image, icon, link the profile URL, location, comments under each theme, a part of facebook like.
So you had only a small part of who I served as the basis that I did something similar to yours but it is much better and that there are no errors.
If you want to access the site and try the modification.

"kad budala postavi neko glupo pitanje ni deset mudraca ne može na njega odgovoriti "

Mihac™

this is yours? ha ha ha

<file name="$sourcedir/Load.php">

<operation>
<search position="before"><![CDATA['msn' => $profile['msn'] !='' && (empty($modSettings['guest_hideContacts']) || !$user_info['is_guest']) ? array(
'name' => $profile['msn'],
'href' => 'http://members.msn.com/' . $profile['msn'],
'link' => '<a class="msn new_win" href="http://members.msn.com/' . $profile['msn'] . '" title="' . $txt['msn_title'] . ' - ' . $profile['msn'] . '"><img src="' . $settings['images_url'] . '/msntalk.gif" alt="' . $txt['msn_title'] . ' - ' . $profile['msn'] . '" /></a>',
'link_text' => '<a class="msn new_win" href="http://members.msn.com/' . $profile['msn'] . '" title="' . $txt['msn_title'] . ' - ' . $profile['msn'] . '">' . $profile['msn'] . '</a>'
) : array('name' => '', 'href' => '', 'link' => '', 'link_text' => ''),
]]></search>
<add><![CDATA[
// socijal -->

'social' => $profile['social'] !='' && (empty($modSettings['guest_hideContacts']) || !$user_info['is_guest']) ? array(
'name' => $profile['social'],
'href' => $profile['social'],
'link' => '<a href="' . $profile['social'] . '" target="_blank" title="' . $profile['login_provider'] . ' - ' . $profile['member_name'] . '"><img src="' . $settings['images_url'] . '/social_' . $profile['login_provider'] . '.png" alt="" /></a>',
'link_text' => '<a href="' . $profile['social'] . '" target="_blank" title="' . $profile['login_provider'] . ' - ' . $profile['social'] . '">' . $profile['social'] . '</a>'
) : array('name' => '', 'href' => '', 'link' => '', 'link_text' => ''),

// socijal -->
]]></add>
</operation>

<operation>
<search position="replace"><![CDATA[mem.birthdate, mem.member_ip, mem.member_ip2, mem.icq, mem.aim, mem.yim, mem.msn, mem.posts, mem.last_login,]]></search>
<add><![CDATA[mem.social AS social, mem.login_provider,  mem.birthdate, mem.member_ip, mem.member_ip2, mem.icq, mem.aim, mem.yim, mem.msn, mem.posts, mem.last_login,]]></add>
</operation> .................

"kad budala postavi neko glupo pitanje ni deset mudraca ne može na njega odgovoriti "

Illori

I am locking this thread, Mihac™ take it to a pm with vbgamer45 as to if you can release any of the code you have used. also this is not the correct board to post this in anyway.

Advertisement: