inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Jun 9, 2017 19:12:31 GMT -8
will this work if there is no last edit line. I took mine out so wondering if there is a work around for this? Did you remove the option for members to edit or just remove the edit from showing. If the latter, then you could put that part back and then with css tell it not to display. Seems to work on my test site. I created a new theme using the display none css I just mentioned on this Test Site (And in case you looked at the other theme, that one doesn't have the miniprofile showing in the stickied post where as this theme does.) Anyway, not sure what you did to remove that edit part but if you reverse what you did so it does show you can then just add this to the bottom of your css style sheet. .posts .post .foot{display:none;} last edit line being shown
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jun 9, 2017 19:17:25 GMT -8
Did you remove the option for members to edit or just remove the edit from showing. If the latter, then you could put that part back and then with css tell it not to display. Seems to work on my test site. I created a new theme using the display none css I just mentioned on this Test Site (And in case you looked at the other theme, that one doesn't have the miniprofile showing in the stickied post where as this theme does.) Anyway, not sure what you did to remove that edit part but if you reverse what you did so it does show you can then just add this to the bottom of your css style sheet. .posts .post .foot{display:none;} last edit line being shown Then you should be able to do what I suggested.
|
|
inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Jun 9, 2017 19:32:20 GMT -8
last edit line being shown Then you should be able to do what I suggested. Thanks
|
|