dblatner
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What is the best way to export InDesign to WordPress?I just yesterday saw this InDesign add-on: http://www.iziexport.com/index.html#tf-about
I haven’t used it, but it looks interesting. I have done a lot of exporting from InDesign to InDesign (and gave a talk about it at PePcon: The Print + ePublishing Conference last month), but the solutions have all been manual (copy/paste or export html and run through a series of grep processing). Having a plug-in would be amazing.
–david blatner, [sig moderated; see http://codex.wordpress.org/Forum_Welcome#Signatures ]
Forum: Plugins
In reply to: [Import and export users and customers] Change UPME profile custom fields?It looks like all the data may be in one key.
The meta_key is:
_upme_search_cacheAnd the meta_value looks like (I have changed the true personal information):
first_name::Michael||last_name::Smith||role::subscriber||role::bbp_participant||twitter::smith||mem_label::Attendee||upme_activation_status::ACTIVE||upme_approval_status::ACTIVE||mem_country_select::United States||mem_title::Manager||mem_title::Designer||mem_company::Smith Inc||mem_bio::||mem_phone::||mem_city::Los Angeles||mem_state::CA||upme_user_profile_status::ACTIVE||mem_industry_s::Software Developer||mem_attend2::||mem_pepcon::||mem_ywutk::||mem_hearidc::||user_pic::http://conference.com/wp-content/uploads/upme/1318307_Smith_Tw.jpg||mem_interests::Design||mem_interests::Hiking||mem_interests::Illustrator||mem_interests::Photography||mem_interests::Photoshop||display_name::Michael Smith||attended::2015||username::smith3@example.com
I can put all that data into one “cell” in the CSV (I would make it a “calculation cell” in the excel document). Would that work?
Forum: Plugins
In reply to: [Import and export users and customers] Change UPME profile custom fields?I discovered in phpmyadmin that UPME is saving the data in wp_usermeta, in a meta_key called upme_search_cache
I don’t know if that helps.Thanks, esmi! But actually my question relates to the free s2member plug-in, too, at the url above.
Their site directs people to this forum, saying their forum is no longer operating.
Any luck with the wildcards? I was hoping to redirect an entire folder. Thanks!
Forum: Fixing WordPress
In reply to: Email comments to authorsVery frustrating that no one has responded.
However, I’ve read that wordpress should do this by default. That is, Author A should be getting notified of comments. However, it seems as though this is not always the case. I’m not sure why our authors would not be getting notified.Looks like this is one plug-in that does it:
http://wordpress.org/extend/plugins/notify-on-comment/Do we need a plug-in? Or is there a way for WP to send comments to blog post authors automatically?