Alfrescow
Forum Replies Created
-
Thank you! yes it now works 🙂 great stuff!
I’m also getting the same thing on the latest plugin version for all events. I am T + 11 hours but it is reporting the event time based on the T time not my + 11 hours difference
For example if I logged in now, it would say I logged in 11 hours ago.
Any chance this could be ammended?
My local time and time zone is all set correctly.
WordPress is set to use the correct time zone.Forum: Plugins
In reply to: [Active Directory Integration] mcrypt_decrypt()for reference if the first issue is not contributing to the second I’m not fussed about it, I just need to bulk import all the users.
Any ideas on what else I can check?
Forum: Plugins
In reply to: [BuddyDrive] Upload more than one fileI see a post further down asking this so please set this to resolve and add it to your list of those wishing to have the ability to upload multiple documents.
Is there anything we can modify ourselves to allow multiple?
Forum: Plugins
In reply to: [BuddyDrive] HTTP ErrorThanks I ended up resolving the IIS http error (which was also being seen directly in the media uploaded in the dashboard – so the error was not related to the buddydrive plugin) by changing the following:
————————————————————–Created .htaccess file in the website root location with the following:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>php_value upload_max_filesize 500M
php_value post_max_size 500M
php_value max_execution_time 800
php_value max_input_time 800<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule># END WordPress
————————————————————–
PHP.ini file in the website root location
file_uploads = on
upload_max_filesize = 500M
max_input_time = 800
memory_limit = 500M
max_execution_time = 800
(a) post_max_size = 500MPHP.ini in PHP Manager IIS to include
upload_max_filesize=500m
post_max_size=500m
max_execution_time=800————————————————————–
web.config file in the website root location
<?xml version=”1.0″ encoding=”UTF-8″?>
<configuration>
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxAllowedContentLength=”2000000000″ />
</requestFiltering>
</security>
</system.webServer>
</configuration>– Also as additional information when I try and click the icon to upload files, it seems the selection is off slight and it selects the folder button instead, this only occurs up to the delete icon. If I hover slightly to the left of the file upload icon it works. Any ideas?
– Is there anyway to have the website auto redirect to the users buddydrive folder after they have logged in? I want to hide the wordpress admin menu when they log in.
Forum: Plugins
In reply to: [Active Directory Integration] Bulk Import not workingHi, I am trying to get this plugin to work and bulk import users.
How did you get to the screen you post a screen shot of?
I have configured the plugin and it works when running a test user (all fields are mapped and the user is created)
However when I click on the URL in the bulk import it loads a new screen and is totally blank.
-
I have made sure the server is correct (it imported a direct user in the test)
The port is default
The Base DN is set up as per yours
The security group exists within that base DNs OU structure
The test user I am trying to import is a member of that security groupIm all out of ideas.
Forum: Plugins
In reply to: ucan post URL Affiliate linkI’m also looking at Gravity Forms as an option.
Is there a way to submit a URL when the contributor is posting, and then have something retrieve the image from that URL and convert it into an affiliate link?
Hotaru CMS does this but its no where near as good as wordpress