Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Surendra.S Posted March 12, 2018 Posted March 12, 2018 Hi All, Is there a way to display Author panel in right side of post instead of default left ? (Is there a global setting or simple CSS way to do that ?)
steve00 Posted March 13, 2018 Posted March 13, 2018 16 hours ago, Surendra.S said: Hi All, Is there a way to display Author panel in right side of post instead of default left ? (Is there a global setting or simple CSS way to do that ?) Yes it can be done but remember with every upgrade you are going to have to check if any template changes to that termplate and if so then have to revert the template and re-do the changes again If happy doing that then: AdminCP >> Themes >> far right of theme select the Edit HTML/CSS button In the search box above the Templates/CSS tabs enter "cAuthorPane" (without the quotes) Expand the 'forums and topics until you see the postContainer select postContainer so it shows on right side Look for: <aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium ipsResponsive_hidePhone'> then select everything from there until you see the closing (including the <aside> tags) <aside> cut and paste after: <div class='ipsColumn ipsColumn_fluid'> {template="post" group="topics" app="forums" params="$item, $comment, $item::$formLangPrefix . 'comment', $item::$application, $item::$module, $itemClassSafe"} </div> then in custom.css add: .cPost .cPost_contentWrap { padding: 7px 15px; } .cPost .ipsType_reset { padding: 0 15px; } and you should end up with: REMEMBER: You would have to make the template changes as mentioned at beginning if future upgrades have changes to that template
Recommended Posts
Archived
This topic is now archived and is closed to further replies.