http://www.xoops.org/
Main Menu
Latest Articles
Popular Articles
   All Posts (AndyM)


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


Re: Large articles
Webmaster
Joined:
2003/11/7 20:56
Group:
Webmasters
Registered Users
Posts: 137
Level : 10; EXP : 75
HP : 0 / 243
MP : 45 / 15464
Offline
There is no (intentional!) limit built into Articles, so it should not fail to display large articles.

Is there any chance you could e-mail me the document so I can try it myself? If you can, please Zip it up and send it to andy{AT}sirium{DOT}net.


Posted on: 2004/11/29 22:38
Transfer the post to other applications Transfer


Re: suggestions
Webmaster
Joined:
2003/11/7 20:56
Group:
Webmasters
Registered Users
Posts: 137
Level : 10; EXP : 75
HP : 0 / 243
MP : 45 / 15464
Offline
Quote:

rickh wrote:
thanks for your response Do you maybe have any idea when a next release of this module is planned?


To be honest, there's no development roadmap - it just gets done when it gets done, so unfortunately, I can't really give any clues as to when it'll be released.

I will, as usual, announce its release on xoops.org and on this site.

Posted on: 2004/10/30 21:46
Transfer the post to other applications Transfer


Re: suggestions
Webmaster
Joined:
2003/11/7 20:56
Group:
Webmasters
Registered Users
Posts: 137
Level : 10; EXP : 75
HP : 0 / 243
MP : 45 / 15464
Offline
Quote:
Hi, I really like this module


Thanks

Quote:
- allow users to add articles (submenu, like the news module)


I'm in the process of adding this now...

Quote:
- split articles overview page in more parts when a lot of articles are in a category


This will be added in a future version - I'm just not sure exactly how I will implement it at present.

Quote:
- file uploads (i.e. adding a word document attachment with an article)


Image uploads should already be possible with XOOPS built in image manager, but I hadn't really thought of general file uploads. I shall look into it.

Quote:
- sub categories


Yup, another on the "ToDo" list...

- notification per category

And this one too

TTFN

Posted on: 2004/10/27 23:15
Transfer the post to other applications Transfer


Re: Show index reads and another ideas...
Webmaster
Joined:
2003/11/7 20:56
Group:
Webmasters
Registered Users
Posts: 137
Level : 10; EXP : 75
HP : 0 / 243
MP : 45 / 15464
Offline
Quote:
I've just tested your articles module v0.17.


Thanks

Quote:
I noticed that when you put "Show index reads" option to "No", in the main index, the 2nd colonne should be not visible but the number of view disappear (ok) but not the colonne.


It's one of those things that's on my "mental" to-do list...

Quote:
Do you think that you will implement spaw editor


To be honest I've never tried it, so I can't say say right now.

Quote:
and fontionalities for writters (different users, not admin user, so possibility for groups to writte articles, but not in the admin area) ?


This is also planned for a future version.

Quote:
Is it possible to add icone or image for categorie in admin area and visible in index page?


Hmm, I was planning on doing this for the article listings, but not the categories - I suppose I could make it an option.

Quote:
Sub-categorie creation ?


Also on the "to do" list :)

TTFN

Posted on: 2004/8/16 22:53
Transfer the post to other applications Transfer


Re: Reply Subject incorrect
Webmaster
Joined:
2003/11/7 20:56
Group:
Webmasters
Registered Users
Posts: 137
Level : 10; EXP : 75
HP : 0 / 243
MP : 45 / 15464
Offline
I believe I see what is happening here, it's to do with one of the "plugin" files for xoop's comment system (the documentation for it said it was just a case of copying it and failed to mention it needed editing!).

I'll implement a fix for this in the next release.

Posted on: 2004/5/30 18:07
Transfer the post to other applications Transfer


Re: How can i clone aticles modules
Webmaster
Joined:
2003/11/7 20:56
Group:
Webmasters
Registered Users
Posts: 137
Level : 10; EXP : 75
HP : 0 / 243
MP : 45 / 15464
Offline
As this was my first Xoops module, cloning was something that was not taken into consideration. So, while it is certainly possible, it will involve some hassle.

To start, the articles directory will have to be given a different name (make sure it's all lower case letters), then in the "xoops_version.php" file, the
"$modversion['dirname'] = 'articles';" setting will have to be changed to refelct the new directory name.

Next, the names of the tables for the database has to be changed; further down in this file, change:


// Tables created by sql file (without prefix!)
$modversion['tables'][0] = "articles_cat";
$modversion['tables'][1] = "articles_main";
$modversion['tables'][2] = "articles_rating";
$modversion['tables'][3] = "articles_prefs";


Perhaps adding a "2", e.g., articles_cat becomes "articles_cat2", etc. These changes also have to be reflected in the SQL file - sql/mysql.sql. The first line for each table contains "CREATE TABLE", then the table name, e.g. "CREATE TABLE `articles_cat`".

The rest is mostly a matter of changing the module's directory name in URLs as required in the rest of the files. The best way would be to open all the files in your favourite text editor and use its Search & Replace function.

I will be making it easier to clone Articles in the future...

Posted on: 2004/5/22 13:38
Transfer the post to other applications Transfer


Re: Changed XOOPS theme, now all articles are messed up.
Webmaster
Joined:
2003/11/7 20:56
Group:
Webmasters
Registered Users
Posts: 137
Level : 10; EXP : 75
HP : 0 / 243
MP : 45 / 15464
Offline
There is an option in "general preferences" where the background colour for articles can be changed.

This can either be entered as a supported colour name, such as "white" or "black", or by using a HTML hex code such as "#ffffff" (white).

Posted on: 2004/5/9 16:35
Transfer the post to other applications Transfer


Re: Articles 0.12 email problem
Webmaster
Joined:
2003/11/7 20:56
Group:
Webmasters
Registered Users
Posts: 137
Level : 10; EXP : 75
HP : 0 / 243
MP : 45 / 15464
Offline
Oops, looks like I made bit of a booboo...

I had commented out a line of code for testing purposes but never changed it back. As a temporary fix, uncomment line 196 (remove the "#") in articles/email.php and it should then work.

Sorry about that.


Posted on: 2004/4/29 20:13
Transfer the post to other applications Transfer


Re: User Submital form?
Webmaster
Joined:
2003/11/7 20:56
Group:
Webmasters
Registered Users
Posts: 137
Level : 10; EXP : 75
HP : 0 / 243
MP : 45 / 15464
Offline
Not yet, but I will add the ability in a future version.

Posted on: 2004/4/22 12:50
Transfer the post to other applications Transfer


Re: Complete the language support
Webmaster
Joined:
2003/11/7 20:56
Group:
Webmasters
Registered Users
Posts: 137
Level : 10; EXP : 75
HP : 0 / 243
MP : 45 / 15464
Offline
Oops, I never even thought of adding language constants for the drop down lists!

Anyway, I've just done them, so they'll be there in the next release.

Thanks

Posted on: 2004/2/28 20:18
Transfer the post to other applications Transfer



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




Login
Username:

Password:

Remember me



Lost Password?

Register now!
Donate!
Please consider donating to help continued development of my XOOPs modules. Read more here.

Search
Advertisements
Copyright © 2001-2009 sirium.net