191
hipoonios
Re: Module/block which displays how many users were online today
  • 2009/2/1 15:04

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


My site show blank page when added your code in a php block.
I love Xoops!



192
hipoonios
Re: Module/block which displays how many users were online today
  • 2009/2/1 10:52

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


Quote:
can i make a little suggest and that is to have all membernames in the block who have visit too..


+1
I love Xoops!



193
hipoonios
Re: My custom page ignoring smarty codes
  • 2008/7/24 17:57

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


Sorry to taking up this thread again. Now i want to to do it the another way too..

Show a message for all users that are logged in.

Please help.
I love Xoops!



194
hipoonios
Re: How to display latest registered in my theme?
  • 2008/7/24 14:32

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


I know, but i still think this is possible with some php code :)
I love Xoops!



195
hipoonios
How to display latest registered in my theme?
  • 2008/7/24 13:41

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


Two questions, I want to display,

1. Total number of registered users in my theme.

2. Latest registered user in my theme.

Anyone know how to do this?
I love Xoops!



196
hipoonios
Re: My custom page ignoring smarty codes
  • 2008/7/20 22:07

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


Thank you very much trabis! That worked
I love Xoops!



197
hipoonios
My custom page ignoring smarty codes
  • 2008/7/20 15:39

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


Hello, can someone help me with this?

I have created a file in root called test.php with the following code.

<?php
if (file_exists("mainfile.php")) {
    include(
"mainfile.php");
}
elseif(
file_exists("../mainfile.php")) {
    include(
"../mainfile.php");
}
else {
    include(
"../../mainfile.php");
}
include(
XOOPS_ROOT_PATH "/header.php");
$xoopsTpl->assign('xoops_showrblock'0); // 1 display right blocks
$xoopsTpl->assign('xoops_showlblock'0); // 1 display right blocks
?>
<{if $xoops_isuser == 0}>Please login now<{/if}>
<?php
include(XOOPS_ROOT_PATH "/footer.php");
?>

But it doesnt work. It's only shows as code/text. Anything i have missed? It works from themes, but not from this page. But i dont want to have it in my theme.

Please help.
I love Xoops!



198
hipoonios
Need RSS feeds to Tinycontent
  • 2008/7/4 14:37

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


Some of my users have requested this feature. Does anyone know how to hack tinycontent 1.5 to use Rss feeds?
I love Xoops!



199
hipoonios
Allow anonymous users to post comments with captcha?

Is there a hack for this?

I know this is planned in XOOPS 2.3.0. But i can't wait for that.
I love Xoops!



200
hipoonios
Re: Hack the "recent comment block"
  • 2008/1/20 16:13

  • hipoonios

  • Friend of XOOPS

  • Posts: 298

  • Since: 2005/9/24


Thanks! It works!

Next step is to learn how to do a custom template for this block. For now both blocks using system_block_comments.html.

I guess I can't use template overriding as I'm using XOOPS 2.2?
I love Xoops!




TopTop
« 1 ... 17 18 19 (20) 21 22 23 ... 25 »



Login

Who's Online

215 user(s) are online (126 user(s) are browsing Support Forums)


Members: 0


Guests: 215


more...

Donat-O-Meter

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

Latest GitHub Commits