vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Regarding hooks (https://vborg.vbsupport.ru/showthread.php?t=190547)

Opserty 09-11-2008 08:52 PM

Does:
PHP Code:

$template_hook['profile_ministats_list'] .= '<dt class="shade">Star Sign</dt><dd>Virgo</dd>'

Work?

veenuisthebest 09-12-2008 09:25 AM

tried the above code on all the 5 hooks, it doesn't work as well.

Lynne 09-12-2008 02:33 PM

Are you making sure to turn the hook ON? It's off by default. Try throwing it into the global_start just for kicks to see if that works. Also, are you sure that hook is in your template and didn't get accidentally deleted?

veenuisthebest 09-12-2008 04:58 PM

oh yes lynne, i am sure the hook is ON, and that template hook resides in the template.

no, it still doesn't work at global_start. Can you please check if it works for you, its just a small code.

Thanks

Lynne 09-12-2008 06:30 PM

Oh boy... see this - https://vborg.vbsupport.ru/showthrea...4template_hook - you need to add $template_hook to the globals.

veenuisthebest 09-12-2008 07:27 PM

oh woww... it works now, great !!!!! thank you so so much lynne.

so as said by mrpaint, its a bug right ?

mindhunter77 09-12-2008 07:31 PM

Quote:

Originally Posted by Lynne (Post 1620696)
Oh boy... see this - https://vborg.vbsupport.ru/showthrea...4template_hook - you need to add $template_hook to the globals.


Why if i'm logged in I can't see that link =(

Lynne 09-12-2008 07:42 PM

Quote:

Originally Posted by veenuisthebest (Post 1620725)
oh woww... it works now, great !!!!! thank you so so much lynne.

so as said by mrpaint, its a bug right ?

Yes, I think it may be a bug. I'm also not sure it's been reported if it's still there (what version are you running? I was testing on 3.7.0 beta 2 which is what my test board is running.)

veenuisthebest 09-13-2008 04:29 AM

Quote:

Originally Posted by mindhunter77 (Post 1620726)
Why if i'm logged in I can't see that link =(

Its because that thread resides in a hidden forum that is visible to those who have over 100 installs of their mods. But anyway, I'll share the solution here:-

Look at file ./includes/class_profileblock.php, line 237

Find:-

PHP Code:

global $show$vbphrase$stylevar$vbcollapse

Modify:-

PHP Code:

global $show$vbphrase$stylevar$vbcollapse$template_hook

Quote:

Originally Posted by Lynne (Post 1620734)
Yes, I think it may be a bug. I'm also not sure it's been reported if it's still there (what version are you running? I was testing on 3.7.0 beta 2 which is what my test board is running.)

I am running latest 3.7.3 pl1.

okk.. its already been reported and they provide a solution for it.
http://www.vbulletin.com/forum/proje...?issueid=25495

so the final solution that works for me is to put my code in member_profileblock_fetch_unwrapped hook.

Thanks


All times are GMT. The time now is 05: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.01224 seconds
  • Memory Usage 1,738KB
  • 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
  • (3)bbcode_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)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