Blog Module - Clicking on Blog URL doesn't go to posters page
Design and Skin Customization
If I click on the blog module menu in my top menu bar
https://www.punkbandpromotions.com
Then on the Newest Blogs tab which shows by default, I click on a heading of any blog anchor
It goes to another page with just the blog ( No Images or anything )
Then, click again on the heading of the blog again and it stays where it is ( Just keeps refreshing the same url ) ?
Shouldn't it go to the profile where it was posted so people can comment on it?
( This to me should happen at the top level, Not three clicks away, even if it did go to the creation url )
Link
https://www.punkbandpromotions.com/blogs
click on top blog heading ( or any for that matter ) then next page do it again.
It goes nowhere
I can only access the profile if I click on the comments text at the bottom of the blog post Or on the cog top right ( Which is a bit confusing )
( USING NOVA CLONE - BLOG TPL's UPDATED TODAY )
EDIT:-
Just found another issue.
If I click on the category text, down the bottom near
Comments ( In this case
Site News, It goes to a 404 page???
Just tried with every blog we have posted so far and they are all the same
EDIT 2:-
Seems there is another problem
If I go to the link below from our blog feed on the front page of our site ( clicking the heading for that blog on feed on front page )
https://www.punkbandpromotions.com/blogs/search/assault-battery-compilation-benefits-bat-world-sanctuary
It goes to the newest blogs tab and is empty.
Has to be something at my end with the feed coming from the front page maybe?.
This is my code for the front page.
{if isset($_conf.jrPunkBP_site_news_ids) && $_conf.jrPunkBP_site_news_ids > 0}
{jrCore_list module="jrBlog" order_by="blog_display_order numerical_asc" search1="blog_category = site news" search2="_profile_id in `$_conf.jrPunkBP_site_news_ids`" limit="5" template="index_site_news.tpl" assign="SITENEWS"}
{else}
{jrCore_list module="jrBlog" order_by="blog_display_order numerical_asc" search1="blog_category = site news" search2="_profile_id = 1" limit="5" template="index_site_news.tpl" assign="SITENEWS"}
{/if}
{if isset($SITENEWS) && strlen($SITENEWS) > 0}
{$SITENEWS}
{/if}
But I don't see why the headings of each blog would be changed instead of pointing at their original creation URL .
Any help?
updated by @madc: 05/01/14 07:45:26AM