Could someone tell me where the file is to adjust the page layout of the blogs when you go in to categories. I mean the page that will list on the left:
Actions
Overview
Catergories
Tags
and then list the actual category on the right
Ie. Vacation
I wanted to delete some of the blocks but can't seem to find where its stored!
Thanks a lot.
|
Builders -> Pages Blocks
Choose page: Blog Post View |
Thanks for the reply 'OKWEB' unfortunately thats not where I mean't though.
If you go to the page www etc /blogs/entry and then click on a category such as 'books' it takes you to a page that lists items such as on the left:
Actions
Overview
Catergories
Tags
and then list the actual category on the right
Ie. Vacation
It's this page (blogs/posts/admin/category/vacation) I need to alter but can't find it in the dashboard.
Thanks
|
try modifying both of the following blocks and see if that does your thing
in the administration->blocks->blog post view
yoursite.com/administration/pageBuilder.php?Page=bx_blogs
in the administration->blocks->blog home
yoursite.com/administration/pageBuilder.php?Page=bx_blogs_home
|
Thank you but thats not it either !
Really bugging me this one LOL
|
can you show some screenshot to better understand what you want. so much to do.... |
I have attached a screen shot of where this takes you.
I want to be able to adjust the blocks. Such as remove the actions or place it at the bottom after tags etc.
Thanks for your help again Prashank25.
|
Did anyone have an answer for this?
Many thanks
|
sorry i forget about this post. I am very busy now but will try to find a solution and reply asap. but if someone reply in that time than its good :)
What you want to do with those blocks?
so much to do.... |
Dont worry Prashank I appreciate your help when you have time, or if anyone elses knows thats great.
Thanks everyone!
|
hey i done it for you and here it is.
open BxBlogsModule.php and at line 806
you will find this
return $sBlogActionsSect . $sActionsSect . $sDescriptionSect . $sCategoriesSect . $sFeaturedSect . $sTagsSect;
just put the $sCategoriesSect at your desired place. Its easy :)
good luck
so much to do.... |
Once again Prashank25 you have been a great help!
Thanks a lot for all your help.
|
so much to do.... |