Post: Extended REP Product Help
05-06-2011, 01:27 AM #1
Cody_h4x
Nobody is like me
(adsbygoogle = window.adsbygoogle || []).push({}); Hello sorry I dont ask questions alot but yea...


Okay so Im trying to allow the extended rep system,

So far I have,

Uploaded REP Images
Uploaded "bitfield_xtdrep.xml into Includes>xml
I imported product-xtdrep.xml


So now im lost. It tells me

Template Edit
Replace everything from reputationbit with:
    <div class="blockbody formcontrols"> 
<h3 class="blocksubhead">{vb:rawphrase add_to_reputation}: {vb:raw userinfo.username}</h3>
<div class="blockrow">
<label for="reputation">{vb:rawphrase xtdrep_giveto}</label>
<label for="rb_reputation_pos_{vb:raw postid}" style="float:none;"><input type="radio" name="reputation" value="pos" id="rb_reputation_pos_{vb:raw postid}" checked="checked" tabindex="1" /> {vb:rawphrase xtdrep_posrep} {vb:rawphrase xtdrep_maxpoints, {vb:raw bbuserinfo.maxposrep}}</label>
<vb:if condition="$show['negativerep']">
<label for="rb_reputation_neg_{vb:raw postid}" style="float:none;"><input type="radio" name="reputation" value="neg" id="rb_reputation_neg_{vb:raw postid}" tabindex="1" /> {vb:rawphrase xtdrep_negrep} {vb:rawphrase xtdrep_maxpoints, {vb:raw bbuserinfo.maxnegrep}}</label>
<vb:if condition="$bbuserinfo['reportonneg']">
<p class="description" style="margin-left: 0px;">{vb:rawphrase xtdrep_negrepcomment}</p>
</vb:if>
</vb:if>
</div>

<div class="blockrow">
<label for="rep2give">{vb:rawphrase xtdrep_points}</label>
<input type="text" class="textbox" maxlength="5" name="rep2give" tabindex="2" id="rep2give_{vb:raw postid}" style="width:50px;" value="{vb:raw bbuserinfo.xtd_initrep}" />
</div>

<div class="blockrow">
<label for="reason">{vb:rawphrase your_comments_on_this_post}:</label>
<input type="text" class="primary textbox" maxlength="250" name="reason" tabindex="1" id="reason_{vb:raw postid}"/>
</div>
</div>

<div class="blockfoot actionbuttons">
<div class="group">
<input type="hidden" name="do" value="addreputation" />
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="p" value="{vb:raw postid}" />
<input type="hidden" name="url" value="{vb:raw url}" />
<input type="submit" name="reputationsubmit" class="button" tabindex="1" value="{vb:rawphrase add_to_reputation}" accesskey="s" />
</div>
</div>


Im not sure what to do with the PHP or which file to put this in..


REP+ to whoever Can help me Enzo



-Thanks
(adsbygoogle = window.adsbygoogle || []).push({});
05-06-2011, 03:46 PM #2
<Jimbo>
</Jimbo>
Link me to where you found the files/ readme? Smile

Originally posted by h4x View Post
Hello sorry I dont ask questions alot but yea...


Okay so Im trying to allow the extended rep system,

So far I have,

Uploaded REP Images
Uploaded "bitfield_xtdrep.xml into Includes>xml
I imported product-xtdrep.xml


So now im lost. It tells me

Template Edit
Replace everything from reputationbit with:
    <div class="blockbody formcontrols"> 
<h3 class="blocksubhead">{vb:rawphrase add_to_reputation}: {vb:raw userinfo.username}</h3>
<div class="blockrow">
<label for="reputation">{vb:rawphrase xtdrep_giveto}</label>
<label for="rb_reputation_pos_{vb:raw postid}" style="float:none;"><input type="radio" name="reputation" value="pos" id="rb_reputation_pos_{vb:raw postid}" checked="checked" tabindex="1" /> {vb:rawphrase xtdrep_posrep} {vb:rawphrase xtdrep_maxpoints, {vb:raw bbuserinfo.maxposrep}}</label>
<vb:if condition="$show['negativerep']">
<label for="rb_reputation_neg_{vb:raw postid}" style="float:none;"><input type="radio" name="reputation" value="neg" id="rb_reputation_neg_{vb:raw postid}" tabindex="1" /> {vb:rawphrase xtdrep_negrep} {vb:rawphrase xtdrep_maxpoints, {vb:raw bbuserinfo.maxnegrep}}</label>
<vb:if condition="$bbuserinfo['reportonneg']">
<p class="description" style="margin-left: 0px;">{vb:rawphrase xtdrep_negrepcomment}</p>
</vb:if>
</vb:if>
</div>

<div class="blockrow">
<label for="rep2give">{vb:rawphrase xtdrep_points}</label>
<input type="text" class="textbox" maxlength="5" name="rep2give" tabindex="2" id="rep2give_{vb:raw postid}" style="width:50px;" value="{vb:raw bbuserinfo.xtd_initrep}" />
</div>

<div class="blockrow">
<label for="reason">{vb:rawphrase your_comments_on_this_post}:</label>
<input type="text" class="primary textbox" maxlength="250" name="reason" tabindex="1" id="reason_{vb:raw postid}"/>
</div>
</div>

<div class="blockfoot actionbuttons">
<div class="group">
<input type="hidden" name="do" value="addreputation" />
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="p" value="{vb:raw postid}" />
<input type="hidden" name="url" value="{vb:raw url}" />
<input type="submit" name="reputationsubmit" class="button" tabindex="1" value="{vb:rawphrase add_to_reputation}" accesskey="s" />
</div>
</div>


Im not sure what to do with the PHP or which file to put this in..


REP+ to whoever Can help me Enzo



-Thanks
05-07-2011, 12:29 AM #3
Nero.
Space Ninja
Originally posted by RGB
Link me to where you found the files/ readme? Smile


Well the readme file just tells us to
Installation
1. Upload the files from the 'upload' folder.
2. Import the product
3. Rebuild bitfields (it should do it automatically, but if it doesn't...)
4. Do the template edit (listed below)
5. Edit the settings to your likings!

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo