![]() |
2009-09-06
, 05:49
|
|
Posts: 3,105 |
Thanked: 11,088 times |
Joined on Jul 2007
@ Mountain View (CA, USA)
|
#2
|
![]() |
2009-09-06
, 07:35
|
Posts: 883 |
Thanked: 980 times |
Joined on Jul 2007
@ Bern, Switzerland
|
#3
|
You can see how it will look like here: http://talk.maemo.org/getLatest.php
![]() |
2009-09-06
, 08:36
|
|
Posts: 34 |
Thanked: 20 times |
Joined on Aug 2006
@ Platania (CZ), ITALY
|
#4
|
![]() |
2009-09-06
, 15:56
|
|
Posts: 1,436 |
Thanked: 3,144 times |
Joined on Jul 2005
|
#5
|
One minor gripe with this and the Acitve Topics here:
At the end of the list, there is a hyperlink/button called "more...". This is however inconsistent: If you click that, you don't get "More", but "All" :-)
Alas, I've no real solution to propose (Renaming the link to "All"? Or changing the function so that it displays only the topics that weren't yet displayed with getlatest?)
The Following User Says Thank You to Reggie For This Useful Post: | ||
For those of you who have blogs, I propose that you add Talk's (tmo's) Active Topics to your blog so as to promote the forum and maemo.org.
It's quite easy. If you have access to edit your blog template, decide where you want the active topics to appear, and code the following:
<?php
$tmo = file_get_contents('http://talk.maemo.org/getLatest.php');
echo $tmo;
?>
You can just use your own CSS to change the look how you like.
Hopefully we can have more folks join tmo, improve maemo.org, and improve Maemo devices as one big community.
Reggie Suplido