Новые плагины для wordpress\ New plugins9 February 2009, 23:02:13 |
| Tags: buddypress, wordpress, wordpress mu | Comments [ 232 ] |
Новые плагины для wordpress\ New plugins9 February 2009, 23:02:13 |
| Tags: buddypress, wordpress, wordpress mu | Comments [ 232 ] |
19 June at 7:05 pm
Incompatible archive PCLZIP_ERR_BAD_FORMAT (-10) : Unable to find End of Central Dir Record signature
doesnt show up for me.
Wordpress 2.9.2
Buddypress 1.2.4.1
24 June at 10:55 pm
I have installed the wp-invites and Reigstered Users Only 2. They are great.
I have two questions:
1. I would like to be able to set the “from” for the email to something other than “WordPress”. How can I do that?
2. I would like the link in the email to the registrant to go to the blog home page, not the profile page. Where do I do that?
Thanks in advance for your help. :)
Mary Beth
24 July at 9:17 pm
установил wp-invites и wp-invites-widget.
Отправил инвайт через виджет.
Вообще отправил кучу интвайтов на одно и то же мыло.
мне вот кажется, что это не правильно :).
Что думаете вы? может я вообще не в том плагине ищю ответы? :)
Спасибо.
25 July at 4:04 pm
кстати, для моей версии вордпресса 2.9.2 не работал транслятор для этого плагина.
дописал функцию в do_action(‘init’… с использованием load_plugin_textdomain(‘wp-invites’, ‘wp-content/plugins/wp-invites/langs’);
версия плагина 2.21
29 July at 6:58 pm
Hello
I have installed both wp-invites and wp-invites widget and have problem as when invitee fills the form in register it asks for activation code but they can still signup by leaving the box blank looks like the code is not validated to the code that was sent in email.
Can you help me with the problem.
Govindji Patel
5 September at 2:48 pm
Hello,
I am trying to remove the functions which delete a registration code once it’s being used but im having trouble finding them all. If you have time can you help me?
Cheers,
Crucias
8 September at 9:53 pm
Hello. Just remove the following lines:
$sql = ‘DELETE FROM ‘.INVITES_PREFIX.’invites WHERE `datetime` < NOW() - INTERVAL '.$wp_invites_options['REMOVE_INTERVAL'].' DAY';//remove old codes
$wpdb->query($sql);
6 September at 8:10 pm
так и не понял как включить русский язык? подскажите. файлы русифицированные лежат, а как заставить их работать непонятно :/
8 September at 9:50 pm
Достаточно, чтобы русский язык был выставлен в блоге. Если при этом плагин на английском – значи, мне было день делать локализацию и её просто нет (а файлы с локализацией – от предыдущих версией).
22 September at 7:38 pm
Hi
Im using Registered User 2. Its great thanks.
Just one question, is it possible to have an area that is open to the public and then a further area where only those registerd can access?
thanks in advance
13 October at 1:01 pm
I need to show to my users only home page, could you add this option to your plugin? then I?ll use ti and rate it 5-5!
19 October at 6:20 pm
Hi,
I’ve been running into a wall while running the “registered-users-only-2″ plugin on my site. I expect users to activate their account to validate their e-mail address but it seems that the plugin was preventing them to access the activation page. I’m running WordPress 3.0.1.
I found a way to trick the plugin but I’m not sure it’s the best nor if it deserves to be integrated in the plugin codebase. I updated RegisteredUsersOnly::MaybeRedirect method code with the following changes:
- declaring $wp in the global variables
- adding the following statement before the call to auth_redirect:
if ( $wp->request == ‘activate’ ) return;
24 October at 10:52 am
Hello, just wondering where the option for disabling RSS are. I’m not sure any new options loaded at all. Also, has there been a workaround yet for turning off Buddypress activity feed?
4 November at 1:15 am
Hi!
I want the plugin “wp invites” to be in German, so the members for my BuddyPress can all understand what is mentioned. Its a private club with only Germans. Please update the files so I can translate them.
The plugin is very good an helpful!! Thank you for making it!!
Gereetings,
Allack
4 November at 3:47 am
Check your mail :)
9 November at 1:32 am
Hello same like ALLAK i need “wp invites” or better
Registered Users Only 2 in German is that possible?!
9 November at 1:39 am
Me again :-)
Hello same like ALLAK i need “wp invites” or better
Registered Users Only 2 in German is that possible?!
12 November at 4:12 am
Hi, i did upgraded my WP on latest and i have problems with plugin for meta info from u. I cant see now this plugin as widget, i even did try to take last version on wordpress.org, but there in readme file is told that it is only up to 2.9 WP but i have last one. On site of wordpress.org is though told it works with last but not with mine. So what do i do now? I need that plugin? Thanks a lot for help.
26 November at 2:51 am
Здравствуйте. Хотел бы задать вопрос по поводу плагина Customize Meta Widget. Выше уже спрашивали, как сменить заголовок “Мета”, но я не настолько хорошо знаю php, не могли бы вы конкретно сказать где, в какой строчке можно изменить заголовок?
Заранее Спасибо!
4 December at 12:22 am
Hi,
The plugin is working great for me. Thanks!
A couple of other posts have asked, but here’s another request. Is there any way to exclude some pages from the automatic redirection? I want any user to be able to see a couple of pages but have the rest of the blog be login-protected. Is there anyway to do that? Is there an easy hack?
Thanks,
–jamie
4 December at 8:27 pm
Hi, I have this network activated. However, I’m running into a huge problem with those who register on the main blog with bp having to re-register to each blog. Network activation is acting more like it’s individually activated on separate blogs. If it’s for bp which have the same members throughout the network , how can I have one registration on the main blog work for other specific sub sites ?
5 December at 8:06 pm
I found out registering to sub sites is a misnomer. I have to add them through the super admin panel.
18 December at 2:46 pm
The combination of wp-invite and registered-users-only-2 is *almost* perfect. Unfortunately, there’s no way for an unregistered user to request an activation code.