tankard
Forum Replies Created
-
Thank you very much for pointing me into the right direction. All option boxes in “Settings -> Q&A Forum” appears to be inactive – although they were active just a few hours ago. I ticked the boxes again and it is working OK now.
Sorry, this is not the fault of the plugin – probably something on my side. Great plugin, definitely deserves 5 stars!
Whoohoo! Thank you very much. That fixed it!
I was using the very latest version of WP and Q&A – I just downloaded them both.
Forum: Plugins
In reply to: [Plugin: eShop] How do I allow “Authors” to add products?elfin, thank you very much for your reply! Role Manager does the trick but only partially. Is there a way to block “Authors” from accessing eShop settings? I probably need to edit the Role Manager.
This random thing: I think I don’t need the db. The string just has to go to two different e-mail addresses and have a variable output (for example, $mystring) so that I can work with the string further via $_GET. The short story is that after the payment has been confirmed, this $mystring triggers another script to work. I don’t mind telling you everything about it, it’s just that this is a fresh idea and I don’t feel comfortable about everyone out there doing the same thing right now.
However, I don’t mind if you use this concept for your version 4. Maybe we can chat somewhere in private? May I contact you through your website? There was another interesting thing I wanted to share with you.
Sorry guys, it’s too spam-prone to make it public without prior consideration!
Forum: Plugins
In reply to: Is Profiler compatible with Register PlusIn fact they are not compatible. But it would only take little effort to make them work together. Result? Probably the biggest step towards making WordPress a community thing!
I am very new to WordPress and php so, maybe if you help me, we could make this work.
“Register plus” stores the custom fields in MySQL table usermeta. We just need to edit profiler.php by adding a couple of new variables and functions. For example, I have added a custom field “gender” and have a row in usermeta: userid 289 / meta_key gender / meta_value male
In profiler.php before this bit:
if($user_description != '')
we need to add something like$user_custom_gender = "SELECT meta_value FROM usermeta WHERE metakey = 'gender' AND WHERE userid = '$id'";
Please let me know what you think, maybe you have ideas on how to make this work correctly.
Thank you.
Forum: Plugins
In reply to: [Plugin: WP-Classified] Will development continue?Mohammad, you’ve done a great job. Thank you. I love this plugin. A couple of suggestions though.
1. file functions.php, line #288 I added a separator... sified\">Main</a> | <img src=\"" .get_blog ...
otherwise when you’re viewing an ad, the menu looks crammed up. Now it is Main | Current Category
2. The bottom of the classified page where you have this RSS and Adsense thing. Adsense is blocking the Captcha and the RSS icon doesn’t break. You can sort this out by using a simple<br />
tag or place the ad-block into a <div>.
3. As you view the ad, user.gif and cal.gif shift to and fro when you MouseOver them. Annoying! Probably a CSS issue.Apart from that, it is brilliant. When I make loads of dosh from it, I will no doubt consider a donation.
@ j8h9, have you tried to create a fake user and see if he (the fake one) can post ads?
@ those who cannot get the plugin to work, either view the readme.txt for htaccess instructions or switch away from Windows server to Unix. Why would you use Windows server anyway?