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 on members profile page. (https://vborg.vbsupport.ru/showthread.php?t=123425)

Paul M 03-07-2007 10:45 AM

Sorry, there is no chance that such a feature would be added to this modification.

This is a reputation display enhancement, not related to the giving of reputation.

stinger2 03-07-2007 01:05 PM

<a href="https://vborg.vbsupport.ru/showthread.php?t=122592&page=4" target="_blank">https://vborg.vbsupport.ru/showt...=122592&page=4</a>

sorry...i meant to reply to this thread ....also YOUR hack......

but do you think it is possible to be as a new hack maybe?

KrisP 03-12-2007 09:46 PM

almost all users have show reputation level turnned off in their cp' s - how do i enable these ?

Terminatoronly 04-04-2007 12:36 PM

cool i like it must installed :D

deezelpope 04-05-2007 03:49 PM

Very nice! Installed...thank you!

Makc666 04-17-2007 06:35 AM

Paul M, there is some mess up in this mod for option "Reputation Display in Profiles - Allowed Groups".
1. User Test made a post.
2. User Pocket gave a reputation for Test's post.
3. Moderator Soft deleted Test's post.
4. When we go to Test profile we will not see Pocket's reputation given to Test's post.

In VB's ACP->View Reputation Comments such reputation comments can be seen.

P.S. I didn't make tests with Physically remove option. Only with 'Soft' delete :)

Can you add one more option, please, like:
Reputation Display in Profiles - Groups allowed to see deleted reputation.

Thanks

Paul M 04-17-2007 06:54 AM

There is no "mess up", that is standard vb behavior for rep comments when a post is deleted, and won't be altered.

croportal 04-25-2007 06:42 PM

i cant download attachment

Paul M 04-25-2007 06:58 PM

Try again ?

Makc666 05-14-2007 12:25 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>
                <if condition="$vboptions['showuserraters']">
                <td class="thead" nowrap="nowrap">$vbphrase[posted_by]</td>
                </if>
                <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>
                <if condition="$vboptions['showuserraters']">
                <td class="thead" nowrap="nowrap">$vbphrase[posted_by]</td>
                </if>
                <td class="thead">$vbphrase[comment]</td>
        </tr>



All times are GMT. The time now is 10:57 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.01158 seconds
  • Memory Usage 1,741KB
  • 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