• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: Sharing Icons, Comments don't display initially

Sharing Icons, Comments don't display initially 12 years 2 weeks ago #17260

Not sure if this is by default but on a post it does not initially display the sharing icons, tags, and the comments form. The "Read More Link" option is turned off in the configuration but the "Read Full Story" link still displays on the front end below the full post. If I click on the "Read Full Story" link it will then display everything which is what I assume it should initially.

Can someone confirm if this is the how it's suppose to work or how to get it to display without using a link?

Thanks in advance for anyone's help.

Joomla 2.5.4
RsBlog - 1.0 Rev 7
RsComments - 1.0 Rev 9
Last Edit: 12 years 1 week ago by Mobilepro. Reason: Clarification
The administrator has disabled public write access.

Re: Sharing Icons, Comments don't display initially 12 years 2 days ago #17404

Sorry for the bump but is there anyone who uses rsBlog able to help with this?

Thanks!
The administrator has disabled public write access.

Re: Sharing Icons, Comments don't display initially 11 years 11 months ago #17613

To get the sharing icons in the default view,

In components\com_rsblog\templates\default\single.php
comment :
<?php echo JHTML::_('rsblog.social',$post); ?>
</div>

In components\com_rsblog\templates\default\posts.php
add
<?php echo JHTML::_('rsblog.social',$post); ?>


at the bottom before:
<?php } ?>
</div>
Last Edit: 11 years 11 months ago by patrickus.
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!