Mark Winiarski
Forum Replies Created
-
Hi,
we are happy that you like our work.You could simply add new currency, using simple code snippet:
add_filter("adverts_currency_list", "adverts_currency_list_naira"); function adverts_currency_list_naira($currency_list) { $currency_list[] = array("code"=>"NGN", "sign"=>"?", "label"=>__("Nigerian Naira", "adverts") ); return $currency_list; }
You can add this snippet in your functions.php
If you will have troubles with that, please contact us via e-mail and we will happy to do it for you.
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Как поменять название полейHi,
my apologies, but we do not speak Russian. If you are able to write your question in English or Polish we will be happy to help you.Forum: Plugins
In reply to: [WPLingo - Forum Plugin] Double repliesHi,
thank you for your post.I want to add a feature which allows connecting forum topics with blog posts.
Yes, subscribing is available only from the dropdown. If I put all new features into standalone buttons, there will be more buttons than posts. ??
Sorry for late answer.
Forum: Plugins
In reply to: [WPLingo - Forum Plugin] For example: [Resolved], [Pending], [In Progress].Hi,
If you want to add this prefixes into the topic, for now, the only way is to edit topic title. If you want to add this kind of status into every post in the topic, I’m afraid that this is impossible right now and in the near future. Adding additional statuses (using hooks) will be available in future.
I’m not 100% sure if this is what you asking about.
Forum: Plugins
In reply to: [WPLingo - Forum Plugin] For example: [Resolved], [Pending], [In Progress].Hi,
1) Unfortunately, the plugin does not support such function as online users. Currently, I’m adding hooks and filters and creating documentation, so you be able to add this with next update, but not as a default function.
2) I not sure if I understand this one. Can you provide more details?
Sorry for the delay.
Forum: Plugins
In reply to: [WPLingo - Forum Plugin] Demo?Unfortunately I don’t have it, but I’m working on it and should be available soon.