11
Anonymous
Re: Article 2.0RC for Xoops 2.3x Testing Reviews
  • 2008/11/4 16:16

  • Anonymous

  • Posts: 0

  • Since:


Quote:
GreenFlatDog wrote:

I will take that as a yes!


Seriously, the devs do notice (even if they don't reply!).

12
GreenFlatDog
Re: Article 2.0RC for Xoops 2.3x Testing Reviews

Quote:
Seriously, the devs do notice (even if they don't reply!).

Thanks for the encouragement. I'll try and keep reporting. Article 2.0 seems to have much potential.
GFD

13
sailjapan
Re: Article 2.0RC for Xoops 2.3x Testing Reviews

Well, I've been playing with the module for a few days, and I am, to be honest, failing to get the hang of it. I'm not sure that I like the way the front end displays 'out of the box', in as much as when you click on a top level category, the contents are displayed in the following order:
Category name and description:
Articles in Category:
Sub Categories:

It'd make more sense to me to have the articles listed below the sub categories... This doesn't seem editable through the preferences. Maybe it's hackable, and maybe it's just my way of looking at it.

The number of controlpanels is overwhelming. Maybe it's just the variety of places where the same options are offered. I can't tell.

The admin>modules>article>preferences area seems to imply that forums should be linkable to articles for discussions. Can't make that work.

In the same area of admin, the Theme sets don't seem to be editable, or at least I don't know where to find them.

Also, I've succeeded in producing various errors, namely:
1.
Fatal errorCall to a member function getVar() on a non-object in /home/xxxxx/public_html/modules/article/view.article.php on line 63

When I click on the top level but empty category (which has sub categories with content articles in them).

2.
WarningInsert Failed theobject 'Article' is not dirty in file /class/model/write.php line 180

Not sure what I did here...

3.
NoticeUndefined propertyXcategory::$table in file /modules/article/include/functions.parse.php(108) : eval()'d code line 150

When I try to delete a category. Category remains undeleted.

4.
Parse errorsyntax errorunexpected T_STRING in /home/xxxxx/public_html/modules/article/cp.trackback.php on line 56

when clicking on the 'Trackback' tab in the admin>article>index area.

I'm hopeful that this module can reach the standards necessary for a public release. It's not there yet.
Never let a man who does not believe something can be done, talk to a man that is doing it.

14
DarinAllan
Re: Article 2.0RC for Xoops 2.3x Testing Reviews

I don't seem to be having any problems with article 2.0 RC, I uploaded the files over article 1.0 though, I am not saying it's perfect or that it's not confusing at times, though I have been using article 1.0 for a long time now, so I know my way around it I guess.

It's very configurable, I know that much lol.

Article 2.0 on one of my 2.3 sites

I have a few personal hardware reviews to write this week, well if I actually get the items. I will check out some of the things you guys have mentioned when I do.

Cheers....;o)

15
DarinAllan
Re: Article 2.0RC for Xoops 2.3x Testing Reviews

Ok I can't delete a Category no matter what I do.

I can create a new category, but still can't delete it ;o(

16
chardiar
Re: Article 2.0RC for Xoops 2.3x Testing Reviews
  • 2008/11/9 13:09

  • chardiar

  • Just popping in

  • Posts: 91

  • Since: 2004/8/16


Hi friends,

I have these problems with Article:

1. The RSS, RDF, ATOM, OPML links do not work, as on clicking any of them there is a page blank in index page and Categories.

... modules/article/xml.php/rss in index page

... modules/article/xml.php/rss/c34 for example in one category



New installation.
Article module 1.00 update to Article 2.0RC
XOOPS 2.3.0 Alpha 3
PHP Version - 5.1.6
MySQL Version - 5.0.22
Server API Version - apache2handler
OS Version - Linux


For example on debug mode
... modules/article/xml.php/rss
it show this:

Internet Explorer

No se puede mostrar la página XML
No se puede ver la entrada XML con la hoja de estilo . Corrija el error y haga clic en el botón Actualizar, o inténtelo de nuevo más tarde.


--------------------------------------------------------------------------------

No es válido en el nivel superior del documento. Error al procesar el recurso ... modules/ar...

This page cannot be displayed due to an internal error.<br/><br/>You can provide the following information to th...


Firefox

Error de lectura XML: no se encuentra elemento
Ubicación: ... /modules/article/xml.php/rss
Número de línea 1, columna 1:


The control panel show this:

SET NAMES 'utf8'
SELECT * FROM xxx_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT sess_data, sess_ip FROM xxx_session WHERE sess_id = 'xxxxxxx'
SELECT * FROM xxx_users WHERE uid=xxx
SELECT * FROM xxx_modules WHERE dirname = 'system'
DELETE FROM xxx_protector_access WHERE expire < UNIX_TIMESTAMP()
SELECT COUNT(*) FROM xxx_protector_access WHERE ip='xxxxxxxxx' AND request_uri='... modules/system/admin.php?fct=preferences&op=show&confcat_id=xxx'
SELECT COUNT(*) FROM xxx_protector_access WHERE ip='xxxxxxxxxx'
INSERT INTO xxx_protector_access SET ip='xxxxxxxxxx',request_uri='... modules/system/admin.php?fct=preferences&op=show&confcat_id=xxx',expire=UNIX_TIMESTAMP()+'xxxxx'
SELECT * FROM xxx_configcategory WHERE confcat_id=x
SELECT * FROM xxx_config WHERE (conf_modid = '0' AND conf_catid = '1') ORDER BY conf_order ASC
SELECT * FROM xxx_modules WHERE (hasmain = '1' AND isactive = '1') ORDER BY weight ASC, mid ASC
SELECT * FROM xxx_modules WHERE dirname = 'thadmin'
SELECT * FROM xxx_tplset
SELECT * FROM xxx_configoption WHERE conf_id = '13' ORDER BY confop_id ASC
SELECT * FROM xxx_groups WHERE groupid != '3'
SELECT * FROM xxx_configoption WHERE conf_id = '32' ORDER BY confop_id ASC
SELECT * FROM xxx_configoption WHERE conf_id = '33' ORDER BY confop_id ASC
SELECT * FROM xxx_smiles
SELECT * FROM xxx_modules WHERE hasmain = '1' ORDER BY weight ASC, mid ASC
SELECT * FROM xxx_group_permission WHERE (gperm_name = 'module_admin' AND gperm_modid = '1' AND (gperm_groupid = '1' OR gperm_groupid = '2'))


2. Notification Options only works "Global".


3. I can´t see Article spotlight in Article administration.



Any idea?, thanks in advance


17
DarinAllan
Re: Article 2.0RC for Xoops 2.3x Testing Reviews

Quote:

sailjapan wrote:

3.
NoticeUndefined propertyXcategory::$table in file /modules/article/include/functions.parse.php(108) : eval()'d code line 150

When I try to delete a category. Category remains undeleted.



I get this error when I try to delete a Category as well

18
sailjapan
Re: Article 2.0RC for Xoops 2.3x Testing Reviews

Does anyone use the 'Topics' in Article 2.0RC?
I can't see the need for them seeing as how you can make sub-categories...
Can anyone enlighten me as to how they could be useful?
Never let a man who does not believe something can be done, talk to a man that is doing it.

19
skenow
Re: Article 2.0RC for Xoops 2.3x Testing Reviews
  • 2008/11/22 14:05

  • skenow

  • Home away from home

  • Posts: 993

  • Since: 2004/11/17


I see Topics as a way to create a 'series' - several articles about the same topic that get posted between other articles and may not be easy to group otherwise

20
Worlda
Re: Article 2.0RC for Xoops 2.3x Testing Reviews
  • 2009/1/9 6:39

  • Worlda

  • Just popping in

  • Posts: 8

  • Since: 2008/12/24


Where can I find Article 2.0, please?

Login

Who's Online

155 user(s) are online (97 user(s) are browsing Support Forums)


Members: 0


Guests: 155


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits