Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Mark Kennedy Friend
    #191852

    Hi,

    I want to be able to create / submit article from front end for J! blog Joomla 3.0.

    Here is a tutorial I found:
    Add new articles from the category blog view frontend in Joomla 3

    But I am not sure where to insert the code or even if it will work with the custom stuff done to fixel’s j! blog.
    My best guess was adding it to fixel_item_default.php in templatesja_fixelhtmlcom_contentcategory but that didn’t work.

    <?php if ($params->get('show_print_icon')) : ?>
    <li class="print-icon"> <?php echo JHtml::_('icon.print_popup', $this->item, $params); ?> </li>
    <?php endif; ?>
    <?php if ($params->get('show_email_icon')) : ?>
    <li class="email-icon"> <?php echo JHtml::_('icon.email', $this->item, $params); ?> </li>
    <?php endif; ?>
    <?php if ($canEdit) : ?>
    <li class="edit-icon"> <?php echo JHtml::_('icon.edit', $this->item, $params); ?> </li>
    <?php endif; ?>
    <?php // Code to add a link to submit an article. ?>
    <?php if ($this->category->getParams()->get('access-create')) : ?>
    <?php echo JHtml::_('icon.create', $this->category, $this->category->params); ?>
    <?php endif; ?>

    Any ideas?

    Saguaros Moderator
    #510846

    Hi magneticeye,

    As guide in above reference, you can open file: templatesja_fixelhtmlcom_contentcategoryblog.php

    and add code like this:

    Then go to J!Blog page, it look like:

    Mark Kennedy Friend
    #510852

    Awesome!!! Totally works!!! Yay!!!

    Thanks Saguaros 🙂

    Saguaros Moderator
    #510855

    You’re welcome :laugh:

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 11 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum