Kunena 7.0.8 Released
The Kunena team has announce the arrival of Kunena 7.0.8 [K 7.0.8] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x./6.1.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
Solved Discuss plugin required field not red
10 years 10 months ago - 10 years 10 months ago #169050
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Discuss plugin required field not red
I have completly forgot this one, i will add it on github to don't forget it
P.S. : Added on github github.com/Kunena/Kunena-Addons/issues/180
P.S. : Added on github github.com/Kunena/Kunena-Addons/issues/180
I don't provide support by PM, because this can be useful for someone else.
Last edit: 10 years 10 months ago by xillibit.
The following user(s) said Thank You: ruud
Please Log in or Create an account to join the conversation.
10 years 10 months ago #169059
by ruud
sharing = caring
Replied by ruud on topic Discuss plugin required field not red
Thanks Xillibit 
perhaps also add the guest alert like it is in the forum (is in the same file: ./plugins/content/kunenadiscuss/tmpl/form.php)
perhaps also add the guest alert like it is in the forum (is in the same file: ./plugins/content/kunenadiscuss/tmpl/form.php)
Code:
..............
<td valign="top">
<table>
<!-- ADDED GUEST ALERT-->
<?php if(!$this->user->exists()) : ?>
<td></td><td><div class="alert alert-info"><?php echo JText::_('COM_KUNENA_GEN_GUEST'); ?></div></td>
</tr>
<?php endif; ?>
<!-- END ADDITION -->
<tr>
<td><span class="kdiscuss-quick-post-label"><?php echo JText::_('PLG_KUNENADISCUSS_NAME') ?></span></td
...........
sharing = caring
Please Log in or Create an account to join the conversation.
10 years 10 months ago #169063
by 810
Replied by 810 on topic Discuss plugin required field not red
done
The following user(s) said Thank You: ruud
Please Log in or Create an account to join the conversation.
10 years 10 months ago #169154
by ruud
sharing = caring
Replied by ruud on topic Discuss plugin required field not red
Hi, made a comment on the committed code, not sure if you got that?
sharing = caring
Please Log in or Create an account to join the conversation.
10 years 10 months ago #169158
by 810
Replied by 810 on topic Discuss plugin required field not red
replied
The following user(s) said Thank You: ruud
Please Log in or Create an account to join the conversation.
Time to create page: 0.246 seconds