phantasmix
Forum Replies Created
-
Forum: Plugins
In reply to: [BulletProof Security] Image bots blocked on MultisiteI’m actually not sure that I read the log file correctly.
Actual names are replaced with FILENAME and MYWEBSITEURL.COM
>>>>>>>>>>> 403 GET or Other Request Error Logged - May 22, 2013 - 2:39 pm <<<<<<<<<<< REMOTE_ADDR: 66.249.73.3 Host Name: crawl-66-249-73-3.googlebot.com HTTP_CLIENT_IP: HTTP_FORWARDED: HTTP_X_FORWARDED_FOR: HTTP_X_CLUSTER_CLIENT_IP: REQUEST_METHOD: GET HTTP_REFERER: REQUEST_URI: /tag/soil/%3C?php%20bloginfo(\'template_directory\');%20?%3E/images/FILENAME.png%E2%80%9D%20alt=%E2%80%9D QUERY_STRING: HTTP_USER_AGENT: Googlebot-Image/1.0
Here’s another one:
>>>>>>>>>>> 403 GET or Other Request Error Logged - May 22, 2013 - 4:31 pm <<<<<<<<<<< REMOTE_ADDR: 50.116.103.39 Host Name: 50.116.103.39 HTTP_CLIENT_IP: HTTP_FORWARDED: HTTP_X_FORWARDED_FOR: HTTP_X_CLUSTER_CLIENT_IP: REQUEST_METHOD: GET HTTP_REFERER: REQUEST_URI: /files/2013/05/shutterstock_78551506-270x180.jpg QUERY_STRING: HTTP_USER_AGENT: WordPress/3.5.1; https://MYWEBSITEURL.COM
Last one
>>>>>>>>>>> 403 GET or Other Request Error Logged - mai 17, 2013 - 10:33 <<<<<<<<<<< REMOTE_ADDR: 66.249.73.3 Host Name: crawl-66-249-73-3.googlebot.com HTTP_CLIENT_IP: HTTP_FORWARDED: HTTP_X_FORWARDED_FOR: HTTP_X_CLUSTER_CLIENT_IP: REQUEST_METHOD: GET HTTP_REFERER: REQUEST_URI: /ARTICLENAME/%3C?php%20bloginfo(\'template_directory\');%20?%3E/images/FILENAME.png%C2%A0%C2%BB%20alt=%C2%A0%C2%BB QUERY_STRING: HTTP_USER_AGENT: Googlebot-Image/1.0
Hi,
can you please format the solution code?Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Bit.ly not workingWP-me isn’t working either — I’ve got jetpack connected and all.
Google setup looks daunting, geez.
Forum: Plugins
In reply to: [NextScripts: Social Networks Auto-Poster] Bit.ly not workingI haven’t tried because I don’t have any other shortener accounts. Will try now.
Forum: Plugins
In reply to: [Social Media Feather | social media sharing] Pinterest?Awesome
Thank you, Synved!bool(true) and bool(false)
I’m using Relevanssi Premium, if that makes a difference.
Yes, it works without Relevanssi.
Forum: Plugins
In reply to: Authors in a Tabbed SliderGot the Author Custom Field to show up using this:
<?php the_author_meta( 'author_status', $user->ID ); ?>
Placed where in the repeatable content area. Just change ‘author_status’ to the name of your Author custom field.
***
LAST ONE!Sort authors by last post. I think right now they’re sorted by Author ID, definitely not alphabetically, I was wrong.
Forum: Plugins
In reply to: Authors in a Tabbed SliderOk, I figured out that one author with 0 posts was messing up the tabs.
I need to add IF statement, that is “if post exists”. Any assistance much appreciated!To-Do list update:
1) Add custom field to the array;
2) Sort authors by latest post, not alphabetically.
Forum: Plugins
In reply to: Authors in a Tabbed SliderPost meta was obviously easy enough to add using the standard code. 2 issues remaining:
1) Author name wrapping stil only works up to 3 tabs, the 4th one has everything grouped together;
2) Need to add custom field to the array.
Forum: Plugins
In reply to: [Category Icons Lite] [Plugin: Category Icons Lite] Icons show up randomlyHi Submarine,
I’ve installed Category Icons, the full version, and ran into a similar issue as with Lite.When I’m viewing a category archive, some categories show wrong icons next to the category title. I don’t understand why a category would need a priority, since I only assigned just 1 icon for each one (and maybe I don’t understand the priority feature.)
Thank you
Forum: Plugins
In reply to: [Category Icons Lite] [Plugin: Category Icons Lite] Icons show up randomlyI only want to show one icon, not multiple.
Forum: Plugins
In reply to: qtranslate – Category DescriptionAh, yes, hadn’t tried that at firist, but it works without modifying the function file, too. Thanks again!
Forum: Plugins
In reply to: qtranslate – Category DescriptionHi there,
thanks for this, works great!Rich Category Editor is not really necessary. That code with <!–:en–> worked in the regular category description field.