31
bjuti
Re: Talk of JQuery Mobile Framework For Xoops
  • 2012/11/11 18:09

  • bjuti

  • Just can't stay away

  • Posts: 871

  • Since: 2009/1/7 2


Will the plugin be availble for 2.5.5? :) Tnx.



32
bjuti
Re: trabis
  • 2012/5/31 15:09

  • bjuti

  • Just can't stay away

  • Posts: 871

  • Since: 2009/1/7 2


Woohoo! :)



33
bjuti
Re: is xoops similar to wordpress
  • 2012/5/22 16:33

  • bjuti

  • Just can't stay away

  • Posts: 871

  • Since: 2009/1/7 2


It depends of what you want to achieve? But, yes - it is.



34
bjuti
Re: Fmcontent module 1.1 in xoops 2.5.4
  • 2012/5/16 11:36

  • bjuti

  • Just can't stay away

  • Posts: 871

  • Since: 2009/1/7 2


Actual SVN version... still can't manage URL rewrite to work. Root and module .htaccess options on localhost WAMP server.



35
bjuti
Re: Fmcontent module 1.1 in xoops 2.5.4
  • 2012/5/7 15:54

  • bjuti

  • Just can't stay away

  • Posts: 871

  • Since: 2009/1/7 2


I tried all varaints... it works in publisher like always do but not in News.

I uninstaled News so in next few days I'll try again and will post it here.



36
bjuti
Re: Fmcontent module 1.1 in xoops 2.5.4
  • 2012/5/7 12:00

  • bjuti

  • Just can't stay away

  • Posts: 871

  • Since: 2009/1/7 2


I still can't manage url rewrite to work. :(



37
bjuti
Re: Rwapa.com portail du mouvement hip hop au Maroc
  • 2012/5/5 8:35

  • bjuti

  • Just can't stay away

  • Posts: 871

  • Since: 2009/1/7 2


I like it :)



38
bjuti
Fmcontent / News - any news?
  • 2012/5/4 9:12

  • bjuti

  • Just can't stay away

  • Posts: 871

  • Since: 2009/1/7 2


Any news about News module? :) I see noting in SVN?



39
bjuti
Re: Does everyone have to make a buck on twitter blocks
  • 2012/5/2 19:18

  • bjuti

  • Just can't stay away

  • Posts: 871

  • Since: 2009/1/7 2


Tnx zyspec it works like charm :)



40
bjuti
Re: Does everyone have to make a buck on twitter blocks
  • 2012/4/28 8:27

  • bjuti

  • Just can't stay away

  • Posts: 871

  • Since: 2009/1/7 2


Haha :) What's there not understanable? :)

This code:
$feedUrl 'http://twitter.com/statuses/user_timeline/15268838.rss';
$yourTwitterUrl 'http://www.twitter.com/ibleedv20';
$disableUtf8 false;
// ********************************************************

require XOOPS_ROOT_PATH.'/class/snoopy.php';

$snoopyDog = new Snoopy();
$snoopyDog->fetch($feedUrl);
$xml simplexml_load_string($snoopyDog->results);
if(
$xml !== false) {
$elements = array('title''description''pubDate''guid''link');
echo 
"<ul>";
foreach(
$xml->channel->item as $item) {
foreach(
$elements as $element) {
$
$element $disableUtf8 utf8_decode($item->$element) : $item->$element;
}
$date formatTimestamp(strtotime($pubDate), 's');
echo 
"<li><a href='".$link."' target='_blank'>".$date.' - '.strip_tags($title)."</a></li>";
}
echo 
"</ul>";
echo 
"<br /><a href='".$yourTwitterUrl."'>Follow us on Twitter</a>";
}


...shows all the feeds from rss feed eg. 15.

I need to show only 5 or 6 or 1 :)




TopTop
« 1 2 3 (4) 5 6 7 ... 64 »



Login

Who's Online

196 user(s) are online (131 user(s) are browsing Support Forums)


Members: 0


Guests: 196


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits