293831
Herko
Re: How can I create a page with product names and descriptions in Xoops?
  • 2002/8/21 13:19

  • Herko

  • XOOPS is my life!

  • Posts: 4238

  • Since: 2002/2/4 1


Thank you But the XOOPS devs deserve most of the credit; I just copied modified their code. When I saw there was a new post in this thread, I was hoping for some news on a reviews module, but this is also nice

Herko



293832
Neon
Re: How can I create a page with product names and descriptions in Xoops?
  • 2002/8/21 12:42

  • Neon

  • Not too shy to talk

  • Posts: 138

  • Since: 2002/2/8 6


Quote:
Herko Coomans wrote:
I tried once myself, but got stuck somewhere (tried to add an expriy date to news posts, and failed).
Ah but Herko that was then. Now that module hack you mentioned is a fully fledge hack in distribution. and to you congratulations and you also Keep it up.



293833
dietcoke
Re: Who's Online Mod. Guest / Member Online User Count Problem
  • 2002/8/11 18:07

  • dietcoke

  • Just popping in

  • Posts: 8

  • Since: 2002/6/7 6


Quote:

Unless you don't give away the block rights to not registered users to the whoisonline block, XOOPS thinks there is no guest online.


Thanks for your information. I got an answer, but a solution at last...



293834
MaxIT
Re: Account re-activation required on Profile email changes
  • 2002/8/9 22:01

  • MaxIT

  • Just popping in

  • Posts: 65

  • Since: 2002/11/8


as usual, just copy the content of "html" folder on your root, it will overwrite only 1 file (edituser.php)



293835
maostudio
Re: Account re-activation required on Profile email changes
  • 2002/8/9 18:44

  • maostudio

  • Just popping in

  • Posts: 1

  • Since: 2002/7/12


to MaxIT,

thanks for sharing your hack, yet could u write the installation in Eng?

cuz i really don't know any italian!!
:p



293836
MaxIT
Re: Account re-activation required on Profile email changes
  • 2002/8/8 8:00

  • MaxIT

  • Just popping in

  • Posts: 65

  • Since: 2002/11/8


for lazy people: HERE you can download this hack for RC3



293837
netwize
Re: Account re-activation required on Profile email changes
  • 2002/8/8 0:11

  • netwize

  • Just popping in

  • Posts: 89

  • Since: 2002/1/20


it works

thanks ono and max



293838
MaxIT
Re: Account re-activation required on Profile email changes
  • 2002/8/7 23:48

  • MaxIT

  • Just popping in

  • Posts: 65

  • Since: 2002/11/8


Quote:
Invalid email


do this, too:

change around line 163

$email = $myts->oopsStripSlashesGPC(trim($email));

to

$email = $xoopsUser->getVar("email");

and it will works (tested)



293839
netwize
Re: Account re-activation required on Profile email changes
  • 2002/8/7 21:10

  • netwize

  • Just popping in

  • Posts: 89

  • Since: 2002/1/20


i got error:

Invalid email



293840
onokazu
Re: Account re-activation required on Profile email changes
  • 2002/8/7 14:54

  • onokazu

  • XOOPS Founder

  • Posts: 617

  • Since: 2001/12/13


in edituser.php, change the following line

$email_text = new XoopsFormText("", "email", 30, 60, $xoopsUser->getVar("email"));

to

$email_text = new XoopsFormLabel("", $xoopsUser->getVar("email"));

and around line 190, comment out the following line

$edituser->setVar("email", $email);

so it will look like

//$edituser->setVar("email", $email);

sorry, I have not tested this, but hope this works







Login

Who's Online

609 user(s) are online (443 user(s) are browsing Support Forums)


Members: 0


Guests: 609


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