21
Calipsy
Re: xoops-stats - xoops 2.2.1
  • 2005/8/8 23:44

  • Calipsy

  • Just popping in

  • Posts: 87

  • Since: 2003/4/30


yes, I am. But the header.php in x2.2 is like this now:

"$GLOBALS['xoopsLogger']->context = "core";

// Get blocks
$block_handler =& xoops_gethandler('block');
$block_handler->assignBlocks();

$GLOBALS['xTheme']->checkCache();

if (!isset($GLOBALS['xoopsOption']['template_main'])) {
// new themes using Smarty does not have old functions that are required in old modules, so include them now
include XOOPS_ROOT_PATH.'/include/old_theme_functions.php';
// need this also
$xoopsTheme['thename'] = $GLOBALS['xoopsConfig']['theme_set'];
}
$GLOBALS['xoopsLogger']->context = "module";
?>"

So I don't know where to add the code for stats
Enjoy your day!
Cyber-Minds.Network......



22
Calipsy
xoops-stats - xoops 2.2.1
  • 2005/8/8 22:15

  • Calipsy

  • Just popping in

  • Posts: 87

  • Since: 2003/4/30


Hello, I am trying to install the xoops-stats 0.45, but how to add the bellow code to XOOPS 2.2.1?


Add the following to your header.php file located in the root of XOOPS

// for stats by XOOPS@IBDeeming!
include_once XOOPS_ROOT_PATH.'/modules/statistics/include/hitcounter.php';

at the top of the file header.php under the line

include_once XOOPS_ROOT_PATH.'/class/xoopsblock.php';
Enjoy your day!
Cyber-Minds.Network......



23
Calipsy
Upgrade Xoops
  • 2005/7/24 21:16

  • Calipsy

  • Just popping in

  • Posts: 87

  • Since: 2003/4/30


I have XOOPS 2.0.10 beta; how to upgrade to latest xoops? Do I have to upload every version following 2.0.10 or just get the latest?
Thanks
Enjoy your day!
Cyber-Minds.Network......



24
Calipsy
Re: wordpress comments hole.
  • 2005/4/11 18:46

  • Calipsy

  • Just popping in

  • Posts: 87

  • Since: 2003/4/30


OK. I just received the email from nobunobu (wordpress Owner) and he gave a link to download a pluging for this problem.
It is called WP-Blacklist plugin.

WP-Blacklist plugin:http://www.kowa.org/modules/pukiwiki/342.html?easiestml_lang=en



25
Calipsy
Re: wordpress comments hole.
  • 2005/4/11 1:07

  • Calipsy

  • Just popping in

  • Posts: 87

  • Since: 2003/4/30


Yes... we need to get hold of the wordpress module' owner.
I just sent an email to the admin of www.kowa.org. Let's see if he can give us a hand here.



26
Calipsy
wordpress comments hole.
  • 2005/3/29 21:13

  • Calipsy

  • Just popping in

  • Posts: 87

  • Since: 2003/4/30


Hello!

I am having a hundreds of posting and trackbacks on wordpress comments from cassinos and stuff hackers. I guess that this is a hole on wordpress. Is there a way to prevent those online cassinos to post in wordpress comments?



27
Calipsy
Re: Wordpress posts paged
  • 2005/3/12 4:10

  • Calipsy

  • Just popping in

  • Posts: 87

  • Since: 2003/4/30


That's great. I did the changes and now I have my posts paged.

Thanks Devilswolf for sharing that!
That's the spirit!



28
Calipsy
RSSFit plugins
  • 2005/3/11 15:24

  • Calipsy

  • Just popping in

  • Posts: 87

  • Since: 2003/4/30


Does anybody has plugins for Rssfit 1.03 that are willing to share?
I need a plugin for the following modules:

- wordpress
- weblinks
- wf-sections
- wordbook
- comments

Thanks



29
Calipsy
Re: table on blocks
  • 2005/3/10 9:41

  • Calipsy

  • Just popping in

  • Posts: 87

  • Since: 2003/4/30


Hi tjnemez

Thanks for answer me.

I copied and pasted your fix and it is wrapping only the first new link and putting it in the end of the block. We are almost there.

What Could I do next?



30
Calipsy
table on blocks
  • 2005/3/10 8:57

  • Calipsy

  • Just popping in

  • Posts: 87

  • Since: 2003/4/30


I am trying to put a table around this block weblinks_block_new.html, but I just cannot do it. Does not matter what I do, the table falls on the end of block.

Could you please give me a hand here? I am a XOOPS end-user.

<table cellspacing="1" class="outer">
<ul>

<{foreach item=link from=$block.links}>

<tr class="<{cycle values="even,odd"}>" valign="middle">

<li>

<{if $link.show_banner == 1}>
<a href="<{$block.module_url}>/singlelink.php?lid=<{$link.id}>">

<{if $link.width > 0 }>
<img src="<{$link.banner}>" width="<{$link.width}>" border="0" alt="banner" />
<{else}>
<img src="<{$link.banner}>" border="0" alt="banner" />
<{/if}>

</a>
<{/if}>

<a href="<{$block.module_url}>/singlelink.php?lid=<{$link.id}>"><{$link.title}></a> (<{$link.date}>)

<{if $link.show_new == 1}>
<img src="<{$block.module_url}>/images/new.gif" border="0" alt="new" />
<{/if}>

<{if $link.show_update == 1}>
<img src="<{$block.module_url}>/images/update.gif" border="0" alt="update" />
<{/if}>

<{if $link.show_pop == 1}>
<img src="<{$block.module_url}>/images/pop.gif" border="0" alt="popular" />
<{/if}>

</li>
</tr>
<{/foreach}>

</ul>
</table>




TopTop
« 1 2 (3) 4 5 6 7 »



Login

Who's Online

243 user(s) are online (158 user(s) are browsing Support Forums)


Members: 0


Guests: 243


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