Support Forum

Editing Unified – changing "Column 1 of the post row" placement and content

CA Chris_Andrews
Chris_Andrews
Member

This is a small thing really, but since I’m working in that area right now, let me go ahead and ask. 

I’ve successfully moved the profile from beside the post to over the top of the post, just in the desktop version so far. Example:

https://www.newsforshoppers.com/forum/nfs-consumer-forum/free-papa-johns-pizza-deal-with-purchase-of-gift-card/

I’d like to figure a way to have the ‘rank’ and ‘number of posts’ on two separate lines below the name, instead of to the right of the name. So I have:

name
rank
number of posts

in vertical order next to the avatar image.

I tried adding a break, based on other examples I saw of that in the code, like: 

sp_PostIndexUserRank(‘tagClass=spPostUserRank spLeft’,__sp(‘<br />’));

and that provided a line break, but it did not bring it under the name, just stayed to the side but lower.

Any suggestions on this or is it more difficult than it’s worth? 

Thanks,

Chris

4 Answers

New Answer

CA Chris_Andrews
Chris_Andrews
Member

Oh, and that empty something to the left of the ‘select a forum’ dropdown… will something be there once I get my forum active again? Or do I need to add content to that somehow? 

MP Mr Papa
Mr Papa
Member

first, you should have a quicklist of unread topics in that blank spot (ie it shouldnt be blank)… you are getting js errors on your page so it appears to not be rendering properly…

you have something called super socializer that is trying to combine all js together… since forum js is already minimized, it seems to be breaking site js…  can you tell it not to run on the forum page??

you are running the stacked forum theme… as the name says, items stack up…  for those elements, you need to remove the spLeft class… those are floating elements left, so they stack up…

CA Chris_Andrews
Chris_Andrews
Member

Got it, thanks, just removing the spLeft an easy fix indeed 🙂 

Been working toward replacing super socializer, so that will be done shortly.

Thanks again!