Forum Replies Created

Viewing 15 replies - 1 through 15 (of 31 total)
  • Thread Starter uwew

    (@uwew)

    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 question
    Thread Starter uwew

    (@uwew)

    Hmm, 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…

    • This reply was modified 5 years, 3 months ago by uwew.
    • This reply was modified 5 years, 3 months ago by uwew.
    Thread Starter uwew

    (@uwew)

    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 question
    Thread Starter uwew

    (@uwew)

    Thank you, Igor – that is awesome – can’t wait:)

    Uwe

    Thread Starter uwew

    (@uwew)

    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

    Thread Starter uwew

    (@uwew)

    No, 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 question
    Thread Starter uwew

    (@uwew)

    Yes, 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

    uwew

    (@uwew)

    I 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…

    Thread Starter uwew

    (@uwew)

    Thank you, Sir, that was the problem…

    – Uwe

    Thread Starter uwew

    (@uwew)

    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

    Any word on this? Pretty please…

    Thread Starter uwew

    (@uwew)

    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 line 284 of the scripts,js

    – Uwe

    I answered my own question:

    https://gist.github.com/zanematthew/e581e72627980d113d8b

    Thanks,

    – Uwe

    Hey 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

    Thread Starter uwew

    (@uwew)

    Closing topic…

Viewing 15 replies - 1 through 15 (of 31 total)