 |
 |
 |
 |
 |
| Author |
Message |
ksen

Joined: 04 Jun 2006 Posts: 142
|
|
|
| Sun Aug 20, 2006 2:52 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
ksen

Joined: 04 Jun 2006 Posts: 142
|
|
|
|
hi guys, did any one have a chance to chek this out???
|
|
| Wed Aug 23, 2006 2:48 pm |
|
 |
Syrion

Joined: 02 Aug 2006 Posts: 173
|
|
|
| Wed Aug 23, 2006 5:07 pm |
|
 |
ksen

Joined: 04 Jun 2006 Posts: 142
|
|
|
| Thu Oct 12, 2006 7:50 pm |
|
 |
ksen

Joined: 04 Jun 2006 Posts: 142
|
|
|
|
hi, any luck with this pls??
|
|
| Sat Oct 14, 2006 5:00 am |
|
 |
ksen

Joined: 04 Jun 2006 Posts: 142
|
|
|
|
hey i just found out --> Without using this plugin, if i just put the include show_news.php command into a blank php file with the variables that i want and i access it from my mobile it works!!!!
So then does anybody know why these wml stuff is required????
For example i put the following code in a file and accessed it directly from my mobile and it works!!!
 |  | <?php
include '../news/head.php';
?>
<?PHP
$category = "1"; // category use is optional...
$number = 2;
$template = "WAP";
include("../news/show_news.php");
?> |
I just used the WAP template cos its a barebone template. Here it is.
 |  | <?PHP
///////////////////// TEMPLATE WAP /////////////////////
$template_active = <<<HTML
<p>
<big>{title}</big> - {date}
</p>
<p>{short-story} [full-link]more...[/full-link] (by {author})</p>
HTML;
$template_full = <<<HTML
<p>
<big>{title}</big> - {date}
</p>
<p>{full-story}</p>
<p><b>{date} by {author}</b></p>
HTML;
$template_comment = <<<HTML
HTML;
$template_form = <<<HTML
HTML;
$template_prev_next = <<<HTML
<p>
[prev-link]< Prev[/prev-link] [next-link]Next >[/next-link]
</p>
HTML;
?>
|
|
|
| Thu Oct 19, 2006 5:08 am |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|
 |
 |
 |
|