293651
npetreley
Several requests!
  • 2002/12/17 20:49

  • npetreley

  • Just popping in

  • Posts: 15

  • Since: 2002/12/9


1. When you save a submitted article, I'd like it if the code returns you to the module/news/index.php?op=newarticle

Just change the redirect at the end of the save (in the case statement) to this:

redirect_header("index.php?op=newarticle",1,_AM_DBUPDATED);

That way you can continue to preview/approve articles (and if the next suggestion is adopted, move them around). There are probably other places where it would be better to have an operation return you to a more convenient admin location so you don't have to keep navigating the admin menus.

2. Ability to move article positions in the TOC (Table of Contents, or news module home page). I implemented a way to do this in my hacked version of Xoops, but if there's a better way, go for it!

3. Main menu that only shows options available to the group viewing the page. Again, if you like this idea, my hacked version of dynamenu does this (and includes the pretty icons, although some people justifiably don't like icons), so feel free to use that code or if there's a better way, ignore that code.

4. A top_news module that lists the X most recent stories in order of popularity. This avoids the problem of really old articles staying at the top of the counter list. I modified the news_top.php to do this, but I recently realized I could simply have created a new module and left the original code undisturbed. I'll do that and submit it in case anyone wants the same feature.

5. Pass an object to the theme handlers instead of variables. That way people can customize things to a greater extent without breaking existing themes. In other words, suppose you pass the object $article to themenews($article). Your standard themes would access the variables through $article->title, $article->morelink, etc. Now, if I decide to add $article->storyurl as a property, the old themes will simply ignore it and continue to work, but new themes can make use of the additional information. All the themes can coexist happily on the same site. (Yes, I know you can add parameters at the end of the list to get approximately the same behavior, but IMO that's a sloppier and more error-prone way to do it.)

6. Indeed, pass objects (or arrays) whenever possible to make backward compatibility easier at all levels.



293652
xoopldap
Re: hrac
  • 2002/12/17 3:46

  • xoopldap

  • Just popping in

  • Posts: 36

  • Since: 2002/11/29


I did know your hack before the ldap XOOPS release.
Sorry I made the project name as 'ldap xoops'.It means
'a LDAP case base at XOOPS', not official ldap support.
It isn't a hack.It use ldap as DB background not mysql.
I want to use it as a webmail system and CA center front.
So you can find a webmail module in demo.



293653
Boobtoob
Re: ldap xoops 0.7 release
  • 2002/12/16 13:23

  • Boobtoob

  • Friend of XOOPS

  • Posts: 202

  • Since: 2001/12/22


We haven't written any LDAP code for XOOPS 2.0. We just opened it up so the authentication can be modular making it easier to add an LDAP component.



293654
hrac
Re: ldap xoops 0.7 release
  • 2002/12/16 11:01

  • hrac

  • Quite a regular

  • Posts: 305

  • Since: 2002/7/15


Hi,

There was another LDAP code. A hack for RC 3.0.4 core code. Did you look that code or did you write from scratch?




293655
w4z004
Re: ldap xoops 0.7 release
  • 2002/12/16 10:02

  • w4z004

  • XOOPS Advisor

  • Posts: 340

  • Since: 2001/12/13


the demo site are not working nothing good :(

nut the concept is SPECTACULAR.



293656
xoopldap
ldap xoops 0.7 release
  • 2002/12/16 8:58

  • xoopldap

  • Just popping in

  • Posts: 36

  • Since: 2002/11/29


It isn't more changes before XOOPS 2.0(R4) release.

Description:
base XOOPS 1.0 RC 3.0.5
use LDAP as DB backend

Requirements:
OPENLDAP 1.2.x and higher(openldap 2.x not support yet)
PHP 4.2.x and higher(include 4.2.3)
a webserver (Apache 1.3.xx recommended)

Links:
You can get the release files here.

This is online demo
Please use uid 'admin' pass 'admin' to login.

This is an outlook view.Copy /paste this url in your IE
ldap://61.135.139.240:389/uid=1,ou=test.com,ou=users,ou=xoops,dc=test,dc=com??base?(objectClass=*)




293657
Jabbas
Re: Is XOOPS used for business applications?
  • 2002/12/16 2:42

  • Jabbas

  • Just popping in

  • Posts: 1

  • Since: 2002/10/21


I agree with the above statement ! XOOPS is adaptable to everyone's needs. I don't really see a limit to its possibilities.. if the developers keep at it, that is.. but things look rather ok in that department


massageatwork.be (in testfase)



293658
malexandria
Re: Is XOOPS used for business applications?

with Xoops, you can use it in most any environment (out of the box, or with a little custom code additions), it's only limited by your "imagination." You can check out my main primary site at http://www.eclipsemagazine.com



293659
truszek
Re: Is XOOPS used for business applications?
  • 2002/12/11 20:36

  • truszek

  • Just popping in

  • Posts: 15

  • Since: 2002/8/19


Quote:
I must say...that is the cleanest and yet most professional CMS theme I have ever seen.

Thx



293660
RicoCali
Re: Is XOOPS used for business applications?
  • 2002/12/11 20:31

  • RicoCali

  • Not too shy to talk

  • Posts: 120

  • Since: 2002/7/29


Quote:

truszek wrote:
Check this: PcProject


I must say...that is the cleanest and yet most professional CMS theme I have ever seen.







Login

Who's Online

586 user(s) are online (514 user(s) are browsing Support Forums)


Members: 0


Guests: 586


more...

Donat-O-Meter

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

Latest GitHub Commits