AARONDAS
Forum Replies Created
-
Forum: Plugins
In reply to: [UPM Polls] Problem with ' escapingHello Dway,
Did you find a solution for this, I get the same thing.Thanks,
Aaron
Forum: Plugins
In reply to: [Active Directory Integration] login after lost connection with ADHi Everyone,
I found the answer, and i thought I would share.If for some reason users are not able to login, the problem is probably Active Directory. Sometimes the Admin password will not work, to resolve this you will need to log into the mysql database and fix this there. go to “mysqladmin”, and login. You will then go to the database “your database’, and then to the table “wp_options”. In this table you will find the field ‘option_name’ that is “active_plugins”, click on the pencil to edit. Delete i:0;s:47:”active-directory-integration/ad-integration.php”;.
Now your plugin has been deactivated, you can go and change your admin password. Go to your table “wp_users” and find admin, which is usually row 1. Edit this record. In the user_pass field, which is encrypted put your password, change the function for the password to MD5, then save. Now your admin password has been changed, go to central and login with your admin username and password. this will allow you to do anything in the backend. You can now turn the ad integration plugin back on.
Thanks,
aaron
Hello,
I am using the fields plugin, and it works great. I am using the checkbox function, and I have 4 items. Playstation, xbox, wii, and PC; and I am displaying it in my template like this echo fs_get_meta(‘game-review-platform’,$single=true, $post->ID);. It will display only one platform, even though I have 3 checked. How can I get it to display all of the checked boxes?
Thanks in advance,
Aaron
Forum: Fixing WordPress
In reply to: update profile button IEHi Esmi,
I’m using IE7 and IE8, and for some reason when I click update it does not do anything (refresh or process). This is for an intranet so all of my users are using 7&8. We don’t have 9 yet as we would need to upgrade our computers first.
Thanks,
Aaron
Forum: Plugins
In reply to: [Mingle Forum] [Plugin: Mingle Forum] Forum Activity change limitHi,
Actually I found the solution, I added a maxlength to the input box.
Thanks,
Aaron
Forum: Plugins
In reply to: [Mingle Forum] [Plugin: Mingle Forum] Forum Activity change limitHi,
Thanks for your reply, it seems that when we put a lot of text in the title it put the entire title in the widget(about 300-400) characters. Do you know how I can limit the title to 150 characters? this way I can be sure that we don’t have long titles?
Thanks,
Aaron
Forum: Plugins
In reply to: [User Photo] [Plugin: User Photo] bulk photo upload — please helpHello again, any ideas on this?
Thanks,
Aaron
Forum: Plugins
In reply to: [User Photo] [Plugin: User Photo] Replicate photo across multisite blogsFor MU, it is going to create a folder, so under your blogs.dir it will create a folder called 1 or 2 or 3 for each site,and then it will create the userphoto folder, so without massive recoding you won’t be able to access the same user photo across multiple sites.
thanks,
aaron
Forum: Plugins
In reply to: display user role on profile pageEdward,
This worked great, but I was wondering if you know how I can add this to my members list directory. I can display the wp_user_level in the list, but for some reason I can’t display the wp_capabilities.Do you know how this can be done?
Thanks,
Aaron
Forum: Plugins
In reply to: [Plugin: Members List Plugin] Display only one WP roleI have a similar question, do you know how to display the user role in the ML plugin (ex. administrator, subscriber, editor…)?
Thanks,
Aaron
Hi glatze,
I know it’s been a while, but do you know how to set up the group integration?Thanks,
Aaron
Forum: Plugins
In reply to: [Plugin: User photo] front end uploadHi,
To follow up on Philip’s post. I have a custom front end, which I found here and modified.
but what I was wondering is how can we have a “user photo” uppload on the front end where it will allow us to upload and display the uploaded file just like in the wp-admin side.
Thanks,
Aaron
Thanks a lot Dulabs this worked great.
Aaron
Hi Tobias,
Thank you very much, I will check the new version out.
Aaron
I figured it out, I was having an issue with another plugin… thanks anyway