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)

Paul M 01-21-2007 11:56 AM

Version 2.47 adds the ability for members to delete comments they have made (within a set time period). The default is 5 minutes. This is to allow members to remove comments they may have made by mistake. The feature was requested by Makc666.

Mudvayne 01-21-2007 12:18 PM

Updated :D. Thanks Paul. Just one request can you make this & your other rep based hack option unique? I mean not in Users Repuation Option. Just like Member Visited Today or Guest Visited Today.

Paul M 01-21-2007 04:33 PM

Why ?

Mudvayne 01-21-2007 04:36 PM

Nothing special. Just an idea :S.

akulion 01-29-2007 03:55 AM

Thank you for this - you really make very useful mods :)

KURTZ 01-29-2007 02:57 PM

updated!

masterross 02-02-2007 08:02 PM

seems dont works for me
nothing is shown in userCP
even i use default template :(

Paul M 02-02-2007 09:26 PM

Then you have either done something wrong or you have a broken plugin somewhere.

masterross 02-03-2007 12:17 AM

I've created new syle, disable all plugins but still doesn appear :(

Paul M 02-03-2007 03:26 PM

Are you sure you have actually given any reputation, and not disabled your display of reputation in your profile ?

Other than that then I can't help you without access to your forum.

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 ;)

Mrdby 05-18-2007 07:40 PM

i still don't see anything!

karlm 05-23-2007 04:19 AM

Hi Paul M, great hack - thank you kindly.
I've installed and it works flawlessly in vb3.6.7

Would you have any ideas on how I might be able to apply the reputation given to a member so it appears on their member-profile page, linking to the person who gave it them?

ETA, found it! :rolleyes:

IceFanatic 05-28-2007 12:56 AM

Anyway to change it so that it shows the rep given first and then the rep received after that?

Paul M 05-28-2007 09:42 AM

Not unless you want to manually edit templates.

masterross 07-08-2007 08:19 PM

Hi Paul,

How to upgrade from 2.33 to current version?

thanks

Paul M 07-08-2007 10:22 PM

2.33 ? - that's a vb 3.5.x version I believe, so you just import it, and follow the note in the main post.

masterross 07-08-2007 11:03 PM

yes it's vb 3.5.x version but i use it on 3.6.7
So I just need to overwrite the old version and delete template modification?

Paul M 07-09-2007 01:05 AM

Yep.

marlena 07-09-2007 04:05 AM

ok call me stupid here but how do you see the rep comments RECEIVED if you dont have any new ones and therefore no button to click to display new rep comments?

Paul M 07-09-2007 10:36 AM

Go to your usercp.

wickland 08-10-2007 11:12 PM

Awsome nice and simple to install hack, love it and installed :)

Thanks

josepheseven 08-22-2007 11:57 AM

installed :)

Martyn2k6 10-09-2007 10:09 PM

any screenshots?

deezelpope 10-09-2007 11:26 PM

I dunno what you need a screenshot for...it just shows the reputation you've given to other members in your User Control Panel...but, I'm feeling nice today, and I love Paul's mods, so here ya be:

https://vborg.vbsupport.ru/external/2007/10/19.gif

Freak0204 10-18-2007 01:50 PM

This was working fine until I installed a new style. Now the display tables show up multiple times. I have tried uninstalling and reinstalling but that didn't help. Any suggestions?

Paul M 10-18-2007 03:06 PM

Your custom style probably has multiple occurances of the code the template insertion looks for. The only way to fix that is to manually add a comment into the usercp template and update the settings to look for it.

Freak0204 11-04-2007 01:15 PM

Quote:

Originally Posted by Paul M (Post 1363114)
manually add a comment into the usercp template and update the settings to look for it.

How would I go about doing that?

hyppa 12-29-2007 05:24 PM

Does this work for 3.6.8 to?

hyppa 12-29-2007 06:35 PM

Maybe im blond ;) but which folder do i upload it to/in?

hyppa 12-29-2007 06:50 PM

Fixed, got help from an angel. :)


All times are GMT. The time now is 11:51 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.01292 seconds
  • Memory Usage 1,791KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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