asda
Forum Replies Created
-
Forum: Plugins
In reply to: [Dashboard Notes] how to show only on admin homepage ?Hey Mickey,
the plugin doesnt work 100% perfectly. Im trying to get #1 to work. see below:
#1
/ /index.php
only works on /index.php
#2
/
only works on /#3
/index.php
only works on /index.phpForum: Plugins
In reply to: [Twitter Mentions As Comments] completely broken due to twitter api updatemissing this file: /twitter-mentions-as-comments/includes/boilerplate/class.plugin-boilerplate.php
Forum: Plugins
In reply to: [Twitter Mentions As Comments] completely broken due to twitter api updatePHP version updated to 5.4
Warning: require_once(/home/n2s/public_html/blog/wp-content/plugins/twitter-mentions-as-comments/includes/boilerplate/class.plugin-boilerplate.php): failed to open stream: No such file or directory in /home/n2s/public_html/blog/wp-content/plugins/twitter-mentions-as-comments/twitter-mentions-as-comments.php on line 39
Fatal error: require_once(): Failed opening required ‘/home/n2s/public_html/blog/wp-content/plugins/twitter-mentions-as-comments/includes/boilerplate/class.plugin-boilerplate.php’ (include_path=’.:/opt/alt/php54/usr/share/pear:/opt/alt/php54/usr/share/php’) in /home/n2s/public_html/blog/wp-content/plugins/twitter-mentions-as-comments/twitter-mentions-as-comments.php on line 39
Forum: Plugins
In reply to: [Twitter Mentions As Comments] completely broken due to twitter api updatesame error
Parse error: syntax error, unexpected T_STRING in /public_html/blog/wp-content/plugins/twitter-mentions-as-comments/twitter-mentions-as-comments.php on line 110Forum: Fixing WordPress
In reply to: malware issueOn Sun, Feb 19, 2012 at 4:55 PM, WordPress <[email protected]> wrote:
This notice is to inform you that someone at IP address 216.21.58.26 tried to login to your site “MY WORDPRES BLOG” and failed.
The targeted username was Admin
The IP address has been blocked for 60 minutes.
we recorded 4 different IP’s trying to access our “admin” account. only one (that we know of) got through.
Forum: Fixing WordPress
In reply to: malware issueWarning: Something’s Not Right Here!
xxxxMY-WESBITExxxxxx.com contains content from jqbttmjdxx.ddns.ms, a site known to distribute malware. Your computer might catch a virus if you visit this site.
Google has found malicious software may be installed onto your computer if you proceed. If you’ve visited this site in the past or you trust this site, it’s possible that it has just recently been compromised by a hacker. You should not proceed, and perhaps try again tomorrow or go somewhere else.
We have already notified jqbttmjdxx.ddns.ms that we found malware on the site. For more about the problems found on jqbttmjdxx.ddns.ms, visit the Google Safe Browsing diagnostic page.Forum: Plugins
In reply to: .htaccess Redirect — Domain ->> SubdomainNot sure.. but this might be useful to some people! https://blog.ninedays.org/2008/03/11/htaccess-redirect-a-directory-to-a-subdomain-and-force-www/
Forum: Plugins
In reply to: .htaccess Redirect — Domain ->> SubdomainI want to use “301” redirect.
Forum: Plugins
In reply to: Retreive First Image From Posthttps://www.ads-software.com/support/topic/347903
I just want to do an IF STATEMENT
//
look for the custom field “article_thumb” ->>
if there is no “article_thumb” then look for first image in article
if there is no image in the article ->>
set “default.jpg” as the article image.
end if
//Forum: Fixing WordPress
In reply to: Is this an exploit in Post Thumb Revisited?https://www.ads-software.com/support/topic/347903
I just want to do an IF STATEMENT
//
look for the custom field “article_thumb” ->>
if there is no “article_thumb” then look for first image in article
if there is no image in the article ->>
set “default.jpg” as the article image.
end if
//Forum: Plugins
In reply to: Scan Article for First Image, or look for Custom Field (functions.php)I just want to do an IF STATEMENT
//
look for first image in article
if there is no image in the article ->>
look for the custom field “article_thumb” ->>
if there is no “article thumb” set “default.jpg” as the article image.
end if
//I think all that can be done in the functions.php without altering the code in any other file..
Forum: Installing WordPress
In reply to: 2.8 Problems and Solutions (FAQ)https://www.ads-software.com/support/topic/333995
TAGS NOT WORKING! I tried..
– deactivating plugins
– changing plugin folder
– changing themeForum: Fixing WordPress
In reply to: Tags clear/erase themselves when plsting articleSAME PROBLEM:
https://www.ads-software.com/support/topic/284053?replies=4
https://www.ads-software.com/support/topic/280009?replies=11and supposedly.. this is the solution on how to fix this problem. (going to try it right now)
https://www.frenchytech.com/2009/07/25/wordpress-28-et-les-problemes-de-tags-et-de-theme/Forum: Fixing WordPress
In reply to: Tags clear/erase themselves when plsting articlesame problem that this guy is having.. https://www.ads-software.com/support/topic/322057?replies=3
Forum: Fixing WordPress
In reply to: Tags clear/erase themselves when plsting articledeactivated all plugins – still the same problem
reactivated plugins that i use – still nothing..changed ftp folder – still nothing.
the only thing I noticed was that I was able to add a “test” tag to a specific article. But was not allowed to post a “Jennifer Lopez” tag. (which is what I was trying to do before). I was able to post “test Jennifer Lopez” tag. VERY WEIRD..
Im guessing some of the database tables were changed during the conversion from 2.7 to 2.8.6 .. and it broke it?