61
jordi_rc
How to adjust some features of Xoops Control Panel area?
  • 2006/10/4 16:40

  • jordi_rc

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/8/21


Hello!
I'd like to know if someone knows how to do something of the following in the XOOPS Control Panel area ( the admin area):

A) Change the order of the modules as they appear here to the administrator in the modules section AND in the left column

B) Having doing point A), divide the modules in 2 sections, one for intensive used modules (ex. forum or articles), and other for those modules that don't are accessed so often (like stats module, i search, donations, membros_online, etc).

C) Control that the emerging options for a module that appear when one passes the mouse pointer over the button at the left side, so it appears near the button and not flying much distance up, when one has many modules installed.

D) To show a label under module button in the left side so I can recognise it easilly.

Thanks for developing Xoops, and such a great community.

Jordi
"Battles are fought by those with the courage to believe. They are won by those who find the heart to share." -MANOWAR



62
jordi_rc
Signatures problem in xoops 2.0.15
  • 2006/10/1 21:00

  • jordi_rc

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/8/21


Hello

I have XOOPS 2.0.15 and I have all my modules with kiovi text editor since I did the fantastic hack of hervet:

https://xoops.org/modules/newbb/viewtopic.php?viewmode=flat&topic_id=31122&forum=15

I noticed that my signature appears with html symbols instead of like it is. For example:

<strong> negrita </strong>

instead of:

negrita

Why did this happen, and how to fix this?

Thanks.

Jordi
"Battles are fought by those with the courage to believe. They are won by those who find the heart to share." -MANOWAR



63
jordi_rc
Re: Please a way to create new fields
  • 2006/9/30 16:05

  • jordi_rc

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/8/21


Thanks for replying Wizanda.

I will try to add my fields manually.

The only question is if I must add a variable to the database xoops_user to do this. I suppose the answer is yes. Is it?
I mean, like $bio is for extra_info.

Jordi
"Battles are fought by those with the courage to believe. They are won by those who find the heart to share." -MANOWAR



64
jordi_rc
Please a way to create new fields
  • 2006/9/30 15:15

  • jordi_rc

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/8/21


Hello.

I am changin my XOOPS to allow new fields in registration, and now I have Avatar selection when one joins.

Now I need to add some fields. I added the real name as you told me in the FAQs.

I looked at userinfo.php and edituser.php and I saw there are some extrange fields called:
ALL ABOUT, STATISTICS, MY INFO, BASIC INFO, MORE ABOUT, SHOW ALL.

Sometimes they are called a different way, but these are their names.

What are that fields? Can I add them to the profile of the user as I did with 'name' ?

If I want to add some other fields similar to uname or extra_info, how should I do it? I saw that uname and extra_info have fields in xoops_user DB table. SHould I add something to the database in order to add my own user profile fields?

Please tell me a general method to do this. I really need it.

Jordi
"Battles are fought by those with the courage to believe. They are won by those who find the heart to share." -MANOWAR



65
jordi_rc
Help with user profile info
  • 2006/9/28 21:02

  • jordi_rc

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/8/21


Hello!
I see this in userinfo.php:

$xoopsTpl->assign('lang_basicInfo', _US_BASICINFO);
$xoopsTpl->assign('lang_more', _US_MOREABOUT);
$xoopsTpl->assign('lang_myinfo', _US_MYINFO);

Questions:

1) What are these? I don't see them in the profile in the website, but they are here in the code.

2) How can I activate them?

3)And how to add my own data in the profile? Similar to what I did to add real name ('name') ?? What files should I modify?
I want to add some fields more to user profiles and change some others:
Say Country instead of Location, change Interest to Hobbies, and add 3 favorite urls, 1 favorite music, 1 favorite book, 1 favorite cuote, a presentation message for new members.
How can I do this? Do I need to create some tables manually or just do similar to 'name' as in the FAQS?


4) Where are the values of the constants that define the name of each field of the user profile?


Thanks! You did superb work creating Xoops!

Jordi
"Battles are fought by those with the courage to believe. They are won by those who find the heart to share." -MANOWAR



66
jordi_rc
Re: What are registerform and register.php for?
  • 2006/9/27 21:12

  • jordi_rc

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/8/21


Hello again

I made some changes like the described in adding new fields to registration in the faqs.

I got the avatar selection on register working all perfect.

The only problem is that as it works reading on a folder called images/avatar, I need to modify XOOPS to save uploaded avatars to that folder so I don't have to duplicate the files.

So I need information about how to change the directory where avatars are added when I use the upload feature as administrator or user.

Do you know it?
Thanks again
Jordi
"Battles are fought by those with the courage to believe. They are won by those who find the heart to share." -MANOWAR



67
jordi_rc
Re: What are registerform and register.php for?
  • 2006/9/27 19:49

  • jordi_rc

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/8/21


Thanks wtravel!

Answer seems obvious but it's not, really helps.
I am trying to customize the new users join process.

Recently I saw that the avatar list option that was in comments doesn't work at all. You choose, but member gets the blank.gif as avatar.

To use that code as avatar selection would be difficult for me at this moment.
SO please, if you can do one of the following:

- Tell me how to change that code that I found between // to allow users select an avatar from the avaliable avatars.

- OR tell me how to make another step to let new users fill accesory fields like avatars, etc. I mean, like in those pages that display 1, 2 or 3 steps to register.

I don't know if I am explaining well...

Jordi
"Battles are fought by those with the courage to believe. They are won by those who find the heart to share." -MANOWAR



68
jordi_rc
Re: What are registerform and register.php for?
  • 2006/9/27 19:01

  • jordi_rc

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/8/21


Thanks ecolips for reply.

Yes I looked at the FAQ but there is no answer about this (the avatars). I did some changes in the registerform, like adding real name.

Jordi
"Battles are fought by those with the courage to believe. They are won by those who find the heart to share." -MANOWAR



69
jordi_rc
Re: What is this commented code in registerform.php?
  • 2006/9/27 18:16

  • jordi_rc

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/8/21


I see the form for edit user included in xoops, when you press the button Avatar it displays a better form that has the name of the avatars, very similar to the other but better.
I look at html code and I see this function is in edituser.php and $op=='avatarform'.
I will try to copy it, but please gimme some advice if I should take some care of something.

Please answer the 2 questions asked before:

1) Where should I modify where are the avatars stored? For user uploaded avatars and avatars added by the admin.

2) How to make the avatar image change as I move cursor between the drop down list in registerform?

Thanks.

Jordi
"Battles are fought by those with the courage to believe. They are won by those who find the heart to share." -MANOWAR



70
jordi_rc
Re: What is this commented code in registerform.php?
  • 2006/9/27 17:40

  • jordi_rc

  • Not too shy to talk

  • Posts: 114

  • Since: 2006/8/21


Sorry 2 questions:

1) Where should I modify where are the avatars stored? For user uploaded avatars and avatars added by the admin.

2) How to make the avatar image change as I move cursor between the drop down list in registerform?

Thanks.

Jordi
"Battles are fought by those with the courage to believe. They are won by those who find the heart to share." -MANOWAR




TopTop
« 1 ... 4 5 6 (7) 8 9 10 »



Login

Who's Online

245 user(s) are online (174 user(s) are browsing Support Forums)


Members: 0


Guests: 245


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