farraday1
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Ultimate Search] Limit search to taxonomiesThanks a lot!
Forum: Plugins
In reply to: [WP Ultimate Search] Limit search to taxonomiesThank you so much – you were 100% clear on my question.
“However, if a user were just to enter “Lorem”, then it would return all results from all taxonomies.”
That´s what I want / need to avoid. I have created a custom template for my needs already which works perfectly except for the mentioned issue.
Good to hear that I could solve that within the template file. Do you have any hint or snippet on that?
Forum: Plugins
In reply to: [Search Meter] [Plugin: Search Meter] not getting any search resultsSame here. It must be interfering with another plugin but I haven´t found out which one yet. It works on 3 of my blogs, but not on my latest two wp installations. No idea why.
Forum: Plugins
In reply to: [CM Answers - Discussion Forum Plugin for WordPress Q&A] Pro-VersionCool thanks for your reply.
– It would be good to have several Shortcodes to achieve the following:
insert all questions, most popular questions or questions of a certain category into posts, pages and the theme files. It would be great if you can set the amount of questions to be shown (showpost=5)and more filters (questions of a certain user)…– Roles/capabilities: set permissions for questions and answers. In my case Subscribers are only allowed to ask and experts (admin, contributor, custom role) have the permission to post answers.
– Profiles: Link question author name to author profile (standard wp). Profile should show all questions / answers of that author. Could be achieved through shortcodes in author-template
– Make votes optional: if unchecked the box beside of questions should disappear
If this works please also consider a developer license for unlimited projects 🙂
Hi Dave,
thanks for your reply. Your plugin is exactly what I need but I almost gave up customizing it. But I think there are some general problems:
– <?php get_the_category( $question->ID ); ?> is not working, no error, but not showing anything. But if I check the Qusteions -> Category List in the Backend it will show me all my Post categories and the numer of articles, not questions. If I click on that numer, I get to the list of questions though. So maybe this is why I don´t get an output with my code?
– I translated the plugin into German and put the mo and po into the language folder which was back with the latest update. But the translation doesnt work. I can provide you with the files to include them into the next update.
– I´d like to use tags for the questions aswell. Is that possible without touching the plugin files?
I really hope I can make this work for my project. It´s so close to what I need.
I appreciate your help!
Thanks, T.
Hi Maxkano,
I had the same problem and almost gave up. For me it was another plugin (EnhancedTooltipGlossary)to cause that problem in combination. I deactivated it and everything worked. Try deactivating certain plugins to see if the permalinks work.
Note: sometimes it´s enough to go to Setting – Permalinks and save it like it is. This didn´t work for me but you shoulkd try it first.