181
slyss
Re: For admins of xoops.org
  • 2006/4/16 9:15

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


Quote:

Herko Coomans wrote:
we use phpmail here. Make sure your provider isn't blocking these mails from your end.

Herko


aol.com auto-block mails form php scripts.... do you have problems in this site? any users with aol can't register?
[size=x-large]2008 Xoops Book[/size]



182
slyss
For admins of xoops.org
  • 2006/4/15 18:22

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


hi admins.... i have one big problem with some my users with their mail account by aol.com

i have read this:

https://xoops.org/modules/newbb/viewtopic.php?topic_id=44879&forum=3&post_id=196793#forumpost196793

and this:

https://xoops.org/modules/newbb/viewtopic.php?topic_id=27909&forum=7&post_id=121514#forumpost121309

my question:

you, in xoops.org what use for mail setup?

phpmail ?
sendmail ?
smtp ?
smtp auth ?

thanks a lot for your time
[size=x-large]2008 Xoops Book[/size]



183
slyss
Template (theme ?) make my pages from left to right...
  • 2006/4/14 18:26

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


hi everybody.... i have one problem:

my template (theme ?) make my pages from left to right.... i want contrary: from right to left....

how can i make this?

thanks a lot...
[size=x-large]2008 Xoops Book[/size]



184
slyss
Re: Add more fields in registation form
  • 2006/4/12 16:08

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


mmmmmmmmm

i won't change any name of field... i want only to do possibility insert more field at time of registration and not only after registration...

help m0nty
[size=x-large]2008 Xoops Book[/size]



185
slyss
Pending report with newbb
  • 2006/4/12 9:06

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


hi everybody

i have able wrong need approve form admin when a user add a topic in my forum cbb 3.01. ok, now i have disable this and users can add topics without approve by moderator.

ok.... but i have installed in my site Waiting Contents Ext and in forum i see "Submitted: 2" ... if i go in admin of foum i see 0 pending report....

where are this 2 topics?

thanks and sorry for my english...

sly
[size=x-large]2008 Xoops Book[/size]



186
slyss
Re: Add more fields in registation form
  • 2006/4/12 8:53

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


Quote:

davidthomas1 wrote:
The form fields you added won't be saved into the database.

You'd need to add new fields into the DB table and edit the SQL somewhere.

Quite a complicated hack.

However, the XOOPS 2.2.x series include the 'extended profiles' module that allows you to add custom fields to the registration form.

But that series is less stable than the 2.0.x series.

When the new XOOPS version comes out, it will probably support extended profiles.

So, either you could:

1) try some more code hacking (backup first!)
2) try XOOPS 2.2.x
3) wait for the new XOOPS version.


you don't understand because this fields there are already into the DB table because in my site i have photo + profile hack by m0nty...

in fact, if you are a user of my site and you go into your account you can add/modify this field.

then my problem is only one: give possibility at my users of add this field also in the registration form and not only in edituser.php

my problem is: this field don't add into db!... where i be mistaken ?

thanks a lot at all...
[size=x-large]2008 Xoops Book[/size]



187
slyss
Add more fields in registation form
  • 2006/4/11 10:10

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


hi everybody

i use photo + profile hack by m0nty and i want to add more fields in form registration.. in include/registerform.php i have write the code below and when a user go to register.php can see the right field but THE TEXT (in the below fields) DON'T REGISTER and when users go to userinfo.php there is nothing in the below fields...

where i be mistaken ?
"graphically" is all ok in register.php but in reality fields don't are register really.

[sorry for my english]

thank you


$reg_form->addElement(new XoopsFormText(_US_OCCUPATION"user_occ"65255$myts->htmlSpecialChars($user_occ)));

$reg_form->addElement(new XoopsFormText(_US_INTEREST"user_intrest"65255$myts->htmlSpecialChars($user_intrest)));

$reg_form->addElement(new XoopsFormText(_US_EXTRAINFO"bio"65255$myts->htmlSpecialChars($bio)));

$reg_form->addElement(new XoopsFormSelectTimezone(_US_TIMEZONE"timezone_offset"$tzselected));

$reg_form->addElement(new XoopsFormText(_US_LOVE"user_love"65255$myts->htmlSpecialChars($user_love)));

$reg_form->addElement(new XoopsFormText(_US_NOLOVE"user_nolove"3060$myts->htmlSpecialChars($user_nolove)));
[size=x-large]2008 Xoops Book[/size]



188
slyss
Re: Date Of Birth Script
  • 2006/4/10 10:00

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


search in this site:

photo + profile hack by m0nty

byee
[size=x-large]2008 Xoops Book[/size]



189
slyss
Editing register.php
  • 2006/4/9 23:06

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


hi ...

i want to insert text in file register.php

ho can i make this?

i want edit root/include/registerform.php ... ?

i want write "echo...... " ?

thaks for your time
[size=x-large]2008 Xoops Book[/size]



190
slyss
Re: Edituser.php in the second login... its possible...?
  • 2006/4/9 9:21

  • slyss

  • Quite a regular

  • Posts: 343

  • Since: 2006/1/26


Quote:

Herko Coomans wrote:
jimkarvo: your comment has no relevance to the question posed by slyss.

In order to redirect to edituser.php after the second login (only?), you'll need to be able to check the number of logins. XOOPS doesn't save that information in any of the core files/modules. You'll need to build a check yourself (using a cookie?), and create an event where the second time someone logs in (from the same computer), he/she will be redirected to edituser.

That's the only way I can think of.

Herko


thanks herko... however yes, only the second login...

i think i'm don't able to do this...

wait for other suggestions...

thanks herko...
[size=x-large]2008 Xoops Book[/size]




TopTop
« 1 ... 16 17 18 (19) 20 21 22 »



Login

Who's Online

134 user(s) are online (93 user(s) are browsing Support Forums)


Members: 0


Guests: 134


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