291
Cuidiu
Displayname Description
  • 2006/5/15 23:56

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


I would like to add a small description to the Displayname on the registration form. Is this possible?
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]



292
Cuidiu
Re: Adding Registered Users
  • 2006/5/15 22:23

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


Thanks again christian. I had downloaded that script earlier today to have a look. Unfortunately, I'll probably need more hand-holding than your time allows you right now so perhaps when you have more time, I can ask your help then...?
Quote:

christian wrote:
For each user read in the script you can to make 2 insert order

- one for the xoops_users table
- one for the extended profile table

After the script make a insert in the xoops_groups_users_link (group users registered)
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]



293
Cuidiu
user_reg date
  • 2006/5/15 21:51

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


Would someone please tell me how I can modify the user registration date for users in phpMyAdmin (unless there's a better place)? I'll be adding users and this field will need to be modified as they were members long before being added to the XOOPS database for this organization. I do not understand the date timestamp format unixtime (int(10)) when I examine the record. I just want to know how modify "Member since" date to 12/01/1989 (doesn't have to be that format - can be Dec. 1, 1989) or similar. Would someone help?

Thanks.
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]



294
Cuidiu
Re: Adding Registered Users
  • 2006/5/15 21:43

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


Thanks christian. I did see that before I posted (and read several posts) and knew it would be different for 2.2.4. I was just hoping someone could steer me in the right direction. Thanks anyway.

Quote:

christian wrote:
This script import users from a csv file , but for XOOPS 2.0.x only

it would have to be modified to adapt it to the extended profiles, but in this moment I am very occupied. (sorry )
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]



295
Cuidiu
Adding Registered Users
  • 2006/5/15 20:58

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


I just received a final count - approximately 245 users that I will need to add to XOOPS. I have an csv file but need help with the best way to import the most information. I'm using extended profiles module. Is there a way to import directly to the database via phpMyAdmin? It looks like there are two areas where user information is stored (_users and user_profile?) and I am not a database person but willing to give it a try if it will simplify adding this many users to XOOPS. Does anyone have any suggestions short of entering these manually? I've looked at some of the importer scripts, read some of the threads but I haven't found anything that addresses 2.2.4 with extended profiles. Would appreciate any hints.

Thanks.
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]



296
Cuidiu
Re: putting extended profiles to work
  • 2006/5/15 20:40

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


I would also be interested in something like this.
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]



297
Cuidiu
Re: Adding to adminactivate.tpl
  • 2006/5/15 5:09

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


Hi Biteronboard,

Thank you for your efforts on this. I haven't been having much luck. So... I should add those variables to activate.php and then adminactivate.tpl? I also need to figure out where the other variables are as I have a few more I want to include...

Quote:
Biteronboard wrote:
ok sorry for the delay. Busy weekend.

heres is where we are

activate.php
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]



298
Cuidiu
Notifications swapimage
  • 2006/5/15 0:54

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


When clicking on the + sign by notifications in modules I get a javascript error that says: swapimage not defined or toggle not defined (depending on the module). I see this in the source code on a smartfaq page: img id="swap" src="http://site.com/themes/default/images/plus.gif" onClick="toggle('notifs_form');swapimage('swap');"
News module
img id="swap" src="http://site.com/themes/default/images/plus.gif" onClick="toggle('notifs_form');swapimage('swap');"
Can anyone tell me what I need to do to fix this? Or should I simply disable the image (is there a way?).

Thanks in advance.
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]



299
Cuidiu
Re: Profiles Module 0.90 Beta Released
  • 2006/5/14 17:11

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


This is probably a silly question but would there be any problem with using the module profile along with your module profiles in XOOPS 2.2.4?
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]



300
Cuidiu
Re: Adding to adminactivate.tpl
  • 2006/5/13 16:00

  • Cuidiu

  • Quite a regular

  • Posts: 358

  • Since: 2006/4/23


Thank you msdana for your reply. I guess your suggestion that I try the search feature or pay you to use it implied that I had not tried it. At least, that's how I took it. I understand newbies get to be a real pain when they don't read the FAQs or search for posts and that you were using humor as a gentle nudge in that direction but in all my searches and even in the ones you did yourself, my question was not answered. I think because I am a newbie and do not know what to use to add the fields could be why. If I were a PHP coder perhaps all I'd need is one of the posts you recommended and I'd be on my way but alas, I am not a PHP coder. Please know I do appreciate you trying to help and most importantly, your last post. I think I need to get my head out of trying to figure this out for a while. Obviously, the stress of it has gotten to me! I will check in again later on to see if Biteronboard has some suggestions.

Cuidiu
[size=x-small]Working sites:
XOOPS 2.0.16 PHP 5.2.2, MySQL 5.0.24a-standard-log, Apache/2.0.54 (Unix)
XOOPS 2.2.4, PHP 4.3.10, MySQL 3.23.58, Apache/1.3.33 (Unix)[/size]




TopTop
« 1 ... 27 28 29 (30) 31 32 33 ... 35 »



Login

Who's Online

227 user(s) are online (140 user(s) are browsing Support Forums)


Members: 0


Guests: 227


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