By Robert Hatch on Thursday, 12 September 2013
Posted in General Issues
Replies 4
Likes 0
Views 664
Votes 0
Hi

I have set up a blog who's title is "Student Central Network Blog". On the pulldown menu are the categories. When you choose a category from the pulldown menu it displays the category heading which is great.(see attachment 1) However when you click "continue reading" it pulls up the entire blog but instead of the category heading it displays "Student Central Network Blog"(see attachment 2) instead of the category heading. How can I fix this?

Thank you
HI,

Taking into consideration that the file can get messed up while updating - can you please let me know which file edit?

Thanks
·
Wednesday, 18 December 2013 03:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rachel,

This is the file for the header: ..\components\com_easyblog\themes\default\toolbar.php. Hope this helps.
·
Wednesday, 18 December 2013 10:27
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks

If I add the subscribe to this category :
<?php if( ($category->private && $system->my->id != 0 ) || ($system->my->id == 0 && $system->config->get( 'main_allowguestsubscribe' )) || $system->my->id != 0) : ?>
<li>
<a href="javascript:eblog.subscription.show( '<?php echo EBLOG_SUBSCRIPTION_CATEGORY; ?>' , '<?php echo $category->id;?>');" title="<?php echo JText::_('COM_EASYBLOG_SUBSCRIPTION_SUBSCRIBE_CATEGORY'); ?>" class="link-subscribe">
<span><?php echo JText::_('COM_EASYBLOG_SUBSCRIPTION_SUBSCRIBE_CATEGORY'); ?></span>
</a>
</li>
<?php endif; ?>


to toolbar.php - will it work? Will the Subscribe to this category wii actually work on this page?

Thanks
·
Wednesday, 18 December 2013 19:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Rachel,

So sorry for the delay in getting back to you. The codes look correct at a glance. But you will have to test this out and see if it works

Thanks!
·
Thursday, 19 December 2013 00:57
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post