dizzy2k6 Newbie

Joined: 25 Feb 2007 Posts: 5
Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Sun Feb 25, 2007 3:35 am Post subject: |
|
|
Ok iv got all the new ranks up iv added 6 in total but only 4 work the last 2 that i added dont work although iv written in the field given!
Iv checked the codes and everything seems to be ok i dont know if i missed anything or not!
|
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 46120
Joined: 22 May 2005 Posts: 19668
Add Karma
 rated by 163 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |
dizzy2k6 Newbie

Joined: 25 Feb 2007 Posts: 5
Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Sun Feb 25, 2007 2:29 pm Post subject: |
|
|
well in the 'XPROFILE' i got:
[xtrarank]
title=My Extra Rank
maxlength=100
access=admin
visible=all
[xtrarank2]
title=My Extra Rank2
maxlength=100
access=admin
visible=all
[Age]
title=Age
maxlength=100
access=User
visible=all
[Alliances]
title=Alliances
maxlength=100
access=user
visible=all
[MemberOf]
title=Member Of
maxlength=100
access=user
visible=all
[DTLevel]
title=DT Level
maxlength=100
access=user
visible=all
and in myff_hkt2/profile_view_body.tpl at the bottom of the page i got:
</tr>
</table>
<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span><br/><span class="xtrarank">{Extra Rank}</span></td>
</tr>
<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span><br/><span class="xtrarank">{Extra Rank 2}</span></td>
</tr>
<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span><br/><span class="Age">{Age}</span></td>
</tr>
<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span><br/><span class="Alliances">{Alliances}</span></td>
</tr>
<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span><br/><span class="Member Of">{Member Of}</span></td>
</tr>
<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span><br/><span class="DT Level">{DT Level}</span></td>
</tr>
and in myff_hkt2/viewtopic_body.tpl i got:
<!-- BEGIN postrow -->
<tr>
<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a>{postrow.POSTER_NAME}</span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.L_xtrarank}{postrow.xtrarank} <br/>{postrow.L_xtrarank2}{postrow.xtrarank2}<br/>{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.L_Age}Age:{postrow.Age}<br/>{postrow.L_Alliances}Alliances:{postrow.Alliances}<br/>{postrow.L_Member_Of}Member Of:{postrow.Member_Of}<br/>{postrow.L_DT_Level}DT Level:{postrow.DT_Level}<br/>{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /></td>
<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
i cant see where iv gone wrong but its only 'Member of' and 'DT Level' that dont seem to work!
|
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 46120
Joined: 22 May 2005 Posts: 19668
Add Karma
 rated by 163 members
Add Comment
Show Comments
 |
Posted: Sun Feb 25, 2007 4:50 pm Post subject: |
|
|
| Code: |
</tr>
</table>
<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span><br/><span class="xtrarank">{Extra Rank}</span></td>
</tr>
<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span><br/><span class="xtrarank">{Extra Rank 2}</span></td>
</tr>
<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span><br/><span class="Age">{Age}</span></td>
</tr>
<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span><br/><span class="Alliances">{Alliances}</span></td>
</tr>
<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span><br/><span class="Member Of">{Member Of}</span></td>
</tr>
<td class="row1" height="6" valign="top" align="center">{AVATAR_IMG}<br /><span class="postdetails">{POSTER_RANK}</span><br/><span class="DT Level">{DT Level}</span></td>
</tr>
|
Seems like a lot of cobblers to me, aside from the endless repeating of Avatar images, you have loads of imprecision {DT Level} is not a field you have, you have {DTLevel} code does not tolerate inaccuracy. _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |
dizzy2k6 Newbie

Joined: 25 Feb 2007 Posts: 5
Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Sun Feb 25, 2007 6:22 pm Post subject: |
|
|
Ok all i understood from that is its wrong!
What is it ment to look like?
|
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 46120
Joined: 22 May 2005 Posts: 19668
Add Karma
 rated by 163 members
Add Comment
Show Comments
 |
Posted: Sun Feb 25, 2007 6:34 pm Post subject: |
|
|
We have threads here and on how to do it saying what to do. There is no point in reposting. If you think there are instructions that you are following that are unclear, post the instructions and a link to them and explain what you are struggling with and we can then try and improve the instructions. _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |
heartbeat.jay Novice

 Virtual Cash: 170
Joined: 26 Feb 2008 Posts: 19 Location: fleetwood, uk Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Tue Feb 26, 2008 7:31 pm Post subject: |
|
|
http://butterflylounge.myfreeforum.org/index.php
im set on myff 3, i put own logo etc in there, works fine im now trying to add so that members can earn cash as they post, ive set up as per the how to do it, checked i hadnt missed anything ( i dont think i have) added the cash profile field too, doing it all as editior and i cant get it to work, not seeing anything, i posted in test as editor and still not showing anything, i put the code after the poster from bit after avatar, but still nothing, im stuck at what to do now.
im not bothered so much of a shop, all i need is for them to earn as they post and for me to have facility to add extra cash to members as in their birhtday or winning a game or deduct if they *buy* a goodie from me.
|
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 46120
Joined: 22 May 2005 Posts: 19668
Add Karma
 rated by 163 members
Add Comment
Show Comments
 |
Posted: Tue Feb 26, 2008 7:52 pm Post subject: |
|
|
You have not actually told us exactly what code you have put in and where, and your forum seems totally private so we cannot even try and see the result.
So we are left with you think you have done it right, but "it don't work". That is not enough for us to be able to help. _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |
heartbeat.jay Novice

 Virtual Cash: 170
Joined: 26 Feb 2008 Posts: 19 Location: fleetwood, uk Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Tue Feb 26, 2008 7:56 pm Post subject: |
|
|
ok the code i put in is from the how to do it, to ensure the cash mode shows after avatar and where poster is from
Code:
|
{postrow.POSTER_JOINED}
{postrow.POSTER_POSTS}
{postrow.POSTER_FROM} {postrow.CASH}
ive put it in the drop down as it says in the view topic of the template,, i have everything updated but nothing has happened
|
|
| Back to top |
|
 |
heartbeat.jay Novice

 Virtual Cash: 170
Joined: 26 Feb 2008 Posts: 19 Location: fleetwood, uk Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Tue Feb 26, 2008 8:01 pm Post subject: |
|
|
there isnt actually anything to see as it isnt showing 
|
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 46120
Joined: 22 May 2005 Posts: 19668
Add Karma
 rated by 163 members
Add Comment
Show Comments
 |
Posted: Tue Feb 26, 2008 8:23 pm Post subject: |
|
|
Well nothing will show unless the user has cash, as there is no title given.
and so it comes down to whether you have set up the XACTION portal correctly? how about a screenshot? _________________
Family Friendly Shareware | | Web Design/Services | Free Forums
forum.myfreeforum.org |
|
| Back to top |
|
 |
heartbeat.jay Novice

 Virtual Cash: 170
Joined: 26 Feb 2008 Posts: 19 Location: fleetwood, uk Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Tue Feb 26, 2008 8:26 pm Post subject: |
|
|
ok, thank you, bear with me, im trying my very best and have before asking for help as i dont like anything to beat me 
|
|
| Back to top |
|
 |
heartbeat.jay Novice

 Virtual Cash: 170
Joined: 26 Feb 2008 Posts: 19 Location: fleetwood, uk Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Tue Feb 26, 2008 8:34 pm Post subject: |
|
|
ok this is the part i have done as per instructions

|
|
| Back to top |
|
 |
heartbeat.jay Novice

 Virtual Cash: 170
Joined: 26 Feb 2008 Posts: 19 Location: fleetwood, uk Add Karma
 rated by 0 members
Add Comment
Show Comments
 |
Posted: Tue Feb 26, 2008 8:41 pm Post subject: |
|
|
this one is profile field one

|
|
| Back to top |
|
 |
admin (no pm's please) Site Admin

 Virtual Cash: 46120
Joined: 22 May 2005 Posts: 19668
Add Karma
 rated by 163 members
Add Comment
Show Comments
 |
|
| Back to top |
|
 |