131
CiberEspia
Re:post counter

I upload [overwrote] the 4 files and my problem -->fixedd



132
CiberEspia
Re:post counter

thanks you and congratulation for newBB2,it is excelent



133
CiberEspia
post counter

I have a problem witch my forum(newBB2 RC2).
the post counter does not work!

when a user to make a post does not count it!
www.adictoshp.org/modules/newbb



134
CiberEspia
Re:topics news in xoops.org

ok,thanks you!



135
CiberEspia
topics news in xoops.org

what modulo/block uses in xoops.org to show the news in topics???



136
CiberEspia
Re: block error newBB2

Thanks you!



137
CiberEspia
block error newBB2

I have a problem with a block of newBB2 (Recent Topics). the problem is when there are several pages in a Topic... has an error in the Link:
Resized Image

it can see the error in: www.adictoshp.org/index.php
Pd: I upgraded newBB1->NewBB2



138
CiberEspia
that module or hack is??

somebody can say to me that
utility has this module?

http://ryus.biz/modules/mydownloads/visit.php?cid=1&lid=4
thank you!



139
CiberEspia
Re: Random Images

use
<{php}> include("filename.php") <{/php}>



also this works:
I in my theme use a script logo_izquierdo.php:

<?php  

function rnd($min$max){//mt_rand wrapper, seeds automatically, once per page

    
global $rnd_seeded;

    if (
$rnd_seeded!=1){//seed if not seeded

        
$mtime=microtime();

        list(
$usec,$sec)=explode(" ",$mtime);

        
mt_srand($usec*$sec);

        
$rnd_seeded=1;

        }

    return 
mt_rand($min$max);

    }

    

$def_img_url="http://unruly.homeunix.net/images/misc/macos_x_ua.png";

    
//default image to redirect to if no images exist in random dir





//read folder 

$folder=opendir(".");



while (
$file readdir($folder)){

    
$ext=strtolower(substr(trim($file),-4));

    if (
$ext==".jpg"||$ext==".gif"||$ext=="jpeg"||$ext==".png")$imgs[]=$file;

}

closedir($folder); 



if (
is_array($imgs)){

    
header ("location: ".$imgs[rnd(0count($imgs)-1)]);

}else{

    
header ("location: $def_img_url");

}

?>

http://ciberespia.adictoshp.org/themes/ce6_/logo/logo_izquierdo.php
in my theme:
<img border="0" src="http://adictoshp.org/ciberespia/themes/ce6_/logo/logo_izquierdo.php" width="169" height="90">

Random Images upload in folder-> logo .
to see it work in www.ciberespia.com



140
CiberEspia
topics in news

where I can find this I modulate or block that shows the topics news like in:
http://tw.xoops.org




TopTop
« 1 ... 11 12 13 (14) 15 16 17 18 »



Login

Who's Online

241 user(s) are online (169 user(s) are browsing Support Forums)


Members: 0


Guests: 241


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