293881
MaxIT
Re: Account re-activation required on Profile email changes
  • 2002/7/25 12:39

  • MaxIT

  • Just popping in

  • Posts: 65

  • Since: 2002/11/8


Quote:

goghs wrote:
Yes this makes sense.
Maybe we can add the logic like this:
when a user changes his email, his account will be disactivated, and then an email with activation code will be sent to his new email.
It can be an option.


A doubt came in my mind thinking about this logic: if you disable a user when he change email, waiting for a new activation click, what will happen if user has written a wrong email?

Whith this logic, his/her account will be disabled, and as long as he will not receive that new activation email sent to a wrong address, the user account will remain disabled!

possible solution:

- when user change the email address, the new activation code will be sent to both new & old email address.



293882
dscg
Re: Browser cache causing many problems?
  • 2002/7/21 6:13

  • dscg

  • Just popping in

  • Posts: 9

  • Since: 2002/6/7 8


I found the no-cache HTTP header commands for the browser not to cache pages in the header.php file in the XOOPS main directory. So browsers should not cache any XOOPS page that include the root header.php file.

However, there are instances where you may call the redirect_header() function BEFORE including the header.php file in the root directory. This commonly occurs when you check if the user is logged in at the start of your module code like this Quote:
if ( !$xoopsUser ) {redirect_header(...)}

include $xoopsConfig['xoops_url']."/header.php";
... continue with the module code...


The problem is that the redirect_header() function does not have the HTTP no-cache commands. Therefore, the browser caches the redirect page. This has caused me many problems with users not being able to access pages even when they have permission to do so.

My suggestion would be to include the PHP header() function with the no-cache and expire commands in the redirect_header() function as well.

Otherwise, you will need to go through all the files to makes sure that $xoopsConfig['$xoops_url']."/header.php" appear before your redirect_header() call to avoid browser cache problems.



293883
Anonymous
Re: BUG when tables in Forums or News
  • 2002/7/19 20:28

  • Anonymous

  • Posts: 0

  • Since:


Yes its a bug and being looked into



293884
Phifou
Re: BUG when tables in Forums or News
  • 2002/7/19 18:26

  • Phifou

  • Just popping in

  • Posts: 6

  • Since: 2002/6/6 9


It is a fact to say that it is a XOOPS BUG...

Neanderthal PHP-Nuke does not have this problem ...



293885
Anonymous
Re: BUG when tables in Forums or News
  • 2002/7/19 17:10

  • Anonymous

  • Posts: 0

  • Since:


Of course not

DW is pretty cool, but for now you don't really have the choice
Remember this is a RC(release candidate) so it's not final and still has many things left to be corrected in it.



293886
Phifou
Re: BUG when tables in Forums or News
  • 2002/7/19 17:07

  • Phifou

  • Just popping in

  • Posts: 6

  • Since: 2002/6/6 9


Quote:

dreamweaver has nothing todo with this, at the most youd need to find a prog that removes carrige returns from your code for now.


Do you really think it is the best way to publish nice and complex news ????



293887
Anonymous
Re: BUG when tables in Forums or News
  • 2002/7/19 17:00

  • Anonymous

  • Posts: 0

  • Since:


Ok i think i get it.. every time XOOPS sees a carriage return, it inserts a


So

..

becomes



..

..result = yuk yuk :o)
Guess it needs toggle mode between bb/html code

dreamweaver has nothing todo with this, at the most youd need to find a prog that removes carrige returns from your code for now.



293888
Phifou
Re: BUG when tables in Forums or News
  • 2002/7/19 16:45

  • Phifou

  • Just popping in

  • Posts: 6

  • Since: 2002/6/6 9


Quote:

Try this for a change :

12


Gasp ... it works

So, the problem is that FrontPage or DreamWeaver does not provide tables in THIS format but in the one described upper :-/

Do you know any html editor that make good tables ?

Or any solution ?



293889
jerryj
Re: largest XOOPS site?
  • 2002/7/19 16:10

  • jerryj

  • Just popping in

  • Posts: 33

  • Since: 2001/12/20


Probably this one.



293890
jerryj
Re: BUG when tables in Forums or News
  • 2002/7/19 16:09

  • jerryj

  • Just popping in

  • Posts: 33

  • Since: 2001/12/20


Um...call me stupid, but what's the difference?




TopTop
« 1 ... 29386 29387 29388 (29389) 29390 29391 29392 ... 29425 »



Login

Who's Online

670 user(s) are online (498 user(s) are browsing Support Forums)


Members: 0


Guests: 670


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