Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
@corkingdesign@ – is there a _username__twitter.cache
file in your cache directory? If so, what are the permissions on that file?
Offline
#86 2009-09-22 14:02:16
- corkingdesign
- New Member
- Registered: 2009-09-17
- Posts: 4
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
@kimili
Yes there is and it is set to 644 but the folder is set to 777
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
@corkingdesign – What is the date and time of that file (is it more than 10 minutes old)? Are the owner and group different? Try chmod 666 on that cache file? Also, try deleting it and see if it gets recreated when you hit the page again.
- Michael
Last edited by kimili (2009-09-22 14:08:29)
Offline
#88 2009-09-22 14:12:44
- corkingdesign
- New Member
- Registered: 2009-09-17
- Posts: 4
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
@kimili I have changed the permission now to 666 the file is over an hour old. Yes owner and group are different.
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
As long as your pages are getting hit, it shouldn’t be more than 10 minutes old (600 seconds, or whatever you set the cache_life
to). Try deleting it and seeing if it gets recreated properly
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
kimili wrote:
mrtunes and passionado – What version of Textpattern are you using? Have you tried setting the
usetextile
attribute tofalse
?
i have the same error
Fatal error: Call to a member function TextileThis() on a non-object in /nfs/c04/h01/mnt/58818/domains/domain/html/textpattern/lib/txplib_misc.php(594) : eval()'d code on line 124
where i change the option of usetextile?
Thanks
Last edited by sebatorresi (2009-09-29 13:39:52)
Sonríe | Smile . <txp:lover />
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
@Sebatorresi – It’s a tag attribute, so you can do it like this:
<txp:kml_twitter ... usetextile="false" />
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
Thanks kimili!
Sonríe | Smile . <txp:lover />
Offline
#93 2009-11-19 21:39:31
- sams101
- Member
- Registered: 2009-11-09
- Posts: 23
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
Hi guys,
Just a quick one (hopefully). How do you change the colour of the links in the tweets? Mine are showing up as the default blue?
That a simple one?
Cheers,
Sam
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
@sams101 – That’s something you’d do in your CSS. Something like this would do the trick:
.tweet a {
color: #f03;
}
Cheers,
Michael
Offline
#95 2009-11-19 23:45:53
- sams101
- Member
- Registered: 2009-11-09
- Posts: 23
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
Woops, that simple! thanks Michael
Hey, a little heads up incase you get any questions about it- Twitter is testing out its ‘lists’ functionality at the moment, and while I had it in use, it really interfered with the plugin. All works fine for me now, but I’m no longer using the lists.
Offline
#96 2009-11-20 00:12:31
- sams101
- Member
- Registered: 2009-11-09
- Posts: 23
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
I take that back, it seems I am not getting my feed through. But if i put other peoples username in the ‘user’ field it works perfectly. Not sure why Mine wouldn’t work apart from something to do with the lists? (which I am not even using). Also my tweets are not protected. In case you get a second to investigate, my twitter name is sams101 and web address http://hellosam.co.uk/textpattern
Last edited by sams101 (2009-11-20 00:13:42)
Offline