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 i can edit the log in widget?

3 posters

Go down

Solved How i can edit the log in widget?

Post by Sasa.- September 3rd 2012, 12:01 am

http://prntscr.com/evhzz

How i can edit this?


Last edited by Sasa.- on September 3rd 2012, 9:55 pm; edited 1 time in total
avatar
Sasa.-
New Member

Posts : 4
Reputation : 1
Language : Serbian

Back to top Go down

Solved Re: How i can edit the log in widget?

Post by SLGray September 3rd 2012, 1:11 am

Please change the title of your topic, that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.

Is that the log in widget? What exactly do you want to change?


How i can edit the log in widget? 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 : 51464
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Solved Re: How i can edit the log in widget?

Post by nextlevelgaming September 3rd 2012, 3:56 am

It is in the ACP>DISPLAY>TEMPLATES>GENERAL>VIEW TOPIC BODY> find this code

Code:
<!-- BEGIN postrow -->
   <!-- BEGIN displayed -->
   <tr class="post">
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="150">
         <span class="name"><a name="{postrow.displayed.U_POST_ID}"></a><strong>{postrow.displayed.POSTER_NAME}</strong></span><br />
            <span class="postdetails poster-profile">
            {postrow.displayed.POSTER_RANK}<br />
            {postrow.displayed.RANK_IMAGE}{postrow.displayed.POSTER_AVATAR}<br /><br />
            <!-- BEGIN profile_field -->
            {postrow.displayed.profile_field.LABEL} {postrow.displayed.profile_field.CONTENT}{postrow.displayed.profile_field.SEPARATOR}
            <!-- END profile_field -->
            {postrow.displayed.POSTER_RPG}
         </span><br />
         <img src="http://2img.net/i/fa/empty.gif" alt="" style="width:150px;height:1px" />
      </td>
      <td class="{postrow.displayed.ROW_CLASS}"{postrow.displayed.THANK_BGCOLOR} valign="top" width="100%" height="28" colspan="2">
         <table width="100%" border="0" cellspacing="0" cellpadding="0">
            <tr>
               <td><span class="postdetails"><img src="{postrow.displayed.MINI_POST_IMG}" alt="{postrow.displayed.L_MINI_POST_ALT}" title="{postrow.displayed.L_MINI_POST_ALT}" border="0" />{L_POST_SUBJECT}: {postrow.displayed.POST_SUBJECT}   <img src="{postrow.displayed.MINI_TIME_IMG}" alt="" border="0" />{postrow.displayed.POST_DATE}</span></td>
               <td valign="top" nowrap="nowrap" class="post-options">
                  {postrow.displayed.THANK_IMG} {postrow.displayed.MULTIQUOTE_IMG} {postrow.displayed.QUOTE_IMG} {postrow.displayed.EDIT_IMG} {postrow.displayed.DELETE_IMG} {postrow.displayed.IP_IMG} {postrow.displayed.REPORT_IMG}
               </td>
            </tr>
Edit that to your liking...

If you are trying to change the name of it without seeing that in english I couldn't help you really.
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Solved Re: How i can edit the log in widget?

Post by Sasa.- September 3rd 2012, 9:10 am

I want edit rang - rank .Where to find it here
avatar
Sasa.-
New Member

Posts : 4
Reputation : 1
Language : Serbian

Back to top Go down

Solved Re: How i can edit the log in widget?

Post by nextlevelgaming September 3rd 2012, 9:52 am

well theres one way you can do...

Code:
{postrow.displayed.POSTER_RANK}
replace that with whatever you want it to say, and if you have images as well as ranks you can make it show with
Code:
{postrow.displayed.RANK_IMAGE}

though with my forum, it does not say rank, it just shows it with colors...Or predefined list such as MODERATOR/ADMIN/MEMBER which is all colored within their name. give me your website link and ill look at the code
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Solved Re: How i can edit the log in widget?

Post by Sasa.- September 3rd 2012, 1:30 pm

avatar
Sasa.-
New Member

Posts : 4
Reputation : 1
Language : Serbian

Back to top Go down

Solved Re: How i can edit the log in widget?

Post by nextlevelgaming September 3rd 2012, 3:31 pm

AHHH I see what you are looking for my friend. Problem is that is Advance Profile which for some reason we do not have access to. So technically can't change that, you can edit everything in simple profile mode. Though you won't get stuff like write on someones wall and some other things that to me are nothing really.

OOPS;

I may have over looked that, I believe you have SIMPLE PROFILE. so Go to ACP>DISPLAY>TEMPLATES>PROFILE>PROFILE_VIEW_BODY


then find this code
Code:
<tr>
               <td valign="middle" nowrap="nowrap" align="right"><span class="gen">{L_RANK}: </span></td>
               <td><b><span class="gen">{POSTER_RANK}</span></b></td>
            </tr>

then you can take
Code:
{L_RANK}
and change it to
Code:
YOUR WORDS
and that is what will show up. Hope this helps you


Last edited by nextlevelgaming on September 3rd 2012, 3:34 pm; edited 1 time in total (Reason for editing : Overlooked profile)
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Solved Re: How i can edit the log in widget?

Post by Sasa.- September 3rd 2012, 9:56 pm

Thanks !!

SLOVED!
avatar
Sasa.-
New Member

Posts : 4
Reputation : 1
Language : Serbian

Back to top Go down

Solved Re: How i can edit the log in widget?

Post by SLGray September 3rd 2012, 10:01 pm

Topic Solved & Locked


How i can edit the log in widget? 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 : 51464
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Back to top

- Similar topics

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