Martin
Forum Replies Created
-
Forum: Plugins
In reply to: [Front End Users] user-list by first nameSorry about that…
Now you’ve got the right user level!
Forum: Plugins
In reply to: [Front End Users] user-list by first nameAbsolutely..
Username: [email protected]
Password: the username you’re using hereThe page where the user-list is -> https://test.martinhult.se/anvandarlista/
Since there’s nothing to see on the backend right now, and that that this is a test page I’ve setup a user account for you!
// martinForum: Plugins
In reply to: [Front End Users] Password reset doesn't workNow we’re talking!
Tried to find the cuss for the [edit-profile] which has the same problem as the other forms had.
Possible to make them the same?Thanks!
Forum: Plugins
In reply to: [Front End Users] Password reset doesn't workCompare the page
https://test.martinhult.se/login/
With
https://test.martinhult.se/registrera-dig/
Haven’t done anything to the cuss and both pages has the same width.. Still the login form appears like that and the registration form is the way I want it to be everywhere, with all forms!
Is it doable?
Forum: Plugins
In reply to: [Front End Users] Password reset doesn't workIt doesn’t matter if I turn off the side content though and using landscape mode.
The text appears above the form anyways …Forum: Plugins
In reply to: [Front End Users] user-list by first nameAllright .. that works out good!
A question though when making the table below..
The input becomes in the wrong order.. So the name isn’t correct for the street name (Gatuadress) … why’s that?<tr> <td>F?rnamn</td> <td>Gatuadress</td> </tr> <tr> <td>[user-list display_field="F?rnamn,Efternamn"]</td> <td>[user-list display_field="Gatuadress"]</td> </tr>
Forum: Plugins
In reply to: [Front End Users] display menu only if logged inWorks like a charm! =)
Forum: Plugins
In reply to: [Front End Users] Password reset languageIF not.. Which php-file is creating the email to where I can hard code it! (?)
/ Martin
Forum: Plugins
In reply to: [Front End Users] display menu only if logged inyeap..
A front-end error appeard though,
/customers/7/a/4/martinhult.se/httpd.www/test/wp-content/plugins/if-menu/if-menu.php on line 100 Warning: call_user_func() expects parameter 1 to be a valid callback, no array or string given in /customers/7/a/4/martinhult.se/httpd.www/test/wp-content/plugins/if-menu/if-menu.php on line 100The FEUP User Level 1 appears in the statement though.
Forum: Plugins
In reply to: [Front End Users] display menu only if logged inThanks, that worked out really well!
What if there are different levels for users. Say two levels in this case. Can you please provide some code so in the drop down list of the if menu. There’s a choice of, if user level 1, if user level 2, etc.
This would be really helpful to make a more administrative access to a menu shown to users who can access user lists and so on.
Is there a work-around of the code?
Many thanks!
/martinForum: Plugins
In reply to: [Front End Users] Password reset doesn't workAlso .. how is it possible to make the form more wide?
Right now the text comes above the form to fil in. I want it to the right of the form when looking the [account-details] and [edit-profile] !Forum: Plugins
In reply to: [Front End Users] Password reset doesn't workDoing this, the email shows this URL..
https://test.martinhult.se/https://test.martinhult.se/bekrafta-losenord/
Why does it come up twice?
Also, how to change the language of the “For completing the password reset procedure, please follow the instructions in your email” text?Thanks!
Forum: Plugins
In reply to: [Front End Users] User menuThank you!
I do have the premium version bought today and I’m looking forward for that function.
I googled a little bit and found out a peace of code that I implemented in the theme function which worked out the way I wanted to!
Thank yoU!