|
|
 |
|
 |
|
| Quote Comments 2.0 |
Author: Joen Asmussen
This plugin adds a tiny link that says "Quote" on each comment on your posts. Click it, and the contents of the comment is copied to the comment area, wrapped in blockquote tags. Its even compatible with MCEComments Installation:
Upload the whole quote-comments folder to your wp-content/plugins/ folder
Go to your Wordpress admin -> Plugins and activate the Quote Comments plugin.
That should be it.
Note: If it doesnt work for you, go to the Quote Comments options page, and try using ´get_comment_text´ as plugin hook.
faq:
Do I have to do anything else than simply activate the plugin?
Nope. Thats all.
It doesnt work for me?
Quote-Comments requires that JavaScript is enabled.
If it still doesnt work, try going to the Quote Comments options page and switching plugin hook to ´get_comment_text´.
If even then it doesnt work, or it gives you a JavaScript alertbox, then theres most likely an issue with your Wordpress theme. Maybe look for theme that is compatible with newer versions of Wordpress. A theme that uses threaded comments, for instance, is very likely to work.
How To Replace The "Quote" Text With An Icon
Add this CSS to your stylesheet:
´a.comment_quote_link {
margin: 0;
height: 0;
display: block;
overflow: hidden;
width: 12px;
height: 12px;
text-indent: -9999px;
background: url(images/icon_quote_comment.gif) no-repeat right top;
}´
How To Move The "Quote" Text To The Top Right Corner Of The Comment
In addition to the above CSS, add the following to your stylesheet:
´.commentlist li {
position: relative;
}
a.comment_quote_link {
position: absolute;
right: 20px;
top: 20px;
z-index: 1;
}´
|
|
|
 |
|
 |
 |
|
 |
|
| WordPress Mobile Admin 3.0 |
Author: Rich Gubby
WordPress Mobile Admin is a fully featured WordPress control panel for your mobile. It works on every device - no matter what its capabilities, so it doesnt matter if you dont have an iPhone or BlackBerry, you can still manage and update your blog whilst youre on the go Installation:
To install through WordPress Control Panel:
Click "Plugins", then "Add New"
Enter "Wordpress mobile admin" as search term and click "Search Plugins"
Click the "Install" link on the right hand side against "WordPress Mobile Admin"
Click the red "Install Now" button
Click the "Activate Plugin" link
Enter your Wapple Architect dev key into the settings page. You can get one from here Wapple Dev Key Registration
To download and install manually:
Upload the entire wordpress-mobile-admin folder to the /wp-content/plugins/ directory.
Activate the plugin through the Plugins menu in WordPress.
Enter your Wapple Architect dev key into the settings page. You can get one from here Wapple Dev Key Registration
The control panel of Wapple Architect is in Settings > Wapple Architect
(on WordPress 2.3.3 and under, Options > Wapple Architect).
If you want to use the WordPress Mobile Plugin with WordPress MU as a site-wide plugin, install the "wordpress-mobile-plugin" folder in the plugins directory and activate on a site-by-site basis.
faq:
How do I get a dev key?
Head over to Wapple and fill out the simple form, you should be able to get your dev key within a couple of minutes!
Why doesnt the plugin work? I see the web version on my mobile!
Have you entered your dev key into the Wapple Architect settings?
If not, head over to Settings > Wapple Architect (or Options > Wapple Architect if youre on version 2.3.3 and under) and enter it into the "Dev Key" input box.
Do I need SOAP and SimpleXML running for this plugin to work?
In older versions of the plugin, you needed SOAP and SimpleXML, but not any more! From version 2.0, the dependancy on SimpleXML has been totally removed! You also do not need SOAP and can communicate with Wapples web services via REST.
File Uploads seem to be breaking my site
On some handsets on certain networks, file uploading doesnt work. Even though the mobile phone supports it, it doesnt like it. If you find youre having problems with posting, head to "Dashboard", then "Profile" and turn it off for your user.
|
|
|
 |
|
 |
|
|