101
Mazar
Xoops VS Joomla
  • 2009/8/6 20:49

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


which CMS is better XOOPS or joomla and why? I myself like prefer XOOPS over joomla. I find XOOPS very easy and user friendly.



102
Mazar
Re: Cried when tested on IE6
  • 2009/8/6 18:02

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


IE6 doesnt understand css properly. today i encountered to a similar problem added a javascript marquee to one of my template file. and looked at it on firefox everything was looking great . when tried it on IE i could only see left column of the theme nothing else. after three hours of battling then i had to put my divs in table which solved the problem



103
Mazar
Re: Rant: When code doesn't want to play nice
  • 2009/8/6 17:46

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


4-5 hours normally



104
Mazar
Re: how can embed smarty loop inside a javascript array
  • 2009/8/3 6:58

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


This one printing line[1]=
line[1]=
it is not looping dont know why



105
Mazar
how can embed smarty loop inside a javascript array
  • 2009/8/1 10:59

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


var line=new Array()
<{foreach item=marq from=$marquee}>
<{counter start=1}>
line[<{counter}>]=<a href="<{$xoops_url}>/modules/news/news.php?id=<{$marq.id}>&mod=<{$marq.tablename}>"><{$marq.title}></a>

<{/foreach}>

I am trying to do something like this

I am actually embeding javascript marquee into my one template file.
i need the above script to print something like this inside javascrpt array

line[1] = tile of the item
line[2] = tile of the item
and so on

Thanks in advance



106
Mazar
Re: probelm with module templates
  • 2009/7/30 18:22

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


My functions and template files all are renamed accordingly to module names. Will fork them again. When i unistall and install them works fine. Only clashes after i update them. Confused.



107
Mazar
probelm with module templates
  • 2009/7/30 13:10

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


I developed a small module then i cloned it to many modules. i changed all the variables and corresponding language constants. now whenever i update one module it will insert some templates from other module all modules behaving like this. what can be the problem?

Please help



108
Mazar
Re: is there way to embed a dynamic marquee into xoops theme.html
  • 2009/7/29 20:00

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


can not i retrieve it like the XOOPS banner? if i assign array into a smarty variable. but not understanding how can do it on theme.html



109
Mazar
is there way to embed a dynamic marquee into xoops theme.html
  • 2009/7/29 10:35

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


I am trying to embed a dynamic marquee into XOOPS theme.html
but not quite sure how does it work
can anyone explain it to
i am returning a array of data from a module and want it to appear under navbar of theme.html
I dont want it inside any block.



110
Mazar
All of a sudden module pagination not working now
  • 2009/7/28 20:04

  • Mazar

  • Not too shy to talk

  • Posts: 191

  • Since: 2009/1/4 0


Fatal error: Call to a member function renderNav() on a non-object in C:\xampp\htdocs
here is the code
if(isset($_GET['recordstart'])) $recordstart intval($_GET['recordstart']); 
    include 
XOOPS_ROOT_PATH.'/class/pagenav.php';
    
$result $xoopsDB->queryF("SELECT * FROM ".$xoopsDB->prefix('columists')."");
    
$recordtotal mysql_num_rows($result);
    
$recordsperpage 2;
    if (!
$recordstart$recordstart 0;
    if (
$recordtotal$nav = new XoopsPageNav($recordtotal$recordsperpage$recordstart'recordstart''');
    echo 
$nav->renderNav(4);

What can be the problem in above code




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



Login

Who's Online

214 user(s) are online (149 user(s) are browsing Support Forums)


Members: 0


Guests: 214


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