vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - Reputation Report (https://vborg.vbsupport.ru/showthread.php?t=183827)

TimberFloorAu 06-30-2008 02:38 AM

Do you offer a brand free version of this.

Also a test account so that we may see it working?

Regards Ozzy

aggiefan 06-30-2008 10:49 AM

I can accomodate a brand free version if you'd like to make a small donation.

aggiefan 06-30-2008 11:33 AM

Quote:

Originally Posted by TimberFloorAu (Post 1562635)
Also a test account so that we may see it working?

I have sent a PM with login information for the test account. If anybody else is interested in seeing a "demo", PM me and I'll get you the information.

TimberFloorAu 07-01-2008 08:44 PM

Apologies, because I have been conversing with you in PM, i forgot to post here also.

Top fella AGGIE.

Many many thanks for your messages, and answering questions.

:up::up::up:

aggiefan 07-03-2008 11:54 PM

15 installs so far. Not bad. Was hoping for more.

aggiefan 07-26-2008 02:17 PM

It's been out for a month with no complaints -- I'm guessing no bugs or issues...great!

TilkiBey 07-27-2008 01:14 PM

good hack
installed ;)

but, i cannot see link on usercp
i can see only Quick Links

eviltechie 08-28-2008 02:51 AM

1 Attachment(s)
I like the idea of this mod. I was actually thinking I'd have to write it myself, but you saved me some work. :)

That said, I did notice a few problems with it.

1. The repreport.php file is missing quite a few instances of TABLE_PREFIX. This caused errors until I fixed them. I've attached a fixed version of the file with full TABLE_PREFIX'ing.

2. The templates had some bugs. Missing closing </form> tags. Extra </table> closing tags. Line breaks in weird places, etc. Below are my modified versions...in case anyone needs them.

RepReport
PHP Code:

$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
<!-- 
no cache headers -->
<
meta http-equiv="Pragma" content="no-cache" />
<
meta http-equiv="Expires" content="-1" />
<
meta http-equiv="Cache-Control" content="no-cache" />
<!-- 
end no cache headers -->
<
title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase> - Reputation Report</title>
$headinclude
</head>
<
body>
$header
$navbar
<!-- main -->

<
form name="vbform" action="repreport.php?do=rank&rb=$rb&mu=$mu">
<
input type="hidden" value="rank" name="do" />
<
input type="hidden" value="submit" name="action" />
<
input type="hidden" value="$rbname="rb" />
<
input type="hidden" value="$muname="mu" />

<
table class='tborder' cellpadding='$stylevar[cellpadding]' cellspacing='$stylevar[cellspacing]' border='0' width='80%' align='center'>
<
tr align='center'>
<
td class='thead'><div class="smallfont"><b><center>RANKED BY</b></center></center></div></td>
<if 
condition="$rb == ''">
<
td class='tcat'><div class="smallfont"><a href=repreport.php?do=rank&rb=1&mu=$mu&posts=$post><center><b>Positive Rep</b></a></center></div></td></if>
<if 
condition="$rb == '1'">
<
td class='tcat'><div class="smallfont"><a href=repreport.php?do=rank&rb=1&mu=$mu&posts=$post><center><b>Positive Rep</b></a></center></div></td></if>
<if 
condition="$rb != ''">
<if 
condition="$rb != '1'">
<
td class='tcat'><div class="smallfont"><a href=repreport.php?do=rank&rb=1&mu=$mu&posts=$post><center>Positive Rep</a></center></div></td></if></if>
<if 
condition="$rb== '2'">
<
td class='tcat'><div class="smallfont"><a href=repreport.php?do=rank&rb=2&mu=$mu&posts=$post><center><b>Negative Rep</b></a></center></div></td></if>
<if 
condition="$rb != '2'">
<
td class='tcat'><div class="smallfont"><a href=repreport.php?do=rank&rb=2&mu=$mu&posts=$post><center>Negative Rep</a></center></div></td></if>
<if 
condition="$rb== '3'">
<
td class='tcat'><div class="smallfont"><a href=repreport.php?do=rank&rb=3&mu=$mu&posts=$post><center><b>Both</b></a></center></div></td></if>
<if 
condition="$rb != '3'">
<
td class='tcat'><div class="smallfont"><a href=repreport.php?do=rank&rb=3&mu=$mu&posts=$post><center>Both</a></center></div></td></if>
</
tr>

