290191
Anonymous
No "Total Number of file Listings" in MyDownloads RC1
  • 2003/10/16 19:33

  • Anonymous

  • Posts: 0

  • Since:


I noticed that the "Total Number of file Listings" isn't displayed in MyDownloads RC1 with XOOPS 2.0.5. Is this a bug? How can I fix this?



290192
hsalazar
Re: little help?
  • 2003/10/16 19:33

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


Hunter:

There's nothing wrong with your site, for the moment. The notices you see are normal for a new installation of XOOPS. Now you need to begin configuring your system.

I'd recommend you to log in and begin playing with the options available. Once you log in, you'll have a single button in the admin section, but that is a powerful button; the system module. Play with its options and you'll soon be doing sites like this...

As head of the documentation team, I'm preparing drafts for the tables of content for several documents we'll begin preparing both for newbies and for regular users. there's a lot happening for the moment behind the curtain, but quite soon the road ahead will be much clearer.

Cheers.



290193
joelg
Re: Unbelievable!! How do I enter content???
  • 2003/10/16 19:30

  • joelg

  • Just popping in

  • Posts: 22

  • Since: 2003/10/14


Thankyou, it is very helpful. I much appreciate having a helping hand to show me around getting started with Xoops.

The reason I find XOOPS very attractive is the powerful user management. This is critical for my site and nobody else in this PHP/MySQL Open Source world seems to do it. In fact when I look at other forums discussions about this they all seem to say "we should do it like Xoops".

So this is what I'm looking for in terms of my requirements:
1) Be able to set up categories of articles
2) Attach a group to each category so that only members of the appropriate group can create/edit/etc articles in that category.
3) Have anonymous users able to see the articles

Then I have requirements in terms of inputting content:
1) Articles unrestricted in length
2) With page breaks
3) Print and e-mail buttons provided automatically
4) Input in English, German, or Russian (critical)
5) oh yes - and be able to display PDF files in-page

Then for reading content, I'ld like either to be able to mix languages on the page, or else to be able to separate everything by language.

If tom - or anybody else - has an opinion on the best option for doing all this, then I would be very grateful.

Thanx to all, Joel



290194
costi
Re: How do you develop your modules?
  • 2003/10/16 19:28

  • costi

  • Just popping in

  • Posts: 15

  • Since: 2003/9/12


Quote:
If you can't wait for it, you can get the fixed file (it's resource.db.php) from the CVS repository


Off course I need it now. I got module development to do, man! Thanks, it works now. Magic!



290195
8chrnick
Re: I stop on this stage installation ...click next then blank screen
  • 2003/10/16 19:20

  • 8chrnick

  • Just popping in

  • Posts: 2

  • Since: 2003/10/16


I investigated a bit about this prob, i have the same, i switch error_reporting(E_ALL) and still there was no error message displayed, then i saw a comment line in install/index.php with the same var. I uncommented it and still no error message... Im sure the prob is when the dbmanager call a connection to mysql, i gave the root password to XOOPS in dispair to get thing work... Maybe if i can manage to see the error message when the dbmanager try to connect ill be able to figure why the error occur while trying to connect, but from now on I cant figure out how to display error message from XOOPS installation, i checked the trouble shooting section but still has i mentioned in this message it wont show any error message, and my apache is not blocking them because if i put jerk in the code i get error from php...



290196
skalpa
Re: How do you develop your modules?
  • 2003/10/16 19:14

  • skalpa

  • Quite a regular

  • Posts: 300

  • Since: 2003/4/16


There's an option to do this, although it doesn't work in any released version

However, it has been fixed in CVS so it will be ok for next one.
If you can't wait for it, you can get the fixed file (it's resource.db.php) from the CVS repository and copy it manually over the actual one (be careful however: I'm sure you can use it and that it will work with a 2.0.5 kernel, but can't say anything about previous versions).

Once installed: disable theme/tpl caching in System admin / preferences (it's the option called update templates from...).
Then, if you're using the "default" theme, XOOPS will check for an updated version of your templates in /modules/yourmod/templates/ .
Or if you're using a theme called, i.e "mytheme", it will look in /themes/mytheme/templates/yourmod/ .

IMHO: For dev purposes, use the default theme. Otherwise each time you update your module it will recompile the files in the /modules/.... directory, even if you have updated them in /themes/.... , so it's still a bit boring.

Skalpa.>



290197
gruessle
Re: {$block.recommendlink}>
  • 2003/10/16 19:13

  • gruessle

  • Friend of XOOPS

  • Posts: 348

  • Since: 2003/9/20


That would be good.



290198
costi
Re: How do you develop your modules?
  • 2003/10/16 19:11

  • costi

  • Just popping in

  • Posts: 15

  • Since: 2003/9/12


Quote:
I did see a note under the 2.0.4 or 2.0.5 release that said that the system->general preferences "Update module template .html files from themes/your theme/templates directory?"" now worked. If you look at the XOOPS table tplfile you will see a field called "tpl_lastmodified" which looks like a timestamp.


I have that specific option turned on. I did a grep on XOOPS files and found
grep -Rl tpl_lastmodified trubadur.usr.ro/
trubadur.usr.ro/class/smarty/plugins/resource.db.php
trubadur
.usr.ro/kernel/tplfile.php
trubadur
.usr.ro/modules/system/admin/modulesadmin/main.php
trubadur
.usr.ro/modules/system/admin/modulesadmin/modulesadmin.php
trubadur
.usr.ro/modules/system/admin/tplsets/main.php
trubadur
.usr.ro/modules/system/admin/tplsets/tplform.php


I tracked down the error to the file class/smarty/plugins/resource.db.php, line 42:
if ($filepath != "" && file_exists($filepath)) {


I've put the usual "die debug messages" and before the line with "if..." die($filepath) echoes something like this:
/home/costi/trubadur.usr.ro/themes//templates/system/blocks/system_block_user.html

You see that are two slashes, and file_exists() test fails. I have a XOOPS 2.03 upgraded consecutively (is that an english word?) to 2.04 and 2.05.



290199
Hunter
little help?
  • 2003/10/16 19:06

  • Hunter

  • Just popping in

  • Posts: 3

  • Since: 2003/10/16


ok so im completly new to this CMS and need a little help.

i turned the PHP Debug mode on my site:

http://www.languide.co.uk


can anyone help me out fixing these? also i am wanting to know how to get the home page looking like this sites.

thanks



290200
CiberEspia
error mydownloads RC1

I have installed mydownloads RC1 and works well for admin, but when a registered user tries to send a file I obtain the following error:
Quote:
Error Code: 1017
ERROR: Please enter value for Home Page.

but if complete the field of the URL, works correctly? is necessary field URL?







Login

Who's Online

137 user(s) are online (75 user(s) are browsing Support Forums)


Members: 0


Guests: 137


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