289981
Herko
Re: help me to install
  • 2003/10/18 21:27

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


Have you read the readme file? What you do now is go to the XOOPS site root dir in your browser and that'll start the installation procedure. Follow the instructions there
Easy peasy!
Herko



289982
snow77
Re: Scrolling Headlines
  • 2003/10/18 21:17

  • snow77

  • Just can't stay away

  • Posts: 864

  • Since: 2003/7/23


There is a module called INC Blocks, it has a couple of scrolling blocks but not of headlines, what you can do, which I have read before here in the forums is to check out the code of these blocks and add it to headlines.
Check the link of some suggestions I got from Tom here:

https://xoops.org/modules/newbb/viewtopic.php?topic_id=12389&forum=4#forumpost49520



289983
dnnnd
help me to install
  • 2003/10/18 21:13

  • dnnnd

  • Just popping in

  • Posts: 2

  • Since: 2003/10/18


i have upload all the files to domaindlx.. and i didn`t edit anything.. what i have to do now???



289984
Ilija
Please, don`t mix HTML and PHP!!! (simple MyDownloads hack)
  • 2003/10/18 20:58

  • Ilija

  • Just popping in

  • Posts: 23

  • Since: 2003/9/9 1


I downloaded MyDownloads and installed it. Then I started to edit templates.

I don`t like subcats displayed as one line with , between it. I like them in list. But I needed to hack MyDownloads because developers generetated all links in PHP code.

If you use smarty then use it as it should be used!!! NEVER mix PHP and HTML code!!!

Hack:

index.php (line 40). replace while block:

$down_cats = array();
$counter 0;
while(
$myrow $xoopsDB->fetchArray($result)):
  {
    if (
$myrow['imgurl'] && $myrow['imgurl'] != "http://" && $myrow['imgurl'] != "blank.gif"):
      { 
$imgurl XOOPS_URL."/".$xoopsModuleConfig['catimage']."/".$myts->makeTboxData4Show($myrow['imgurl']); }
    else:
      { 
$imgurl ''; }
    endif;
  
    
$down_cats[$counter]['cat_id'] = $myrow['cid'];
    
$down_cats[$counter]['title'] = $myts->makeTboxData4Show($myrow['title']);
    
$down_cats[$counter]['image'] = $imgurl;
    
$down_cats[$counter]['total'] = getTotalItems($myrow['cid'], 1);

    
// get child category objects
    
$arr = array();
    
$arr $mytree->getFirstChild($myrow['cid'], "title");
    
$chcount 0;
    
$subcategories = array();

    foreach(
$arr as $ele)
      {
        
$chtitle=$myts->makeTboxData4Show($ele['title']);
        
$subcategories[$chcount]['cat_id'] = $ele['cid'];
        
$subcategories[$chcount]['cat_title'] = $chtitle;
        
$chcount++;
      }
    
$down_cats[$counter]['subs'] = $subcategories;
    
    
$counter++;
  }
endwhile;
$xoopsTpl->assign('down_cats'$down_cats);


mydownload_index.html template file. Replace foreach block with this code:

<{section name=cats loop=$down_cats}>
  <
tr class="<{cycle values="evenodd"}>">
    <
td width="40%" style="vertical-align: middle" align="center">
    <{if 
$down_cats[cats].image <> ''}>
      <
img src="<{$down_cats[cats].image}>" alt="<{$down_cats[cats].title}>" /><br />
    <{/if}>
      <
a href="<{$xoops_url}>/modules/mydownloads/viewcat.php?cid=<{$down_cats[cats].cat_id}>"><{$down_cats[cats].title}></a> (<{$down_cats[cats].total}>)
    </
td>
    <
td width="60%">
      <
br /><ul>
      <{
section name=subs loop=$down_cats[cats].subs}>
        <
li>
          <
a href="<{$xoops_url}>/modules/mydownloads/viewcat.php?cid=<{$down_cats[cats].subs[subs].cat_id}>"><{$down_cats[cats].subs[subs].cat_title}></a>
        </
li>
      <{/
section}>
      </
ul>
    </
td>
  </
tr>
<{/
section}>


Also, there is error (as I see it it is error d:) ) with download links (mix images and download title but I want them separated). I`ll hack it soon...

Over and out!



289985
Mithrandir
Re: Multiselect in preferences - how do I?

Nobody's been using those before?

Anyone able to build on top of Kazu's explanation? It would really rock to have multi-selects in my preferences.



289986
ceca69
Re: XOOPS 2.0.5 => News module
  • 2003/10/18 20:19

  • ceca69

  • Just popping in

  • Posts: 8

  • Since: 2003/9/29


I solved the problem!!!!
I had this problem only with the webserver Xitami...
So, now on I will work with Apache2...

There is anyone that use Xitami !?

Cheers
Ceca



289987
ceca69
Re: XOOPS 2.0.5 News 1.1 module problem
  • 2003/10/18 20:16

  • ceca69

  • Just popping in

  • Posts: 8

  • Since: 2003/9/29


I had this problem only with the webserver Xitami...
So, now on I will work with Apache...

There is anyone that use Xitami !?

Cheers
Ceca



289988
Shelia
Re: Help, my News has disappeared!
  • 2003/10/18 20:10

  • Shelia

  • Not too shy to talk

  • Posts: 140

  • Since: 2003/6/22


I do have a backup.

The table is still there but it only has one entry in it(my initial one). I am just trying to figure this out before posting more entries.



289989
pauleley
WebRing script help
  • 2003/10/18 20:07

  • pauleley

  • Just popping in

  • Posts: 13

  • Since: 2002/10/10


I am trying to ad a webring script to my site but am not shore where to to put it.
Any Help Please



289990
Anonymous
Re: Help, my News has disappeared!
  • 2003/10/18 20:04

  • Anonymous

  • Posts: 0

  • Since:


Never mind

Did you use phpmyadmin? Does it show any error or just an empty Table? Is this the only Table, which has disappear?

Well it seems your database has an Error, if you have an Backup restore the Table an it should be ok. If not ask you Provider, maybe he has an Backup and sk him why the Table has disappear.

Greetz Predator







Login

Who's Online

163 user(s) are online (79 user(s) are browsing Support Forums)


Members: 0


Guests: 163


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