News:

Wondering if this will always be free?  See why free is better.

Main Menu

Personal Twitter (Feeds)

Started by Antes, August 11, 2011, 03:43:51 PM

Previous topic - Next topic

Antes

Version 0.4 released

Changelog :)
Follow button on Topic display
User feed under signature
Ability to disable user feed under signature
Ability to set count of feed
Ability to disable follow button on profile
Ability to disable follow button on topic display

i hope you like it

Eclipse16V

Thanks for this Mod.

But I have a question.
If a User doesn´t put a ID in his profile, on his profile site will be show "Followe me on Twistter".
How can a disable this.
I worked with:
SMF 2 in German

Shop:
SID Giessen

Antes

Sorry for late reply, I have school & and a mini snow storm.

Can you try this one.

Profile.template.php

Code (find) Select
if (!empty($modSettings['ptoup_follow_button_on_profile']))
Code (replace) Select
if (!empty($modSettings['ptoup_follow_button_on_profile']) && ($context['member']['ptweet']['id']))

also

Display.template.php

Code (find) Select
if (!empty($modSettings['ptoup_user_feed_on_signature']))
Code (replace) Select
if (!empty($modSettings['ptoup_user_feed_on_signature']) && ($context['member']['ptweet']['id']))

I cannot add this to mod i don't have time to repack. I hope it works (it needs to be :P).

Eclipse16V

I worked with:
SMF 2 in German

Shop:
SID Giessen

Chalky

I just installed this mod and it looks great! :D  I have customised the colours, but the one thing I can't change is the number of items in the feed - it shows 4 tweets no matter what number I put in the feed count box.  Have you any suggestions?  Thanks :)

Antes

Quote from: Sabrinova on March 11, 2012, 09:58:26 AM
I just installed this mod and it looks great! :D  I have customised the colours, but the one thing I can't change is the number of items in the feed - it shows 4 tweets no matter what number I put in the feed count box.  Have you any suggestions?  Thanks :)

i noticed that too, sorry to say i didn't find any solution. please wait new release, i hope i can fix it soon

Chalky

Thanks for replying!  It's only a minor problem but I'm relieved it isn't just mine :D  Thank you!

Antes

#27
Hello,
I had some time and do some updates on mod (not so much).
0.5.0 - Beta (May not work use on your test site)
- Used twitter as a blogger.js home
- Bug fix applied (see above for bug)
If you have any idea feel free to write :)


-- Attachment removed it was broken beta version --

Antes

#28
v0.5.0
Name change scroll used for modification :)
Added feed for home page (for site) and a small follow button.
Blogger.js now hosted by twitter (My fault not to make it before sorry).
Fixed bug reported here (Thanks to Eclipse16V)

-------------
@Sabrinova

I checked the not showing feed stuff, I really didn't solved it (i think its not my fault), twitter not showing older feeds (i sent 5 tweet in 2 days) i tried to use option 1-5 everything is fine then tried 6 (which sent by me in 4 June) ... But i must say I'm really confused about it :)

vbgamer45

Cool idea for a mod will check it out!
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

Sudhakar Arjunan

good mod admin.

keep updating
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

PopsicleStickChick

Any way to get the home page feed to reflect a Twitter list and not a single Twitter user?  Thanks!
www.grubesismyleader.com

An Internet forum dedicated to a former board operator at a Dallas sports talk radio station

Antes

Quote from: PopsicleStickChick on August 31, 2012, 11:44:49 AM
Any way to get the home page feed to reflect a Twitter list and not a single Twitter user?  Thanks!

Not for now, but maybe in next release :)

PopsicleStickChick

www.grubesismyleader.com

An Internet forum dedicated to a former board operator at a Dallas sports talk radio station

Texan78

Where would the call to the DB be in the profile input section?

I have a custom field for twitter icon and I would like to combine the two so the member only has to enter their twitter username once. I know the variable used for the icon, where would I need to edit this for this mod so it shares the same DB input?

-Thanks

Antes

if you want to add profile icon and want to use my mod's input.

On profile
$context['member']['ptweet']['id']
On Topics
$message['member']['ptweet']['id']

if you want to use your custom profile input, so you need to edit bit more. Find in suitable files and change things. Also you need to remove

./Sources/Profile-Modify.php
./Sources/Load.php
./Sources/Subs-Members.php

You need to remove changes made by my mod to those files.

Texan78

Quote from: Antes on September 04, 2012, 12:11:26 PM
if you want to add profile icon and want to use my mod's input.

On profile
$context['member']['ptweet']['id']
On Topics
$message['member']['ptweet']['id']

if you want to use your custom profile input, so you need to edit bit more. Find in suitable files and change things. Also you need to remove

./Sources/Profile-Modify.php
./Sources/Load.php
./Sources/Subs-Members.php

You need to remove changes made by my mod to those files.

Thanks, I would like to use my custom profile input as I have already combined some other twitter mods I have to use it. I just need to know what to look for to use the custom input variable from the DB instead of the one this mod uses. I hope that makes sense. If not I can try to explain it further.

Basically I just want it to pull the input name from a different variable rather then ptweet. What all would need to be edited? I know the variable to use, just not sure what needs to be edited.

-Thanks

Antes

Please parse the modification, there you can see all edits.

Texan78

I have, but which is making the call to the DB so I can change the variable to point to the one I need?

I have poked around and tested several different ways and nether works.

If I change everything that says ptweet then it will not be able to reference the Subs-PToUP.php file in sources.

-Thanks

Antes

Actually mods most part is about loading user info, you need to edit Display.template / BoardIndex.template / Profile.template well also you have to remove $contexts & $messages from if loops to make them work properly.

Advertisement: