quickbuttons to top
1. How to remove empty space?
2. How to return the old display profile?
Re: quickbuttons to top
Reply #1 –
1) how did you put the buttons up there?
2) what is the "old display profile"?
Re: quickbuttons to top
Reply #2 –
1. I like the buttons above.
2. old view, there is no need to hover over the user name
Re: quickbuttons to top
Reply #5 –
Possibly:
1. Edit the relevant css or overwrite it with custom css.
2. Edit Display / Generic Templates after copying default theme.
The best is to use modified copies of default theme template or use addon to remove / add after / before without manually have to change the default.
Re: quickbuttons to top
Reply #9 –
Ok. I think I got it. For old SMF display profile style, you need to edit GenericMessages.template.php and find the code between // Don't show these things for guests. and // Done with the detail information about the poster.
The ul under first li for $message['member']['name'] should be restored to main list by:
1. Move the code to before // Are we showing the warning status?
2. Then, remove opening and closing ul under first li for $message['member']['name'].
I guess that's about it.