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=232497)

Paul M 11-05-2010 12:28 PM

Does it work ok ?

RTWAP 11-05-2010 08:17 PM

Works perfectly here on VB 4.0.7.

stwan 11-13-2010 12:02 PM

Still not valid xhtml 1.0 code in v4.0.7:

HTML Code:

<h4 class="inflisthead">
  <div class="inflistinfo">Thread</div>
  <div class="inflistinfo">Data</div>
</h4>


Paul M 11-13-2010 02:11 PM

Weird validation errors are not a primary concern, esp since I have no idea what it means nor can see anything wrong with it.
If you have a specific fix for them - then by all means feel fee to share it, otherwise it seems to work fine and will remain as is.

Regardless of the above, there are a couple of other minor style issues which will be looked at in v4.0.8.

stwan 11-14-2010 06:08 AM

Valid xhtml 1.0 code in templates: memberinfo_block_reputation:
HTML Code:

        <div class="inflistinfo">{vb:phrase thread}</div>
        <div class="inflistinfo">{vb:phrase date}</div>
<h4 class="inflisthead"></h4>

And please fix not valid code in temlate memberinfo_block_infractions:

HTML Code:

<div class="infractions_block">
        <h4 class="inflisthead">
                <div class="inflistinfo">{vb:rawphrase reason}</div>
                <div class="inflistdate">{vb:rawphrase date}</div>
                <div class="inflistexpires">{vb:rawphrase expires}</div>
                <div class="inflistpoints">{vb:rawphrase points}</div>
                <vb:if condition="$show['reverse']"><div class="inflistview">{vb:rawphrase view}</div></vb:if>
        </h4>
        <ul id="infractionslist">
        {vb:raw block_data.infractionbits}
        </ul>
</div>

replace:

HTML Code:

<div class="infractions_block">
                <div class="inflistinfo">{vb:rawphrase reason}</div>
                <div class="inflistdate">{vb:rawphrase date}</div>
                <div class="inflistexpires">{vb:rawphrase expires}</div>
                <div class="inflistpoints">{vb:rawphrase points}</div>
                <vb:if condition="$show['reverse']"><div class="inflistview">{vb:rawphrase view}</div></vb:if>
        <h4 class="inflisthead"></h4>
        <ul id="infractionslist">
        {vb:raw block_data.infractionbits}
        </ul>
</div>


Paul M 11-14-2010 10:42 AM

First of all I cannot touch the infractions code, thats a standard vb template, unrelated to this mod.

Also, this makes no sense to me at all ;

Code:

<h4 class="inflisthead"></h4>

Edit 1: In fact, those changes break the display, the headers no longer stand out. So it wont be fixed like that.

Edit 2: Changed as part of v4.0.8.

gagan007 11-15-2010 06:48 AM

thanks a ton Paul...totally working
MAI :)

stwan 11-15-2010 07:34 AM

Paul M, thanks for update.

PiroX 11-20-2010 01:05 AM

Quote:

<a class="textcontrol" href="reputation.php?{vb:raw session.sessionurl}do=mprdel&repid={vb:raw reputation.reputationid}&amp;p={vb:raw reputation.postid}">{vb:rawphrase delete}</a>
should be
Quote:

<a class="textcontrol" href="reputation.php?{vb:raw session.sessionurl}do=mprdel&amp;repid={vb:raw reputation.reputationid}&amp;p={vb:raw reputation.postid}">{vb:rawphrase delete}</a>
if i diretcly call "forum/member.php?u=1&tab=reputation#reputation" i dont see any reputation and the style itself, the part is just blank
if i have a look into html source, then it is there. It seems that it just don't get activated

known problem?

/edit
found out that the problem is, that the class is not changing

if you directly call the reputation tab it should change from
Quote:

<div class="view_section" id="view-reputation">
to
Quote:

<div class="selected_view_section" id="view-reputation">

Paul M 11-20-2010 11:43 AM

Re the & v &amp; - yes it probably should, tho either is ok.

As to the other 'issue' - yep I've been meaning to fix that for a while. Guess its time I did.


All times are GMT. The time now is 10:08 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.01383 seconds
  • Memory Usage 1,748KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_html_printable
  • (4)bbcode_quote_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