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
Question [fixed] inputbox notify
11 years 4 months ago - 11 years 3 months ago #163496
by ruud
sharing = caring
[fixed] inputbox notify was created by ruud
@810 Hi, sorry for opening a new thread.
Couldn’t reply to this one: www.kunena.org/forum/k-4-0-support-archi...-box-position#163479
if you wrap the input and text within <div> </div> they 'stick' together on the same line and are not split
Couldn’t reply to this one: www.kunena.org/forum/k-4-0-support-archi...-box-position#163479
if you wrap the input and text within <div> </div> they 'stick' together on the same line and are not split
Code:
<?php if ($topic->isAuthorised('subscribe')) : ?>
<div>
<input type="checkbox" name="subscribeMe" value="1"
<?php echo ($config->subscriptionschecked == 1 && $me->canSubscribe || $config->subscriptionschecked == 0 && $$
<i><?php echo JText::_('COM_KUNENA_POST_NOTIFIED'); ?></i>
<br />
</div>
<?php endif; ?>
sharing = caring
Last edit: 11 years 3 months ago by ruud.
Please Log in or Create an account to join the conversation.
11 years 4 months ago #163507
by 810
Replied by 810 on topic inputbox notify
they are in <div></div>
Could you suggest how to do it?
Could you suggest how to do it?
Please Log in or Create an account to join the conversation.
11 years 4 months ago #163508
by ruud
Hi, just as shown above, I already added the div tags in there
instead of div you could also use <label></label> I think, but be aware: I am not a developer
sharing = caring
Replied by ruud on topic inputbox notify
810 wrote: they are in <div></div>
Could you suggest how to do it?
Hi, just as shown above, I already added the div tags in there
instead of div you could also use <label></label> I think, but be aware: I am not a developer
sharing = caring
Please Log in or Create an account to join the conversation.
11 years 4 months ago #163509
by 810
Replied by 810 on topic inputbox notify
ok, i have changed it, moving this topic to archive
The following user(s) said Thank You: ruud
Please Log in or Create an account to join the conversation.
Time to create page: 0.229 seconds