272391
Herko
Re: YABB
  • 2004/2/14 16:47

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


Easy: XOOPS tables all have a prefix, so you can have multiple (xoops)installs in the same database, each functioning as it's own site. So, in this theory, you can install YABB, as long as it doesn't have the same table names as your XOOPS install (which would be strange, as all XOOPS tables have the prefix you said they should have). The database can hold a large number of tables, so that shouldn't be a problem.

Herko



272392
Herko
Re: MyDownloads RC1 and XOOPS 2.0.6
  • 2004/2/14 16:43

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


There is no new version of the nydownloads module released yet, so no, it's not been added to 2.0.6, nor is there a stable release of the improved module yet. I can't say when it will be made available, as I am working on getting the code from Catzwolf at the moment. When we have the code, it still needs to be reviewed and seen what needs fixing and changing, before we can release another Release Candidate.

Herko



272393
Mithrandir
Re: EMERGENCY: security hole of Agenda-X

Can make a little PHP page (assuming test.php):
<?php
echo $variable;
?>


and access it with this url: www.yoursite.com/test.php?variable=RegisterGlobalsOn

If you get "RegisterGlobalsOn" written on the screen, it is on



272394
svaha
Re: EMERGENCY: security hole of Agenda-X
  • 2004/2/14 16:38

  • svaha

  • Just can't stay away

  • Posts: 896

  • Since: 2003/8/2 2


Ok, I installed agendaX 2 Beta.
Where can I see if register_globals are of or on?



272395
marcan
Re: MyDownloads RC1 and XOOPS 2.0.6
  • 2004/2/14 16:32

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


I'm alowing myself to get back on the previous post. Does someone have ansers?

Thanks for any help !



272396
kahumbu
Re: I need a simpler download module
  • 2004/2/14 16:29

  • kahumbu

  • Documentation Writer

  • Posts: 277

  • Since: 2003/8/23


Removal of features is easier than you think, as compared to adding. For your needs, it might just involve commenting out (<!-- -->) some template elements for the download (mydownloads_download.html) and the submit form (mydownloads_submit.html). Just add HTML comment tags to those you do not want.

You can keep the interface on the Admin side since only admins can see it. This way you can still keep the original functionalities, but hidden from the user interface. You might just need them later on as your site grows. If that happens, you can just 'un-comment' those features from the templates.

Good luck!



272397
Kent
Re: Flash Sigs in Newbb?
  • 2004/2/14 16:23

  • Kent

  • Just popping in

  • Posts: 15

  • Since: 2002/4/19


You should be able to do it. Follow the information regarding the ["code"] hack for the forums. The information is in the same location as the conversion of the smiley images. I'm at work right now otherwise I'd tell you what file to look at and what line to jump to.




272398
Kent
Re: I need a simpler download module
  • 2004/2/14 16:15

  • Kent

  • Just popping in

  • Posts: 15

  • Since: 2002/4/19


This is what I would do. Put the file into a new directory on the server off of root... we'll call it something like /pdf/ or something equally as simple. Now, create a new download that links directly to your PDF newspaper (http://yourdomain/pdf/newspaper1.pdf). Copy the link of the download location for the PDF and publish it in the news. You're done.

What would be nice if there was a way to handle inbound files rather than softlinked files. I don't know of a module with that feature outside of the standard XOOPS core.




272399
Mithrandir
Re: Help with array please

There's a handy SMARTY function for generating select options.

<select name etc....>
<{
html_options values=$array selected=$value}>
</
select>

pass an array with value-name pairs ($array[1] => "something" will give <option value='1'>something</option>) and you should be all set.



272400
El_Jordo
I need a simpler download module
  • 2004/2/14 15:58

  • El_Jordo

  • Just popping in

  • Posts: 64

  • Since: 2003/4/23


I run a school newspaper website, and I'm looking to post a PDF version of the newspaper that people can download. However, I'm really turned off by the mydownloads module. I don't need ratings, categories, platform/version information, or comments.

Before I drive myself crazy hacking the mydownloads module to remove all the features I don't need, I thought I'd ask and see if anybody has other download modules they use/recommend. All I need is a way to keep track of how many times a PDF has been downloaded. Everything beyond that is unnecessary.

Thanks for the help!







Login

Who's Online

184 user(s) are online (85 user(s) are browsing Support Forums)


Members: 0


Guests: 184


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