another twitter block
Permalink
not realising thathttp://www.concrete5.org/community/forums/block_requests/twitter_bl... exists, i've created another one - a sloppier one :D
this essentially just an edited rss reader
ps: the twitter account needs to public (unprotected)
edit: if you already installed the other one, and wants to try mine, delete existing block on the site. overwrite the block files. go to dashboard > add functions > twitter. hit refresh
this essentially just an edited rss reader
ps: the twitter account needs to public (unprotected)
edit: if you already installed the other one, and wants to try mine, delete existing block on the site. overwrite the block files. go to dashboard > add functions > twitter. hit refresh
slight update on twitter search, tried to update the post above, just won't accepts the new file
You don't encode your arguments. Bad thing... Here is the correct line in the controller:
Sorry I can't write the url without the forum messing up everything.
I dropped the wildcards because they were doing wrong, so don't write 'em. ;)
$feed = $fp->load('...?q='.rawurlencode($this->query).'');
Sorry I can't write the url without the forum messing up everything.
I dropped the wildcards because they were doing wrong, so don't write 'em. ;)
Also note you're never opening something in new window that way. You need to pass the variable trough the function, this way:
And then the function starts as following:
getuser($item->get_permalink(),$rssObj->launchInNewWindow)
And then the function starts as following:
function getuser($permalink,$aux) { $arr = explode('/', $permalink); $target = ''; if($aux) $target = 'target="_blank"';
pop up link only works on the poster @name and permalink