dv8tminds
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: unable to assign target=”_blank” to links in postsBistro,
I was wondering if you were ever able to figure something out on this. I have the exact same problem and it is killing me. I want my subscribers to be able to add links and images to their comments, but I don’t want them to leave my blog page.
Thanks.MJI
Forum: Plugins
In reply to: [Plugin: Spell Checker] Fatal Error on InstallDisclaimer. I don’t know step one about writing php code, infact can just about spell .php 3 out of 4 times correctly with references, so edit at your own risk. LOL
I am using WP 2.7.1, mostly the default setting, and default directory structure.
Error # 1
Warning: require(/******/blog/wp-content/spell-plugin/spellInclude.php)
[function.require]: failed to open stream: No such file or directory in
**********/blog/wp-content/plugins/spell-plugin.php on line 36
——
spellInclude.php is not in the /wp-content/spell-plugin subdirectory, it is in the wp-content/plugins/spell-checker subdirectory. In note pad I just used find and replace to replace spell-plugin with plugins/spell-checker.Takes us to error # 2
Warning: require_once (/******/blog/wp-content/wp-config.php) [function.require-once]: failed to open stream: No such file or directory in *******/blog/wp-content/plugins/spell-checker/spellInclude.php on line 7
——-
wp-config.php is not in /blog/wp-content, it is in /blog. In the spellInclude.php file I changedrequire_once (dirname(dirname(__FILE__)) . “wp-config.php”);
To read
require_once (dirname(dirname(dirname(__FILE__))) . “wp-config.php”);
After these changes I was able to get the Spell Checker widget to activate. I have made the changes I want to the Spell Check config page in my Admin Dashboard, and I see the spell check icon when I post a new comment. What I can’t figure out, from the Install instructions on the WP plugin page, is how do I get the spell checker to work for comments?
Hope someone can HELP!!!!MJI
Forum: Requests and Feedback
In reply to: 2.7 ‘choose from popular tags’ does nothingI seem to be having the same problem.
Logged in as a user with Administrator privileges I can edit or create a new post and click on “Choose from the most popular tags” and see all the tags that have been used and select accordingly.
When logged in as a user that has Author privileges, when I click on “Choose from the most popular tags” the only thing that shows up is a -1. I have changed the privileges for this account from Author to Administrator and the tags show up just fine, but as soon as I change the privileges back to Author the list changes back to -1.
I Have NextGEN Gallery plugin installed and I thought that may have changed something within my site since it does work with the tags. I have Subscribers selected for Tags under the Roles portion.
I am thinking it is a permissions issue; I’m just not sure where to check or what to change. Any help would be appreciated. Thanks.MJI
Forum: Fixing WordPress
In reply to: Most popular tags-No tags found!I seem to be having the same problem.
Logged in as a user with Administrator privileges I can edit or create a new post and click on “Choose from the most popular tags” and see all the tags that have been used and select accordingly.
When logged in as a user that has Author privileges, when I click on “Choose from the most popular tags” the only thing that shows up is a -1. I have changed the privileges for this account from Author to Administrator and the tags show up just fine, but as soon as I change the privileges back to Author the list changes back to -1.
I Have NextGEN Gallery plugin installed and I thought that may have changed something within my site since it does work with the tags. I have Subscribers selected for Tags under the Roles portion.
I am thinking it is a permissions issue; I’m just not sure where to check or what to change. Any help would be appreciated. Thanks.MJI