Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#13 2008-11-06 13:43:17
- stopsatgreen
- Member
- Registered: 2008-07-03
- Posts: 50
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
Nice plugin, but would it be possible to have a null value for wraptag? That is, wraptag=”“?
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
I would like to create the cache directory without using the command line. Can I just create it using a text editor or ftp app like transmit and set the permissions that way.
Also, is it safe to create a directory with 777 permissions?
Art Rogue – Fine Art Photography
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
Yes Matt, Transmit will allow you to create a new folder and set the permissions. The lower the chmod the safer it is – most hosts use 755 for folders, but I don’t know if the cache folder has to be 777. Try 755 and see. Also depends on your host.
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
What is the name of the directory that I create?
Art Rogue – Fine Art Photography
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
Create a directory called cache
, in your textpattern directory, if it doesn’t already exist.
Last edited by kimili (2008-12-29 04:24:19)
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
Anyone have problems with the displayfooter=“0” not working? I can’t make the footer go away.
Art Rogue – Fine Art Photography
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
You are correct, Matt – displayfooter was indeed broken. I’ve published a fix for it, so go ahead and download it
Cheers,
Michael
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
Is there a way to not display the date/permlink of a tweet? Better yet, is there a way to change the anchor text?
It seems like one of the only attributes missing to control output.
Oh, and thanks for fixing the diplayfooter. It’s working fine now.
Last edited by mattmikulla (2008-12-31 08:03:23)
Art Rogue – Fine Art Photography
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
Matt – What would you want to be able to change the anchor text to?
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
Well, first It would be nice to have the option to display the date but not as an anchor. Then maybe have another attribute like a tweet’s permlink. So:
displaydate=“1” displaypermlink=“1” permlinktext=“View Tweet”
You would still need to have a way to add a separator.
Art Rogue – Fine Art Photography
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
hey kimili,
I’m trying to install this, and as soon as I put the <txp:kml_twitter/> tag in there, I get the following error:
Fatal error: Call to undefined function: get_headers() in /home/.jacobina/linea/disenorama.com/textpattern/lib/txplib_misc.php(574) : eval()’d code on line 130
and nothing gets displayed
any clues as to what the problem can be?
~~~~~~~~~~~~~| monolinea.com | pixilate.com | istockphoto.com/kemie |~~~~~~~~~~~~~
Offline
Re: [plugin] [ORPHAN] kml_twitter: Kimili Twitter Timeline
@kemie – get_headers() is a PHP5 function. I suspect your server is running PHP4. Unfortunately, Kimili Twitter Timeline is written for PHP5. I may look into getting it working in PHP4 as time permits, though.
@mattmikulla – I’m cleaning up an update that should handle what you’re looking to do which will be available soon.
Offline