explosivealan
Forum Replies Created
-
Forum: Plugins
In reply to: [Import and export users and customers] Import password hashI found out that sometime the password hash would be imported as plain text
for example , password 12345678 , md5 hash is 25d55ad283aa400af464c76d713c07ad
I can just input it in the mysql and it would be ok to use 12345678 to login. WordPress would re-hash it to $P$Bxxxxxxxxx next login.however using the plugin, if I put 25d55ad283aa400af464c76d713c07ad in the password column
the plugin would consider “25d55ad283aa400af464c76d713c07ad” as plaintext password, and hash it to some $P$Bxxxxxxxxxxxx
then the password become 25d55ad283aa400af464c76d713c07ad
Forum: Plugins
In reply to: [qTranslate X] error when number of menu item over 35cant expect every thing to work nicely ??
always good to be able to find a work around ??Forum: Plugins
In reply to: [qTranslate X] error when number of menu item over 35tested a few things:
work fine on twentyfourteen
work fine with this beta: https://github.com/qTranslate-Team/qtranslate-x/archive/master.zip (downloaded on 18/5/2015)
my current work around is to use beta version when i need to modify the menu. Then switch back to 3.3.
thxForum: Plugins
In reply to: [qTranslate X] error when number of menu item over 35@gunu
Jupiter theme,
qTranslate X,
WooCommerce,
WooCommerce & qTranslate-X,
WPBakery Visual Composer,
WPBakery Visual Composer & qTranslate-XForum: Plugins
In reply to: [Jazzy Forms] [Plugin: Jazzy Forms] conditionally displaying fields in e-mailYa this would be great, I am also looking for this feature
Alan
Forum: Fixing WordPress
In reply to: change "Older Entries"thanks to smounche, you inspired me to change me site’s older entries / newer entires as well
thanks to alchymyth, you inspired me how to do itForum: Fixing WordPress
In reply to: change "Older Entries"i think some other functions may use to do page/comment nav is get_previous_comments_link
get_next_comments_link
get_previous_post_link
get_next_post_link
get_previous_posts_link
get_next_posts_linksearch them in your themes
mine is in function.phpedit the text inside these functions and you will get the phrase you want.
also, « and » these 2 symbols could be useful.you can take a look at my site: https://wine.waiwah.hk/?cat=29&lang=en
Forum: Fixing WordPress
In reply to: WP installed in new subdomain, default path failum… what i mean manually is via ftp agent, what doesn’t is upload via the wp-admin, which send files to the wrong directory