
and let user decide whether to display his/her online status or not
$int = 0;
while (/* ... */)
{
echo ', ++$int & 1 ? 'even' : 'odd', '">';
// ...
}
and it works
113
Ok im currently developing a custom module for my site..how do i style this table with odd even XOOPS style like in the profile...
something like
odd row- class=odd
even row - class=even
echo "";
echo "Bil ";
echo "Name ";
echo "Title ";
echo "Unit ";
echo " ";
while($row = mysql_fetch_array($result))
{
$id=$row['id'];
echo "";
echo "";
echo $bil++;
echo " ";
echo "" . $row['name'] . " ";
echo "" . $row['title'] . " " . $row['gred'] . "" . $row['No'] . " ";
echo "" . $row['unit'] . " ";
echo " ";
}
echo "
";echo "";
114
burning...thank u for resurrecting of these old themes
why don't you add some dummy left right center and bottom custom block for your demo site for better view..
thank you once again
115
what about slash at the end ? or try remove the .org (rename the folder)
erm sorry to interupt this thread but correct me if i'm wrong ...arent XOOPS lib and XOOPS data should be outside document root ?
example above
isn't it should be in var/www/radio-hobby/data/www/
instead of
var/www/radio-hobby/data/www/radio-hobby/
117
i don't know if this is a bug or not but when i deleted comment the result page shows this
Array
(
[0] => Comment(s) deleted. (ID: 2)
)
the comment is deleted..
118
the cool code by tzvook above is wrong..
here is the correct one
i tried it myself..hope it helps ..
<{if $block.title|truncate:9:"" == "no-header"}>
<div class="blockTitle">div>
<{elseif $block.title != ""}>
<div class="blockTitle"><{$block.title}>div><{/if}>
<div style="padding-bottom: 5px;" class="blockContent"><{$block.content}>div>
tq..this is awesome
120
thank you burning...that was quick....awesome
you guys out there should check this japanese site out...many beautiful XOOPS theme available
http://hello.oceannet.jp/
its just need to be updated.....
Thanks again burning....
Login
Search
Recent Posts
Who's Online
Donat-O-Meter
Latest GitHub Commits