254691
MisterB
Re: Registration/Membership Management Question
  • 2004/5/27 20:12

  • MisterB

  • Just popping in

  • Posts: 13

  • Since: 2004/5/24


Dear All

In an earlier message I asked:
Quote:

3. Is there a module that can be used for easily maintaining a members address list (name, contact details etc). Ideally, this would be based on an adapted "register" page to avoid having to enter details more than once. Alternatively, what files other than register.php would have to me changed so that register page could include address, postcode etc and these feed through into the database? Inside XOOPs and looking at the Members list, it may be possible to change ICQ, AIM, YIM etc for other headings?


Fritz kindly responded with some ideas and you will note from my edit, the "Click here to register" problem is now solved.

On point 3, I tried editing the Addresses 1.7 module and did reasonably well, but asked whether it would be possible to use this as the registration. rabideau commented this would probably take some programming.

Not being a programmer, I have come up with a half-way house based on my original message that serves my needs.

I have edited the files serving the user pages. Rather than going through and recoding, I have tried to keep it simple by changing the use of existing fields (ICQ, AIM etc) which were beyond the needs on my site. I have amended the following:

1. In ../language/english/user.php change

define('_US_ICQ','Organisation');
define('_US_AIM','Department');
define('_US_YIM','Address');
define('_US_MSNM','City');
define('_US_LOCATION','County');
define('_US_OCCUPATION','Post Code');
define('_US_INTEREST','Phone');

2. In .. /modules/system/language/english/admin
users.php
findusers.php

change
define("_AM_ICQ","Organisation");
define("_AM_AIM","Department");
define("_AM_YIM","Address");
define("_AM_MSNM","City");
define("_AM_LOCATION","County");
define("_AM_OCCUPATION","Postcode");
define("_AM_INTEREST","Phone");

3. In ../user.php

define('_US_ICQ','Organisation');
define('_US_AIM','Department');
define('_US_YIM','Address');
define('_US_MSNM','City');
define('_US_LOCATION','County');
define('_US_OCCUPATION','Post Code');
define('_US_INTEREST','Phone');

4. in ../edituser.php

Find
if ($op == 'editprofile') {

About 23 lines after this, a line begins $icq_text
From (and including) that line, change the first and second number in brackets to increase the size of the text box appearing for users (I have used 40, 100 as default for all).

5. In MySQL, in xoops_users edit the field size to 100 (or whatever you set at maximum in 4 above) for ICQ, AIM, YIM etc. that you have amended (to allow for more text to be entered)

There you go - it is rough and ready but it does the job for registration and is already linked into the core XOOPS system.

Hope this helps someone else.

MisterB



254692
tl
Re: Portfolio
  • 2004/5/27 20:06

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Yep, mylinks could suit your needs as well.



254693
Herko
Re: Portfolio
  • 2004/5/27 20:03

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


What's wrong with the default mylinks module? You can have screenshots or logo's, descriptions, and monitored links...

Herko



254694
Mithrandir
Re: Xaraya = Xoops history is over ?

Server load, required space, loading times - all are outside the scope (but nevertheless very interesting)

I may have gone a little overboard with the genesis talk in describing PHP-Nuke, but I just had to give a description of each CMS and that was what I could find.

I know PHP-Nuke is said to be based on something, but I do believe that it was a non-PHP system, so I am not entirely wrong.

Also, I wanted it to say that the PostNuke developers have AS goal to ... - but it may be a little too Danish wording.

Thank you for your comments, though.



254695
tl
Re: Portfolio
  • 2004/5/27 19:55

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


Some of the gallery modules might suit your need.

Depending on the number of portfolio you wish to showcase, you may want to try the content modules mentioned in the WIKI

XoopsStaticContent



254696
intel352
suggestion for duplicating modules
  • 2004/5/27 19:44

  • intel352

  • Module Developer

  • Posts: 824

  • Since: 2003/11/23


just a suggestion, isn't it possible to call the xoops_version database array from the actual module? so, having called the database array, couldn't all of the sql queries be created by referencing the table array?
// Tables created by sql file (without prefix!)
$modversion['tables'][0] = "table1";
$modversion['tables'][1] = "table2";
$modversion['tables'][2] = "table3";


that would mean that users could just change the sql table names in xoops_version and the sql file, and the module name, and then most everything else should work fine, right?

i'm not sure, since i haven't had to worry about cloning modules in the past, but just an idea for module developers that want to make their own module easy to clone



254697
tl
Re: Problem in banner
  • 2004/5/27 19:42

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


It would help you and help us if you could provide detailed information of the problem.



254698
tl
Re: Problems with exploz hack
  • 2004/5/27 19:41

  • tl

  • Friend of XOOPS

  • Posts: 999

  • Since: 2002/6/23


You will have to take it up with the developer.



254699
phppp
Re: Xaraya = Xoops history is over ?
  • 2004/5/27 19:37

  • phppp

  • XOOPS Contributor

  • Posts: 2857

  • Since: 2004/1/25


Thanks for the article.
Would it be more informative to compare the server load for each CMS.
Though it is not in your objectives and the criteria is qute hard to make.



254700
izzzy
Agenda-X Problems
  • 2004/5/27 19:32

  • izzzy

  • Just popping in

  • Posts: 43

  • Since: 2004/5/27


Desculpa, não sei escreve em inglês.

Tenho várias versões do Agenda-X, mas infelizmente nenhuma funciona como deveria. Fiquei sabendo que tem que mudar não sei o que do BD.

Mas alguém sabe instalar certinho o Agenda-X?

Abraços,
Izzy







Login

Who's Online

247 user(s) are online (178 user(s) are browsing Support Forums)


Members: 0


Guests: 247


more...

Donat-O-Meter

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

Latest GitHub Commits