- Posts: 149
COMMUNITY FORUM
Freetagging not working in frontend
- Markus Thiel
-
Topic Author
- Offline
- Premium Member
Less
More
14 years 9 months ago #87488
by Markus Thiel
Freetagging not working in frontend was created by Markus Thiel
hmmm I did an template override on the submit form... and now the freetagging stopped working in frontend ?? All I did was to:
<td><!-- <label><?php echo JText::_('Published'); ?></label> --></td>
<td><!-- <?php echo $this->lists; ?> --></td>
and
<!-- <tr>
<td><label for="alias"><?php echo JText::_('Title alias'); ?></label></td>
<td><input class="text_area" type="text" size="40" name="alias" id="alias" maxlength="250" value="<?php echo $this->row->alias; ?>" /></td>
<td><label for="featured"><?php echo JText::_('Is it featured?'); ?></label></td>
<td><input type="checkbox" name="featured" id="featured" <?php echo $this->row->featured?'checked="checked"':''; ?> value="1" /></td>
</tr> -->
Any ideas why it stopped working?
<td><!-- <label><?php echo JText::_('Published'); ?></label> --></td>
<td><!-- <?php echo $this->lists; ?> --></td>
and
<!-- <tr>
<td><label for="alias"><?php echo JText::_('Title alias'); ?></label></td>
<td><input class="text_area" type="text" size="40" name="alias" id="alias" maxlength="250" value="<?php echo $this->row->alias; ?>" /></td>
<td><label for="featured"><?php echo JText::_('Is it featured?'); ?></label></td>
<td><input type="checkbox" name="featured" id="featured" <?php echo $this->row->featured?'checked="checked"':''; ?> value="1" /></td>
</tr> -->
Any ideas why it stopped working?
Please Log in or Create an account to join the conversation.
- Parth Lawate
-
- Offline
- New Member
Less
More
- Posts: 18
14 years 8 months ago #87489
by Parth Lawate
Replied by Parth Lawate on topic Freetagging not working in frontend
Hi,
Can you tell me ho exactly did you overide the form ? Placing the file in the html folder of my template as below : /templates/ja_norite/html/com_k2/form.php
Does not seem to work..
Can you tell me ho exactly did you overide the form ? Placing the file in the html folder of my template as below : /templates/ja_norite/html/com_k2/form.php
Does not seem to work..
Please Log in or Create an account to join the conversation.
- Markus Thiel
-
Topic Author
- Offline
- Premium Member
Less
More
- Posts: 149
14 years 8 months ago #87490
by Markus Thiel
Replied by Markus Thiel on topic Freetagging not working in frontend
That´s what I did :)
Parth Lawate said:Hi,
Can you tell me ho exactly did you overide the form ? Placing the file in the html folder of my template as below : /templates/ja_norite/html/com_k2/form.php
Does not seem to work..
Parth Lawate said:Hi,
Can you tell me ho exactly did you overide the form ? Placing the file in the html folder of my template as below : /templates/ja_norite/html/com_k2/form.php
Does not seem to work..
Please Log in or Create an account to join the conversation.
- Parth Lawate
-
- Offline
- New Member
Less
More
- Posts: 18
14 years 8 months ago #87491
by Parth Lawate
Replied by Parth Lawate on topic Freetagging not working in frontend
Hi,
Actually seems it working.. I tried again later.. I think it was a cache issue or something..
Markus Thiel said:That´s what I did :)
Parth Lawate said:Hi, Can you tell me ho exactly did you overide the form ? Placing the file in the html folder of my template as below : /templates/ja_norite/html/com_k2/form.php
Does not seem to work..
Actually seems it working.. I tried again later.. I think it was a cache issue or something..
Markus Thiel said:That´s what I did :)
Parth Lawate said:Hi, Can you tell me ho exactly did you overide the form ? Placing the file in the html folder of my template as below : /templates/ja_norite/html/com_k2/form.php
Does not seem to work..
Please Log in or Create an account to join the conversation.
- Parth Lawate
-
- Offline
- New Member
Less
More
- Posts: 18
14 years 8 months ago #87492
by Parth Lawate
Replied by Parth Lawate on topic Freetagging not working in frontend
Hi Marcus..
I think i was half asleep when i tried.. this.. The overide on the form in fact is not working.. It seems i had edited the core file..
can you help me get it working ?
I think i was half asleep when i tried.. this.. The overide on the form in fact is not working.. It seems i had edited the core file..
can you help me get it working ?
Please Log in or Create an account to join the conversation.