BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 11,341 through 11,350 (of 15,332 total)
  • Author
    Posts
  • in reply to: Remove Open/Close Functionality #290229
    Steven Zahm
    Keymaster

    @ Deanna

    Open both the slim-plus.js and slim-plus.min.js files and remove the following from them:

    $('h3.cn-accordion-item').click( function() {
    	var $this = $(this);
    	var div = $this.attr('data-div-id');
    
    	if ( $( '#' + div ).css('display') == 'block' ) {
    		$( '#' + div ).slideUp();
    		$($this).children('.cn-sprite').toggleClass('cn-open');
    	} else {
    		$( '#' + div ).slideDown();
    		$($this).children('.cn-sprite').toggleClass('cn-open');
    	}
    
    	return false
    });

    That will remove the toggle effect.

    in reply to: Support License #290228
    Steven Zahm
    Keymaster

    @ Will

    Maybe there ending up in the spam folder??? I just resent all three receipt emails. Let me know if you do not receive them.

    Oh I should have actually looked at you account a little closer. You wouldn’t receive renewal notices because you do not need to license key to download the updates due to the dates of your purchases. However, if you want the in admin updates, that will require license keys. I can generate them for you, but, if I do, they will expire and you will have to renew them to continue receiving the in admin updates and you will no longer be able to free download the updates either unless you keep the licenses renewed.

    If I create the licenses, they will expire one year from the date I create them. The choice is yours, let me know.

    in reply to: When edited, auto aprpove #290227
    Steven Zahm
    Keymaster

    @ Mark

    I’ve added this to my issue tracker and scheduled the fix to be included in the next update.

    in reply to: When edited, auto aprpove #290226
    Steven Zahm
    Keymaster

    @ Mark

    Ok, using your screen shots, I’m able to replicate the issue. Until I track down as to why, if you are able to add the Add Entry capability, they will not go to the moderation queue.

    in reply to: Creating Multiple Directories #290182
    Steven Zahm
    Keymaster

    @ Myshala

    yes, by using categories to create separate directories. See this FAQ for cMap, the same method will work with Slim Plus.

    Hope that helps!

    in reply to: Å Ä Ö #290180
    Steven Zahm
    Keymaster

    @ Karin

    Ok, this is Swedish, yes? To fix this you’ll have to edit the database tables for Connections, maybe even all the tables in the WordPress installation. This explains what needs to be done:
    http://stackoverflow.com/a/5529052

    Hope that helps!

    in reply to: Å Ä Ö #290179
    Steven Zahm
    Keymaster

    @ Karin

    For my edification, what language is this alphabet?

    in reply to: Remove Open/Close Functionality #290127
    Steven Zahm
    Keymaster

    @ Deanna

    That’s coming from theme, without a link to the directory< i really will not be able to give a solution. It's not possible to hide the Show from the drop down ... if you not going to use the toggle feature, you could remove the code from the javascript file that creates the effect.

    in reply to: Restrict Editing of Categories #290097
    Steven Zahm
    Keymaster

    @ Tim

    With Connections 0.8.x, yes this can be done.

    I’ve attached a Snippet that does this. How to use…

    Install the Code Snippets plugin.
    Download and unzip the file attached to this reply.
    Import the code snippet XML file, search.code-snippets.xml, into Code Snippets. See the FAQs on where to find the import feature.
    Activate the newly imported snippet.

    This snippet will remove the category metabox on the on the Link profile admin page.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Å Ä Ö #290096
    Steven Zahm
    Keymaster

    @ Karin

    Honestly, I’m not certain. Connections just pulls the data out of the database, it even orders them. I’m not doing anything that is language specific. Best I can do is log this as a bug for now and try to fix it. Can you write out the full alphabet in the order they should be … that way I have something to compare results to.

    The address format can be changed if you have purchase one of the commercial templates. See this doc page on how to accomplish this.

    I hope this helps!

Viewing 10 posts - 11,341 through 11,350 (of 15,332 total)