orboan
Forum Replies Created
-
Craig,
thanks for your kind answer.
Best regards!Forum: Plugins
In reply to: [Mingle Forum] po and mo files, where?hello cartpauj,
in my case, the WP_LANG variable is set to ca_ES (catalan language) which is not an available language for the Mingle forum plugin, thus the forum is shown in english. But as my website users are bilingual (catalan ans spanish) I want the Mingle forum be shown in spanish instead of english, and leaving WP_LANG = “ca_ES” because the rest of the website has to be in catalan, not spanish.So please, can you tell me how can I hack the code of Migle forum plugin (wich php file and changing what) to make Migle forum be shown in spanish even WP_LANG is not set to spanish? I think it shoud only be a question of changing a value of a variable, instead of taking this value from the WP_LANG variable.
Thank you.
Forum: Plugins
In reply to: [New User Approve] Localization does not workSolved! It was ca_ES the suffix of the .mo file, but ca (not ca_ES) is used in wp-config.php.
Forum: Plugins
In reply to: [New User Approve] Localization does not workHi,
c’on, any clues? Translation is not working! I have my language file in the folder it is supposed to be, but it’s not working. Messages are shown in english. Am I missing some configuration? Or localization should automatically work from the language configured in wp-config (the main language for the site)?Thx.
Forum: Plugins
In reply to: [oik-nivo-slider] nivo slider in a widgetHi again,
I’ve read an example, post_parent=2256, but how do I know what is this number -in the example, the 2256- (I think it’s an ID) of the post where I want to take the images from?Forum: Plugins
In reply to: [Easy Invitation Codes] Sending invitation codes?Thx Julio,
I’ll try as you say. In case I introduce some modifications to your plugin I’ll share it with you and the community.Forum: Plugins
In reply to: [Easy Invitation Codes] Sending invitation codes?Hello again Julio,
ok, then I create a link on the front-end that sends the user to a simple form to put the email address. When actions triggered when clicking the Submit button of the form would be:
1- trigger the php function create_invitation_code(), which I understand returns the code as a return value
2- Pass the returned code as a parameter to a function that sends the email.Am I correct? Could you tell me what is the php funtion in WOrdpress to send the mail?
Thanks for your support!
Forum: Plugins
In reply to: [Easy Invitation Codes] Sending invitation codes?excuse me for duplication, a network issue.
Forum: Plugins
In reply to: [Easy Invitation Codes] A Warning is showmore on that last info: after the 2 mentioned warnings, the codes are generated and the initial warning dissapears.
Forum: Plugins
In reply to: [Easy Invitation Codes] A Warning is showUpdate+:
In the first time I created a code manually without problem and the warning dissapeared. In this second time (in the second child site) I’ve tried to create codes automatically (Generate Codes section) and the result are 2 more warnings:
Warning: in_array() [function.in-array]: Wrong datatype for second argument in /home/orboanx/public_html/wp-content/plugins/baw-invitation-codes/inc/back-end.php on line 152
Warning: Cannot modify header information – headers already sent by (output started at /home/orboanx/public_html/wp-content/plugins/baw-invitation-codes/inc/back-end.php:152) in /home/orboanx/public_html/wp-includes/pluggable.php on line 881
Hope this info helps you.
Forum: Plugins
In reply to: [Easy Invitation Codes] A Warning is showUpdate:
I’ve navigated now to the dashboard of another child site and the warning is shown. I navigated to the Invitation Code section and there is none, and a message which says “No codes yet, add one!”. If there should be a demo code, it seems that the Multisites Network activation of the plugin somehow unable the creation of that demo code and thus triggers that warning.
Forum: Plugins
In reply to: [Easy Invitation Codes] A Warning is showHello Julio,
I activated the plugin and I didn’t notice any demo code.
When I first saw the warning was when I was in the main dashboard section (just after activating the plugin from the Multisites network dashborad -it was network activated- and next navigating to the dashboard of a child site), and from there I directly went to Add new code, added a new code and voilà the warning dissapear. Cheking the list of codes, then, I only see the code I created.Forum: Plugins
In reply to: [Easy Invitation Codes] A Warning is showWell, once at least 1 code is created that warning dissapears. Therefore it can be solve with just a conditional checking if at least 1 code is created.
If you know what is the boolean to check in this conditional (how to check the existence of at least 1 code) please tell me.
thx.
Well, in case I don’t find any other solution (there is, but quite expensive so I’m looking for an alternative), I’d better test this plugin in my test site and see if it fits.
Thank u Marcus.And can not the start/end dates be the date the property is published (start date) and a very far (years from now) day as the end date? That way you could emulate what I need.