111
demian
Re: Poster's status
  • 2010/1/23 13:08

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


can this be integrate with profile module with preloads? without hacking header

and let user decide whether to display his/her online status or not



112
demian
Re: help with odd, even table styling
  • 2010/1/23 12:22

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


thats the plan using template...this is a temp solution

thanks ghia...it almost work but it only use the even class for all row


i got another solution from another forum i use this

$int 0;
while (
/* ... */)
{
    echo 
'<tr class="', ++$int 'even' 'odd''">';
    
// ...
}


and it works



113
demian
help with odd, even table styling
  • 2010/1/23 3:42

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


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 "<table><tr>";


echo 
"<td>Bil</td>";
echo 
"<td>Name</td>";
echo 
"<td>Title</td>";
echo 
"<td>Unit</td>";
echo 
"</tr>";



while(
$row mysql_fetch_array($result))
{


$id=$row['id']; 


echo 
"<tr>";
echo 
"<td>"
echo 
$bil++;
echo 
"</td>";
echo 
"<td><b>" $row['name'] . "</b></td>";
echo 
"<td>" $row['title'] . " " $row['gred'] . "" $row['No'] . "</td>";
echo 
"<td>" $row['unit'] . "</td>";
echo 
"</tr>";
  
}
 echo 
"</table>";echo "";



114
demian
Re: Missing Bottom Block in theme
  • 2009/12/23 2:38

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


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
demian
Re: No XOOPS installation could...
  • 2009/12/19 14:12

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


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/



116
demian
Re: Missing Bottom Block in theme
  • 2009/12/19 12:50

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29




thanks for the tip..burning

next time i will try this myself....

got a lot nice theme to update



117
demian
Comment Delete Result
  • 2009/12/19 2:00

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


i don't know if this is a bug or not but when i deleted comment the result page shows this


Array
(
    [
0] => Comment(sdeleted. (ID2)
)



the comment is deleted..



118
demian
Re: How do I hide the title of a custom block?
  • 2009/12/19 1:18

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


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



119
demian
Re: Facebook Connect
  • 2009/12/19 1:00

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


can't wait



120
demian
Re: Missing Bottom Block in theme
  • 2009/12/19 0:09

  • demian

  • Quite a regular

  • Posts: 225

  • Since: 2008/4/29


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....




TopTop
« 1 ... 9 10 11 (12) 13 14 15 ... 21 »



Login

Who's Online

209 user(s) are online (129 user(s) are browsing Support Forums)


Members: 0


Guests: 209


more...

Donat-O-Meter

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

Latest GitHub Commits