<
tr align='center'>
<
td class='thead'><div class="smallfont"><b><center>MAX USERS LISTED</b></center></center></div></td>
<if 
condition="$mu == ''">
<
td class='tcat'><div class="smallfont"><a href=repreport.php?do=rank&rb=$rb&mu=1&posts=$post><center><b>All Users</b></a></center></div></td></if>
<if 
condition="$mu == '1'">
<
td class='tcat'><div class="smallfont"><a href=repreport.php?do=rank&rb=$rb&mu=1&posts=$post><center><b>All Users</b></a></center></div></td></if>
<if 
condition="$mu != ''">
<if 
condition="$mu != '1'">
<
td class='tcat'><div class="smallfont"><a href=repreport.php?do=rank&rb=$rb&mu=1&posts=$post><center>All Users</a></center></div></td></if></if>
<if 
condition="$mu == '2'">
<
td class='tcat'><div class="smallfont"><a href=repreport.php?do=rank&rb=$rb&mu=2&posts=$post><center><b>25</b></a></center></div></td></if>
<if 
condition="$mu != '2'">
<
td class='tcat'><div class="smallfont"><a href=repreport.php?do=rank&rb=$rb&mu=2&posts=$post><center>25</a></center></div></td></if>
<if 
condition="$mu== '3'">
<
td class='tcat'><div class="smallfont"><a href=repreport.php?do=rank&rb=$rb&mu=3&posts=$post><center><b>50</b></a></center></div></td></if>
<if 
condition="$mu != '3'">
<
td class='tcat'><div class="smallfont"><a href=repreport.php?do=rank&rb=$rb&mu=3&posts=$post><center>50</a></center></div></td></if>
</
tr>

<
tr align='center'>
<
td class='thead'><div class="smallfont"><b>TIME FRAME<b></div></td>
<
td class='tcat' colspan='3'><div class="smallfont">View Rep from last&nbsp;<INPUT TYPE="text" SIZE="3" NAME="posts" value="$post>&nbsp;posts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<input type="submit" value="Submit" name="submit" style="font-family: Verdana; font-size: 10pt" class="button" /></div>
</
td>
</
tr>
</
table>


<
br />


<
table class='tborder' cellpadding='$stylevar[cellpadding]' cellspacing='$stylevar[cellspacing]' border='0' width='60%' align='center'>
<
tr><td class='thead' colspan='4'><center><b>$yourname's Rep Report<b></center></td></tr>
<tr><td class='
thead'><center><b>Rank</b></center></td><td class='thead'><center><b>Username</b></center></td><td class='thead'><center><b>Rep Points</b></center></td><td class='thead'><center><b>Frequency</b></center></td></tr>
    $repreport
<if condition="$repreport == ''">
<if condition="$rb == '
1'">
<tr><td class='
alt1' colspan=4><center>You have no positive reputation</center></td></tr>
</if>
<if condition="$rb == '
2'">
<tr><td class='
alt1' colspan=4><center>You have no negative reputation</center></td></tr>
</if>
<if condition="$rb == '
3'">
<tr><td class='
alt1' colspan=4><center>You have received no reputation points</center></td></tr>
</if>
</if>
    <tr align="center">
    <td class="thead" colspan="4"><div class="smallfont">Aggiefans.com ? $copyrightyear <br/>Version $version</div></td>
    </tr>
</table>



</form>
<!-- /main -->
$footer
</body>
</html> 



RepReport_Posts
PHP Code:

$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
<!-- 
no cache headers -->
<
meta http-equiv="Pragma" content="no-cache" />
<
meta http-equiv="Expires" content="-1" />
<
meta http-equiv="Cache-Control" content="no-cache" />
<!-- 
end no cache headers -->
<
title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase> - Reputation Report</title>
$headinclude
</head>
<
body>
$header
$navbar
<!-- main -->

<
form name="vbform" action="repreport.php?do=rank&rb=$rb&mu=$mu">
<
input type="hidden" value="rank" name="do" />
<
input type="hidden" value="submit" name="action" />
<
input type="hidden" value="$rbname="rb" />
<
input type="hidden" value="$muname="mu" />

<
table class='tborder' cellpadding='$stylevar[cellpadding]' cellspacing='$stylevar[cellspacing]' border='0' width='60%' align='center'>
<
br/><br/>
<
tr><td class='thead' colspan='4'><center><b>$yourname's Rep Received from $giver <b></center></td></tr>
<tr><td class='
thead'>&nbsp;</td><td class='thead' width=250><center><b>Date</b></center></td><td class='thead'><center><b>Thread Title</b></center></td><td class='thead' width=300><center><b>Comment</b></center></td></tr>
    $repreport
    <tr align="center">
    <td class="thead" colspan="4"><div class="smallfont">Aggiefans.com ? $copyrightyear <br/>Version $version</div></td>
    </tr>
</table>
</form>
<!-- /main -->
$footer
</body>
</html> 


aggiefan 08-28-2008 04:28 PM

thanks!

students_forum 09-12-2008 08:38 PM

It doesn't seem to function at all on 7.2.2


All times are GMT. The time now is 11:44 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01221 seconds
  • Memory Usage 1,852KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete