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)

PiroX 05-31-2011 01:18 PM

Really small html validator error in xml file.
line 248
Code:

                if (defined('PEM_CSS'))
                {
                        $template_hook['custom_css_links'] = str_replace('pem&sheet=',"pem&sheet=$cssname,",$template_hook['custom_css_links']);
                }
                else
                {
                        define('PEM_CSS',true);
                        $userstyle = $vbulletin->userinfo['styleid'];
                        $template_hook['custom_css_links'] .= "\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css.php?pem&sheet=$cssname&styleid=$userstyle\" />";
                }

should be

Code:

                if (defined('PEM_CSS'))
                {
                        $template_hook['custom_css_links'] = str_replace('pem&sheet=',"pem&amp;sheet=$cssname,",$template_hook['custom_css_links']);
                }
                else
                {
                        define('PEM_CSS',true);
                        $userstyle = $vbulletin->userinfo['styleid'];
                        $template_hook['custom_css_links'] .= "\n<link rel=\"stylesheet\" type=\"text/css\" href=\"css.php?pem&amp;sheet=$cssname&amp;styleid=$userstyle\" />";
                }


Paul M 05-31-2011 06:09 PM

Your probably correct, but its unlikely I will release an update just for that. I'll try and remember to add it when i get off holiday, for some future update.

26region 06-08-2011 01:22 AM

Greetings!
Prompt, whether it is possible where be to download the version for v4.0.5? I didn't update a forum, not that desire isn't present! Help please! = (

Paul M 06-08-2011 08:54 AM

Quote:

Originally Posted by 26region (Post 2204860)
Greetings!
Prompt, whether it is possible where be to download the version for v4.0.5? I didn't update a forum, not that desire isn't present! Help please! = (

Sorry, older versions are not available.

majsm 06-16-2011 10:19 PM

does this work for vb4.1.4 i have tried but i cannot seem to view the tab in visitor message profile. If it is that problem please notify me thanks

majsm 06-16-2011 10:30 PM

edit ~ i have tried it on 4.1.3 and it works but i can assure you it dont work on vb 4.1.4. When you have the time could you please make it available for that version :p

Paul M 06-17-2011 01:12 AM

I can assure you it *does* work on 4.1.4 - its working just fine on my Hangar 18 [test] forum.

majsm 06-18-2011 09:19 AM

Quote:

Originally Posted by Paul M (Post 2208787)
I can assure you it *does* work on 4.1.4 - its working just fine on my Hangar 18 [test] forum.

Ive tried it on my 4.1.4 forum and it doesnt seem to show the additional tab in the member profile area. And when i tried it on 4.1.3 it worked. What may be the problem? do you know?

majsm 06-18-2011 04:36 PM

aha paul it works now, very weird wasnt working now it is thats weird there :p

S3Ponline 07-12-2011 11:26 PM

Why not usergroup permissions like:

“Can View Everyone’s Reputation”
“Can view own reputation”
“Can delete own reputation"


All times are GMT. The time now is 10:58 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.01149 seconds
  • Memory Usage 1,739KB
  • 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_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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