vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Profile Enhancements - Display Reputation Comments Given (https://vborg.vbsupport.ru/showthread.php?t=122592)

masterross 02-03-2007 06:37 PM

hi,
u were right my reputation show was disabled!
But why reputation given is conected with show reputation?

Paul M 02-03-2007 08:25 PM

It shouldn't be really, but that's they way it is for the moment. I'll fix it in a future update.

Tanabe 02-24-2007 01:25 PM

Ok I have a problem and wondering if you could help. I installed this hack, Enhanced reputation checks hack, and New posts and rep comments hack. Awsome hacks and Thanks by the way.

I can't seem to get the reputation posted by column in the User CP. This is a new forum so I'm still trying to work things out and not sure if it's just me or it was the hacks. I really don't think its the hack though.

How can I make this option available?

Paul M 02-24-2007 01:29 PM

If you mean the person who gave the reputation - it's a usergroup permission.

BTW - please click on the "Mark as Installed" for all the mods you have installed - you are still showing as "Status: Not Installed"

Tanabe 02-24-2007 01:38 PM

Sorry about that and thank you much. Looking foward to future updates.

Aimee1969 04-28-2007 10:52 AM

Thanks...I like this mod

KURTZ 04-28-2007 01:13 PM

updated!

Makc666 05-14-2007 12:23 PM

in vBulletin 3.6.6
in template
USERCP
there was change:

3.6.5
Code:

        <tr>
                <td class="thead" colspan="2">&nbsp; &nbsp; $vbphrase[thread]</td>
                <td class="thead">$vbphrase[date]</td>
                <if condition="$vboptions['showuserraters']">
                <td class="thead" nowrap="nowrap">$vbphrase[posted_by]</td>
                </if>
                <td class="thead">$vbphrase[comment]</td>
        </tr>

3.6.6
Code:

        <tr>
                <td class="thead">&nbsp;</td>
                <td class="thead">$vbphrase[thread]</td>

                <td class="thead">$vbphrase[date]</td>
                <if condition="$vboptions['showuserraters']">
                <td class="thead" nowrap="nowrap">$vbphrase[posted_by]</td>
                </if>
                <td class="thead">$vbphrase[comment]</td>
        </tr>


According to this change I propose to change in this modification to make tables headers look the same way:
From:
Code:

        <tr>
                <td class="thead" colspan="2">&nbsp; &nbsp; $vbphrase[thread]</td>
                <td class="thead">$vbphrase[date]</td>
                <td class="thead" nowrap="nowrap">$vbphrase[given_to]</td>
                <td class="thead">$vbphrase[comment]</td>
        </tr>

To:
Code:

        <tr>
                <td class="thead">&nbsp;</td>
                <td class="thead">$vbphrase[thread]</td>

                <td class="thead">$vbphrase[date]</td>
                <td class="thead" nowrap="nowrap">$vbphrase[given_to]</td>
                <td class="thead">$vbphrase[comment]</td>
        </tr>


Paul M 05-14-2007 08:51 PM

Seems reasonable, I'll release an update in a bit.

croportal 05-17-2007 02:51 PM

nice hack, works like a charm ;)


All times are GMT. The time now is 12:01 PM.

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.01156 seconds
  • Memory Usage 1,737KB
  • 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
  • (4)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)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