odiggy
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [Next Active Directory Integration] Importing Domain UsersNever mind, I get a 0 members no matter what group I put. Also I don’t think you have to put “Domain Users”, you can just put “id:513”. I do have a connection to the domain controller. It just always says “no users found to sync.”
[INFO ] Start of Sync to WordPress [INFO ] LDAP connection is *not* encrypted [DEBUG] Array ( [account_suffix] => [base_dn] => dc=MNE,dc=local [domain_controllers] => Array ( [0] => dc08.mne.local ) [ad_port] => 389 [use_tls] => [network_timeout] => 5 [ad_username] => [email protected] [ad_password] => *** protected password *** ) [DEBUG] Connection established with Domain Controller: dc08.mne.local [INFO ] In group 'id:513' are 0 members. [ERROR] No possible users for Sync to WordPress were found.
Forum: Plugins
In reply to: [Mmm Simple File List] Way to list directory outside uploads?Nevermind. It does work.
Forum: Plugins
In reply to: [Mmm Simple File List] Way to list directory outside uploads?doesn’t work for me, it just keeps adding ../ to the path
e.g. yoursite.com/wp-content/uploads/../../foldername/
Forum: Plugins
In reply to: [Plugin: Donate- Plus] Donate-Plus IPN FailuresI’m having this exact same issue, anyone have any ideas?
Forum: Fixing WordPress
In reply to: [Plugin: Event Calendar / Scheduler] New Events Will Not SaveSame problem here too. Add event, refresh page and event is gone.
Here’s the code in which was given to me by the cbox admin:
<?php global $user_ID, $user_identity ?> <?php if ( $user_ID ) : ?> <!-- BEGIN CBOX - www.cbox.ws - v001 --> <div id="cboxdiv" style="text-align: center; line-height: 0"> <div><iframe frameborder="0" width="300" height="200" src="https://www.cbox.ws/box/?boxid=xxxx&boxtag=xxxx&sec=main" marginheight="2" marginwidth="2" scrolling="auto" allowtransparency="yes" name="cboxmain" style="border:#ababab 1px solid;" id="cboxmain"></iframe></div> <div><iframe frameborder="0" width="300" height="100" src="https://www.cbox.ws/box/?boxid=xxxx&boxtag=xxxx&sec=form&nme=<?php echo urlencode($user_identity);?>&nmekey=<?php echo md5('--unique Private Key--'.$user_identity)?>" marginheight="2" marginwidth="2" scrolling="no" allowtransparency="yes" name="cboxform" style="border:#ababab 1px solid;border-top:0px" id="cboxform"></iframe></div> </div> <!-- END CBOX --> <?php endif; ?>
You will then need to enable Integration.
Fill in –unique Private Key– with your unique Private key.
Fill in boxid=xxxx & boxtag=xxxx with your specific id numbers.If so I’d love to know as well!
Viewing 7 replies - 1 through 7 (of 7 total)