Enej Bajgori?
Forum Replies Created
-
Hi Ethan
If you feel like donating, donate to the red cross. Here is a link
https://www.redcross.ca/donateonlinenow/ =)I am sorry I gave you the wrong code, apparently is_post_type only existed briefly in 3.0 development.
I think what you should do instead is of
if(is_post_type(‘inventory’)
is
if ( ‘inventory’ == get_post_type() )I hope that works for you.
Cheers Enej
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Languages (Russian)Thanks iV@N1971
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] use avatarThanks @quietcity
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Languages (Italian)I updated the plugin to have your translation in it.
Thank you so much ??Forum: Plugins
In reply to: [Plugin: People Lists] Assign Additional User Role for People Lists?Currenly used with “manage_options” capabilities are able to manage the people lists. I hope that answers your question.
Thanks for this. I hope this issue is fixed in the new version.
Otherwise let me know. Thanks
Forum: Plugins
In reply to: [People Lists] [Plugin: People Lists] PatchThanks for the suggestion
I have added it to the plugin.Cheers
Forum: Plugins
In reply to: [People Lists] [Plugin: People Lists] Add custom fieldsHi Naz
There should be really no need for us to add the twitter user name fields. You can add to user profile by going to the “Profile Settings”
You can find them under
Dashboard -> Setting -> People ListsNext to the View all lists link.
There you can add as many profile fields as you like.Thanks
Version 1.3 should fix this.
Thanks for your patience and reporting the bug.
Thanks @ljg3 for stepping up and helping others.
Version 1.3 should fix this.
Thanks for your patience and reporting the bug.
Forum: Plugins
In reply to: [People Lists] [ Plugin: People-List] Broken & some suggestions!Hi leonanthony
Thanks for the suggestions. I will fix the plugin for now. I think down the road we are thinking about creating a custom post type that is a profile. This way editor will be able to edit profiles.
Cheers
Forum: Plugins
In reply to: [FT Calendar] [Plugin: FT Calendar] Recurring events broken.Great it works. Thanks for the quick fix.
You guys rock.Forum: Plugins
In reply to: [FT Calendar] [Plugin: FT Calendar] Recurring events broken.Sure
FT-Calendar Version 1.0.2 and WP 3.1 (Multi user setup)
here is what I have on the new post page
https://skitch.com/enej/rsdtf/add-new-post-calendar-site-wordpresshere is what the widget looks like
https://skitch.com/enej/rsdtj/calendar-site-just-another-wordpress-dev-sites-siteIt has nothing in it even though I think it should have at least one event that repeats on both Monday and Thursday.
:S
Forum: Plugins
In reply to: [User Avatar] [Plugin: User Avatar] Broken code in 3.1I am no sure… I took a short look at the WP Hide Dashboard and I can’t say why the error happends exactly. I would turn warnings off on your production server and try to fix it in the development. Make sure that the plugin is not loaded on the pages so it will not break them.
Ask for help from wp-hide-dashboard users.
Forum: Plugins
In reply to: add link to home buttonTry going into Dashboard -> Appearance -> Editor
and select the header.php file. Just be very careful with it.Cheers Enej