71
sikey
Xoops' greatest themes
  • 2005/6/12 13:02

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


Does anyone have some good examples of XOOPS themes that would for instance make it possible to achieve something likehttp://www.softpedia.com with xoops...

Or maybe there are some designers who think they could do something like this or has some examples?



72
sikey
Re:Random Mydownloads block needed
  • 2004/10/18 23:11

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


anyone?



73
sikey
Re:Random Mydownloads block needed
  • 2004/10/14 21:56

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


i'm trying to change the lykos randompartners block to do this... but it just isn't working... i don't know php and just tried to change everything as i thought was needed...

Here is what i have ->

function b_lykos_blocks_random_mydownloads_show(){
global $xoopsDB;
$myts =& MyTextSanitizer::getInstance();
$block = array();
$block['title'] = _MI_LYKOS_BLOCKS_B1_TITLE;
$result = $xoopsDB->query("SELECT lid, cid, title FROM ".$xoopsDB->prefix("mydownloads_downloads")." ORDER BY RAND()");

$block['content'] = "<div align=\"center\">";
while (list($lid,$title) = $xoopsDB->fetchRow($result)) {
$block['content'] .= "<a href='".XOOPS_URL."/modules/mydownloads/singlefile.php?lid=$num' target='_blank'>";
$block['content'] .= "$title">";
$block['content'] .= "</a><br />\n";
if ($options[0] == 1) {
$block['content'] .= "<br />\n";
}
break;
}
return $block;
}

?>


If anyone is able to help me... PLEEEEAAASE
thanks



74
sikey
Re:Random Mydownloads block needed
  • 2004/10/12 19:43

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


i just found the random part... but where do i find the block that this uses?... damn i wish i knew more about php so i could make this myself



75
sikey
Re:Random Mydownloads block needed
  • 2004/10/12 7:44

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


i have been testing it on the website, but i don't find a random block?...
anyways, i have posted a message on the board overthere... so let's see :)

thx!



76
sikey
Re:Random Mydownloads block needed
  • 2004/10/11 7:09

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


no one able to help me?
you'ld be a huge help



77
sikey
Random Mydownloads block needed
  • 2004/10/5 7:54

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


Anyone up to it?... name your price :)



78
sikey
Re: MySQL Gurus Required - The meaning of the xoops_session table?
  • 2004/9/30 13:30

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


i'm getting similar problems... my XOOPS database everyday has "Overhead" on different tables, which in turn i have to fix with phpmyadmin... it's strange cause i have tons of databases running different scripts, some handling more traffic than xoops, but it is the only one it happens to...



79
sikey
server -> no logfiles
  • 2004/9/30 13:27

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


I have an own server, and suddently one of my accounts (domains) stops making logfiles... Does any server-guru know what's wrong and how to fix it?

thanks :)



80
sikey
Re: Newbb posting error
  • 2004/9/27 17:35

  • sikey

  • Not too shy to talk

  • Posts: 151

  • Since: 2003/4/29


nothing ?




TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 14 »



Login

Who's Online

244 user(s) are online (150 user(s) are browsing Support Forums)


Members: 0


Guests: 244


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