Go to the first post of this topic and scroll down the page, at the bottom left side of the page you will find the "Lock Topic" link. Moderators can do extra actions on some boards they are in charge of but, every user has a right to lock his/her own made topics anytime.
First of all: Many thanks for this great user management tool!
I installed it now and it works very smoothly. However, there is one problem: when I use the "forgot password" function, and I enter the activation code, as well as the new password, I always get the comment "Your fields do not match. Please try again.". This happens no matter if I work with my customized template or the default template. It is also strange that the script shows the standard login screen with this error message instead of giving the user a chance to reenter the activation code and the new password.
What can I do?
Many thanks,
Sebastian
Hi, I strated using WebLoginPe for my site. I’m making client panel with different options. I wanted to put there profile of client. I use tabbed content (
http://wiki.modxcms.com/index.php/Tabbed_content) as described there and nder one tab i put profile editing. BUT... I can see it in code, but not at the page... Does anybody know the reason?
Regards,
Mike
//Why use windows since there is a door?//
You’re probably entering the snippet code while in "rich-text" mode (tinyMCE, WYSIWYG). Turn it off, clear the cache and refresh.
There’s also another setting in the tinyMCE config where you can define how characters are treated. iirc you have the choice between raw, numeric and named. Choose "raw". Special characters won’t get transformed to HTML-entities that way. I believe it’s under resources > manage resources > plugins > tinyMCE > configurations-tab.
I don’t use any rich text editor. I put my code as html only. When I look into the sources I see everything (the source) like it should look like. I don’t know why it’s not at the page
//Why use windows since there is a door?//
OK, when I threw out <div id="wlpeUser"></div> it does show up... It’s weird... I even tried adding big z-index to this id, and that did nothing

Where are default css parameters for wlpe id’s?
//Why use windows since there is a door?//
it looks like tabbed page doesn’t like any <divs>. If I put any div into it, content of div becomes invisible
//Why use windows since there is a door?//
-
☆ A M B ☆
- 24,524 Posts
Most likely because of the CSS for hiding the other tab’s divs. I suspect if you give your div an ID and style that specific ID with display: block that it will appear again.