Jump to content





RD-WoTanks Theme Design RD-BF3Clan Theme Design RD-Diablo3 Theme Design RD-CodMW2 Theme Design RD-DarkRot Theme Design RD-NascarV2 Theme Design RD-StellarG Theme Design RD-SinCity Theme Design

** Images Size Reduced ** ( RD Commercial Themes Available in the RD Shop, Purchase yours today!! ** Images Size Reduced **
( Click Image to Purchase Theme Design from the RD Shop!! )



Important Announcement!

The Registration process on this web site requires u to enter your PhpNuke, Evolution or Xtreme web site address.
This gets verified, so if u enter a BOGUS or INVALID web address the verification bot will mark your registered account as a TEMP Account.


Show Rank Image On Profile


  • Please log in to reply
10 replies to this topic

#1
PostalWorker

PostalWorker

    Newbie

  • Members
  • 5 posts
  • LocationNewark, Delaware

Current mood: Alienated
Greetingz,

Using Nuke-Evolution 2.0.7  and have custom ranks for our members
Would like to know how to show a members RANK image instead of the word of his/her rank
when someone clicks their name to view their profile.

I am guessing it would start with usercp_viewprofile.php file
but not sure of the code or how many other files I would need to edit.

Can you help me on my project ?

#2
TheMortal

TheMortal

    Site Admin

  • Administrators
  • 552 posts
  • LocationThe Mortal Realm

Current mood: Inspired
Hey PostalWorker,

  The Rank Images already come coded with the Nuke-Evolution and Nuke-Evolution-Xtreme CMS Software. As long as u change or give a User a rank and u have your rank images setup/configured, they should b displaying on the Users Viewprofile page.

I will check this out on my test site and c what I get with it.

#3
TheMortal

TheMortal

    Site Admin

  • Administrators
  • 552 posts
  • LocationThe Mortal Realm

Current mood: Inspired
PostalWorker, I can confirm it as NOT WORKING on my Evolution v2.0.7 test site. I believe that is something that has been broken since the beginning. Problem is, since Technocrat has left the Nuke-Evolution Project and v2.0.7 is the LAST version ever released. There is nobody to do any fixes to anymore.

The Nuke-Evolution-Xtreme cms version works cause they changed the original rank image mod with one called.. Multiple Ranks Mod, which can b found at... Evo-Hacks.com

What I will do is look into it and c if I can fix it.

#4
PostalWorker

PostalWorker

    Newbie

  • Members
  • 5 posts
  • LocationNewark, Delaware

Current mood: Alienated
Thank you for your help !

I looked in usercp_viewprofile.php but only a hack when it comes to coding
I think there is another file to change also

Again, Thanks for any help on this subject

#5
TheMortal

TheMortal

    Site Admin

  • Administrators
  • 552 posts
  • LocationThe Mortal Realm

Current mood: Inspired
If u go to the Evo-Hacks.com site and download the... Multi Ranks Mod, the EDITS file should state which files get edited. I know I have the mod in my Archives on my private server somewhere. Been a long while since I messed with mods.

I will c if I can find the broken code for it.

#6
PostalWorker

PostalWorker

    Newbie

  • Members
  • 5 posts
  • LocationNewark, Delaware

Current mood: Alienated
I am looking at the MULTI RANKS mod now, not sure that is what I want ... All I really want is their rank image to show in their profile, but I might just use it if I can not fig another way in a week or two.

again, thanks for the help ... BTW ... is this MOOD MOD something that will work on EVO ?
it looks kool !

#7
TheMortal

TheMortal

    Site Admin

  • Administrators
  • 552 posts
  • LocationThe Mortal Realm

Current mood: Inspired

View PostPostalWorker, on 25 November 2011 - 08:01 AM, said:

I am looking at the MULTI RANKS mod now, not sure that is what I want ... All I really want is their rank image to show in their profile, but I might just use it if I can not fig another way in a week or two.
The Multi Rank mod is not for everyone, only those who r after or wanting to have multiple ranks on their site.

Quote

again, thanks for the help ... BTW ... is this MOOD MOD something that will work on EVO ?
it looks kool !
YES, it will work on the Nuke-Evolution v2.0.7 CMS Software. I've installed and used it on the v2.0.7 version.

#8
TheMortal

TheMortal

    Site Admin

  • Administrators
  • 552 posts
  • LocationThe Mortal Realm

Current mood: Inspired
PostalWorker, good news... I have the Rank Image displaying on the "viewprofile" page now.

I will use the CHROMO theme for the code example and most themes should have the same code any ways, but u never know.

---[ OPEN ]------------------------------
themes/chromo/forums/profile_view_body.tpl

---[ FIND ]------------------------------
	<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span></td>

---[ REPLACE WITH ]------------------------------
	<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}<br />{RANK_IMAGE}</span></td>

That should do it. Be sure and clear the CACHE if u have that feature turned on, ok.

#9
PostalWorker

PostalWorker

    Newbie

  • Members
  • 5 posts
  • LocationNewark, Delaware

Current mood: Alienated
Too kool, I will try it right away . . .
sorry I have not been back for awhile
stupid holidays things getting in the way of fun things

as soon as I try it, I will be back and post my results
TY TY TY !

#10
PostalWorker

PostalWorker

    Newbie

  • Members
  • 5 posts
  • LocationNewark, Delaware

Current mood: Alienated
Oh yea baby . . . thats the cat's meow
Once again, Thank You !

So it seems to ber just this part of the code missing "<br />{RANK_IMAGE}" ?
some themes the line is not exact, but if I add that in the right spot it works !

#11
TheMortal

TheMortal

    Site Admin

  • Administrators
  • 552 posts
  • LocationThe Mortal Realm

Current mood: Inspired
Hey PostalWorker,

    Hope your Holiday was a nice and safe one. Your most welcome for that code snippet. Actually, THANK YOU for bringing that to my attention. Looks like that is something that the Nuke Evolution Dev Team missed when beta testing the CMS Software. Granted it will never ever b applied to the Nuke-Evolution v2.0.7 CMS Package since Technocrat and all Dev Team members have left now.

I will add that one to my list of Nuke-Evolution v2.0.7 Fixes that I have. Thanks :D  for finding that one.

NOTE:  If u have a theme that u r having problems figuring out or does have that line code, just make a post and ask me, ok.