uwew
Forum Replies Created
-
Forum: Plugins
In reply to: [WP User Manager - User Profile Builder & Membership] A few more questions…Hello again, I added following simple ‘users_can_register’ regarding my first question (“Hiding the registration link” if open registration is disabled…
file: wp-user-manager/templates/action-links.php lines 31-37
<?php if (get_option('users_can_register')) : ?> <?php if( isset( $data->register_link ) && $data->register_link == 'yes' ) : ?>
- <?php echo apply_filters( 'wpum_registration_link_label', sprintf( __( 'Don\'t have an account? Signup Now »', 'wp-user-manager' ), esc_url( get_permalink( wpum_get_core_page_id( 'register' ) ) ) ) ); ?> <?php endif; ?> <?php endif; ?> </pre
Forum: Plugins
In reply to: [Sponsors] Style questionHmm, just installed the latest version and I don’t see the class of my sponsor…
Did you do the alteration on the “bigger brother” of this plugin (Simple Sponsorships) rather than the “simplified” Sponsors plugin??
Following is my html code after the update:
<h5> Individual Donors</h5> <div id="wp-sponsors" class="clearfix grid"> <div class="sponsor-item small"> <h3>SPONSOR No 1</h3> <p></p> <p>SPONSOR No 1 text</p> <p></p> </div> <div class="sponsor-item small"> <h3>SPONSOR No 2</h3> <p></p> <p>SPONSOR No 2 text</p> <p></p> </div> <div class="sponsor-item small"> <h3>SPONSOR No 3</h3> <p></p> <p>SPONSOR No 3 text</p> <p></p> </div> </div> <h5> Corporate Sponsors</h5> <div id="wp-sponsors" class="clearfix grid"> <div class="sponsor-item small"> <h3>SPONSOR No 1</h3> <p></p> <p>SPONSOR No 1 text</p> <p></p> </div> <div class="sponsor-item small"> <h3>SPONSOR No 2</h3> <p></p> <p>SPONSOR No 2 text</p> <p></p> </div> <div class="sponsor-item small"> <h3>SPONSOR No 3</h3> <p></p> <p>SPONSOR No 3 text</p> <p></p> </div> </div>
I hate to be “picky” but I was hoping to get the style/class tag in the encapsulating div – also, not this may be asking for to much, would it be possible to not have the paragraph <p></p> “clutter up” the list if there is no content?
Thank you, Sir…
Forum: Plugins
In reply to: [WP User Manager - User Profile Builder & Membership] A few more questions…Thank you for your response – I did look thru the list of hooks in the documentation, but I did not find a hook for loading “option” into a “select” field… Could I ask for a tiny bit more advise:)
Thank you,
Uwe
Forum: Plugins
In reply to: [Sponsors] Style questionThank you, Igor – that is awesome – can’t wait:)
Uwe
Forum: Plugins
In reply to: [WP User Manager - User Profile Builder & Membership] A few more questions…Oops, another question: Is there a way to import a list of countries and/or states – it is rather tedious entering them by hand;)
Cheers,
Uwe
Forum: Plugins
In reply to: [WP User Manager - User Profile Builder & Membership] User BlogNo, they certainly don’t interact badly in any way with each other:) I’d like to utilize the groups plugins capabilities though…
Regarding my other question: Thank you, it was worth asking:) I choose Frontier as a Post/Blog front end handler…
I do have another question that just “came to play”: Since I am using your user management capabilities, would it be possible to simply follow the “general setting: Anyone can register” option and not even show the “Don’t have an account? Signup Now ?” link? One option would be to just hide it with css, but unfortunately you did give those links no class attribute – a fix for that would be appreciated:)
Cheers,
Uwe
Forum: Plugins
In reply to: [Sponsors] Style questionYes, a style class with the category name/slug would be great. All I’d have to do then is create my own Stylesheet entry that supersedes your‘s…
Thank you,
Uwe
Forum: Plugins
In reply to: [Search Live] Search by PosttypeI second that feature request:) Great plugin, but I need to limit my search to post type and, just to be greedy, specific fields?
Thank you in advance…
Thank you, Sir, that was the problem…
– Uwe
Sorry, my error – yes, indeed, it only warns me of the database version discrepancy. However, the install does not work: This is the message before I run the deployment:
Host: Success Database: Success Version: This Server: [5.6.28] -- Package Server: [5.6.30] NOTICE: In order to avoid database incompatibility issues make sure the database versions between the build and installer servers are as close as possible. If the package was created on a newer database version than where it is
after clicking on the install/deploy button I get following error:
server code: 200 status: OK response: INSTALL ERROR! No tables where created during step 1 of the install. Please review the installer-log.txt file for sql error messages. You may have to manually run the installer-data.sql with a tool like phpmyadmin to validate the data input. If you have enabled compatibility mode during the package creation process then the database server version your using may not be compatible with this script.
and this is the output from installer-log.txt
******************************************************************************** DATABASE-ROUTINES ******************************************************************************** -------------------------------------- SERVER ENVIROMENT -------------------------------------- MYSQL VERSION: This Server: 5.6.28 -- Build Server: 5.6.30 TIMEOUT: 5000 MAXPACK: 16777216 -------------------------------------- DATABASE RESULTS -------------------------------------- ERRORS FOUND: 0 DROP TABLE: QUERIES RAN: 0
INSTALLER ERROR: No tables where created during step 1 of the install. Please review the installer-log.txt file for sql error messages. You may have to manually run the installer-data.sql with a tool like phpmyadmin to validate the data input. If you have enabled compatibility mode during the package creation process then the database server version your using may not be compatible with this script.
Installing the database with phpMyAdmin works just fine…
– Uwe Willenbacher
- This reply was modified 8 years, 2 months ago by uwew. Reason: tags
Forum: Plugins
In reply to: [ZM Ajax Login & Register] Request: Forgot Password formAny word on this? Pretty please…
Forum: Plugins
In reply to: [ZM Ajax Login & Register] Closing the modal box question…Argh, should look even closer before I post questions: Again, I answered my own request:
Disable the action to close the
ajax-login-register-container
on line284
of thescripts,js
– Uwe
Forum: Plugins
In reply to: [ZM Ajax Login & Register] textlink at registrationformForum: Plugins
In reply to: [ZM Ajax Login & Register] textlink at registrationformHey there,
I just started looking into this really useful plugin and I wonder where/how exactly you added your code, steak? Moreover, what might be the exact syntax to add custom fields? Do I need to get the Pro version to customize via hooks?
Thanks for you help in advance,
– Uwe
Closing topic…