nothingless
Forum Replies Created
-
The username of the person you’re trying to send a PM to! I have it linked from author profile pages, I just pass their login name in the URL, ie,
/contact/?page=rwpm_send&recipient=admin
or
/contact/?page=rwpm_send&recipient=erica635
Just whatever their login name is. 🙂
Yes and yes. Still nothing happens – is it definitely supposed to work on MU?
Forum: Plugins
In reply to: [WP Web Scraper] [Plugin: WP Web Scraper] regex_replaceAccording to the manual, there’s a parameter created just for that:
basehref: A parameter which can be used to convert relative links from the scrap to absolute links. For example, basehref=”http://yahoo.com”, will convert all relative links to absolute by appending http://yahoo.com to all href and scr values. Note that basehref needs to be complete path (with http) and no trailing slash.
Example:
[wpws url="http://site.com/" basehref="http://www.westerntelegraph.co.uk" selector=".preview"]Yes, it worked for me after I changed the setting to display the recipients as Dropdown, not auto suggest.
Me too. Digging through the code, it does look like the Send form accepts both $_POST and $_GET for the Recipient, but haven’t gotten it to work via URL yet, like:
/private-messages/?recipient=Username
Edit! Actually, this does work!! But only if you choose the dropdown listing method, and not the auto suggest one. Link to it like this:
/your-page/?page=rwpm_send&recipient=Username
Obviously replace your-page with the Page you made with the Private Messages template. 🙂
Forum: Fixing WordPress
In reply to: Thumnail Permalink Problem – URL to attachment page is wrong.I’m having the exact same problem. Tluskie, I checked your site and it seems to work ok now? Could you tell me what the problem was for you?