James Dawes Pupil

Virtual Cash: 30
Joined: 25 Jul 2007 Posts: 49 Location: usa Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Wed Aug 15, 2007 8:30 pm Post subject: I DID IT! |
|
|
It works i cant believe it; I actualy did it, I was thinking of creating a how to do it section here. later on i will. I need a smoke break.
http://colubragens.myfastforum.org/ |
|
| Back to top |
|
 |
James Dawes Pupil

Virtual Cash: 30
Joined: 25 Jul 2007 Posts: 49 Location: usa Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Wed Aug 15, 2007 8:34 pm Post subject: THE PROOF |
|
|

http://colubragens.myfastforum.org/ |
|
| Back to top |
|
 |
Andrew(AP) Expert

 Virtual Cash: 3210
Joined: 16 Jul 2006 Posts: 1224 Location: United States, Iowa Add Karma
 rated by 14 members
Add Comment
Show Comments
 |
Posted: Wed Aug 15, 2007 9:22 pm Post subject: |
|
|
imagedoesn't show and what exaually didyou do.
uncleandy.myfreeforum.org |
|
| Back to top |
|
 |
Danny M Expert

 Virtual Cash: 80
Joined: 14 Nov 2006 Posts: 1334 Location: UK Add Karma
 rated by 13 members
Add Comment
Show Comments
 |
Posted: Wed Aug 15, 2007 9:34 pm Post subject: |
|
|
Image works for me, but i dont know what your showing
Is it karma or hacker etc  _________________ Lil Wayne Forum
lilwaynehq.com/forums |
|
| Back to top |
|
 |
James Dawes Pupil

Virtual Cash: 30
Joined: 25 Jul 2007 Posts: 49 Location: usa Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Wed Aug 15, 2007 9:35 pm Post subject: Part1 |
|
|
(first install the karma mod)Ok all that done you now goto Your admin panel --- 3. Styles --- Portal Settings
select karma portal. Then change the fields to what you want. i used HACKERLVL then click creat new portal. this will creat your new portal.
Now goto admin panel --- 3. Styles --- Edit Templates/Logos -- the template you wish to edit (EG myff_howtodoit1)--- Submit
Now look at the bottom in the area marked Choose Portal template File to Edit use the drop down bar and find cms_HACKERLVL and copy and paste this code into it
<script>
if ("{S_STATE}"=="rate")
{
//document.write("here");
}
else if ("{S_STATE}"=="error")
{
document.write("Error: {S_ERROR}");
}
else
{
window.close();
}
</script>
<title>Rate This User</title>
<form action="{S_RATING_ACTION}" method="post" target="_top" ">
<table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline" align="center">
<tr>
<td class="row1"><table border="0" cellpadding="3" cellspacing="1" width="100%">
<tr>
<td>Rate user: {USERNAME}<td>
</tr>
<td>Previous Karma: {PREV_RATING}</td>
</tr>
<tr>
<td>
{RATINGS}
</td>
</tr>
<tr>
<td>
<input type="submit" name="rate" class="mainoption" value="rate">
</td>
</tr>
</table></td>
</tr>
</table>
</form>
click submit Then You now need to set up 2 profile fields
hackerlvl, and hacker_count exactly how you did the karma mod except without the total field.
Admin Panel --- Styles Admin---Edit Templates/Logos
Now by using the drop down bar select the template you wish to edit.
Now by using the drop down bar Titled
Choose Forum template/javascript/css File to Edit
Now find viewtopic_body.tpl
I edited the karma code as follows
<br/> <a href="javascript:void(0)" onclick="window.open('addrating.php?userid={postrow.POSTER_ID}&component=HACKERLVL', '_addrating', 'resizable=yes,width=500,height=360')">Add HACKERLVL</a><br/> <img src="ranks/Hearts/rankl{postrow.KARMA}.gif"></span> </span>
click submit
now select profile_view_body.tpl: and add
<tr><tr><td>
<a href="javascript:void(0)" onclick="window.open('addrating.php?userid={USER_ID}&component=HACKERLVL', '_addrating', 'resizable=yes,width=500,height=360')">Add HACKERLVL</a><img src="ranks/Hearts/rankl{KARMA}.gif"></span></td></tr>
click submit
now the only question i have is this is there a karma image with more hearts, Or how can you add your own rank image to this?
Last edited by James Dawes on Wed Aug 15, 2007 9:39 pm; edited 1 time in total
http://colubragens.myfastforum.org/ |
|
| Back to top |
|
 |
Danny M Expert

 Virtual Cash: 80
Joined: 14 Nov 2006 Posts: 1334 Location: UK Add Karma
 rated by 13 members
Add Comment
Show Comments
 |
Posted: Wed Aug 15, 2007 9:36 pm Post subject: |
|
|
Shouldnt be in this section  _________________ Lil Wayne Forum
lilwaynehq.com/forums |
|
| Back to top |
|
 |
Symon Moderator

 Virtual Cash: 28730
Joined: 04 Sep 2005 Posts: 11158 Location: Hampshire,England Add Karma
 rated by 85 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
Nick(NR) Moderator

 Virtual Cash: 8440
Joined: 06 May 2006 Posts: 4092 Location: Medway, Kent Add Karma
 rated by 30 members
Add Comment
Show Comments
 |
Posted: Wed Aug 15, 2007 9:51 pm Post subject: |
|
|
two karmas, one being a way to show ranks differently. _________________ CALM TIME: When calm time is called, all posters in a topic must take time out to calm down.
I'm better than Jose! |
|
| Back to top |
|
 |
Symon Moderator

 Virtual Cash: 28730
Joined: 04 Sep 2005 Posts: 11158 Location: Hampshire,England Add Karma
 rated by 85 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
James Dawes Pupil

Virtual Cash: 30
Joined: 25 Jul 2007 Posts: 49 Location: usa Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Wed Aug 15, 2007 9:59 pm Post subject: sorry |
|
|
sorry about putting the topic in the wrong place. I just wanted to prove to myself that i can do it. I didnt believe in myself! I blew my own mind. like i said i just want to now if there is an image with more hearts that i can replace the five, or create my own image to put in its place.
I posted exactly what i did and what code i used. All i did was follow your directions and minipulated the code. I really thaught you guys would like it.
jamie
http://colubragens.myfastforum.org/ |
|
| Back to top |
|
 |
Symon Moderator

 Virtual Cash: 28730
Joined: 04 Sep 2005 Posts: 11158 Location: Hampshire,England Add Karma
 rated by 85 members
Add Comment
Show Comments
 |
Posted: Wed Aug 15, 2007 10:05 pm Post subject: Re: sorry |
|
|
| James Dawes wrote: | sorry about putting the topic in the wrong place. I just wanted to prove to myself that i can do it. I didnt believe in myself! I blew my own mind. like i said i just want to now if there is an image with more hearts that i can replace the five, or create my own image to put in its place.
I posted exactly what i did and what code i used. All i did was follow your directions and minipulated the code. I really thaught you guys would like it.
jamie |
Not saying i didn't like it, just got confused as it was in rank images and i thought after previous threads that you were showing two rank images . _________________
http://www.saynoto0870.com/
http://www.myshopbag.co.uk
XXVIII/ I/ MCMLXXI |
|
| Back to top |
|
 |