vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   "My Links" in Navbar (https://vborg.vbsupport.ru/showthread.php?t=153555)

Digital Jedi 07-27-2007 02:43 PM

"My Links" in Navbar
 
https://vborg.vbsupport.ru/showthread.php?t=72980

This gets asked periodically, but so far, I don't think anyone has attempted it yet. Can anyone make this work for vB 3.6? I know my attempts have failed, but my knowledge is limited.

The problem, I believe, stems from the fact this code...

PHP Code:

if (!empty($bbuserinfo['fieldX'])) 
    { 
    require_once(
'./includes/functions_bbcodeparse.php'); 
    
$mylinks parse_bbcode2($bbuserinfo['fieldX'], 0001); 
    
$mylinks str_replace('<br />'''$mylinks); 
    
$mylinks str_replace('</a>''</a></td></tr>'$mylinks); 
    
$mylinks str_replace('<a''<tr><td class="vbmenu_option"><a'$mylinks);     
    } 


... was to be placed in the include_start template. But now that is handled by the global_start hook.

I tried putting this in global_start, but I don't really know what I'm doing. We've been using the old code on 3.0 for years now, and I know it will be missed if I can't make it work on the upgrade. If anyone can address this and it would be greatly appreciated.


All times are GMT. The time now is 05:53 PM.

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.01007 seconds
  • Memory Usage 1,723KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete