The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

how to move online status to before nickname?

3 posters

Go down

In progress how to move online status to before nickname?

Post by erchima November 27th 2013, 2:01 am

someone can u help me, how to move online status move to before nickname on post / thread?

penampakan:
erchima
erchima
Forumember

Female Posts : 629
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

In progress Re: how to move online status to before nickname?

Post by SLGray November 27th 2013, 3:27 am

Try this in your CSS:
Code:
imag.i_icon_online {
    float: left:
    margin-top:  -258px;
    margin-left:  -160px;
}


how to move online status to before nickname? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: how to move online status to before nickname?

Post by erchima November 27th 2013, 12:39 pm

not work xD
erchima
erchima
Forumember

Female Posts : 629
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

In progress Re: how to move online status to before nickname?

Post by Ange Tuteur November 27th 2013, 12:42 pm

You want that icon to display next to the username on posts?
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: how to move online status to before nickname?

Post by erchima November 27th 2013, 12:43 pm

SethC1995 wrote:You want that icon to display next to the username on posts?
before or after username, because this icon in my forum are in bottom topic xD
erchima
erchima
Forumember

Female Posts : 629
Reputation : 15
Language : INDONESIAN | Lua Script | Visual Basic | and Coding
Location : Under your bed xD

http://erchimacute.forumid.net

Back to top Go down

In progress Re: how to move online status to before nickname?

Post by Ange Tuteur November 27th 2013, 12:52 pm

Please do the following:
Administration Panel > Display > Templates > General > Open viewtopic_body

Find and remove:
Code:
{postrow.displayed.ONLINE_IMG}
Find:
Code:
<span class="name"><a name="{postrow.displayed.U_POST_ID}" style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />
Replace with:
Code:
{postrow.displayed.ONLINE_IMG}<span class="name"><a name="{postrow.displayed.U_POST_ID}" style="position: relative; top: -30px; width: 1px;" id="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />
Then save and publish your template. The icon should then be before the username.

If needed you can style the online icon with this selector:
Code:
img.i_icon_online
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum