Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-16-2013, 06:48 PM
omardealo's Avatar
omardealo omardealo is offline
 
Join Date: Nov 2008
Location: egypt
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default [str_replace] Problem in vb4

Hello every one ,

i used that code but not worked

Hook : parse_templates

code :

PHP Code:
$ain_nocopy '<SCRIPT LANGUAGE="JavaScript"> CODE </SCRIPT>';

$ain_nocopy_css '<style type="text/css">.ain_unselectable{CODE}</style>';

$search_text '<!-- / CSS Stylesheet -->';

$vbulletin->templatecache['headinclude'] = str_replace($search_text$ain_nocopy_css.$search_text.$ain_nocopy $vbulletin->templatecache['headinclude']); 

i know that "<!-- / CSS Stylesheet -->" not found in template headinclude , but i add it and still code not worked
Where the problem, thank you
Reply With Quote
  #2  
Old 03-16-2013, 07:02 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

exactly where in the headinclude template did you add the "<!-- / CSS Stylesheet -->" ?
Reply With Quote
  #3  
Old 03-16-2013, 07:09 PM
omardealo's Avatar
omardealo omardealo is offline
 
Join Date: Nov 2008
Location: egypt
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've solved a part of problem
But , What I want to do now is to put the code at the end of the template headinclude
Instead of searching for " <!-- / CSS Stylesheet --> "
Because it does not existthe in template headinclude


PHP Code:
$ain_nocopy '<SCRIPT LANGUAGE="JavaScript"> CODE </SCRIPT>';
$ain_nocopy_css '<style type="text/css">.ain_unselectable{CODE}</style>';
$search_text '<!-- / CSS Stylesheet -->';
$vbulletin->templatecache['headinclude'] = str_replace($search_text$ain_nocopy_css.$search_text.$ain_nocopy $vbulletin->templatecache['headinclude']); 
Reply With Quote
  #4  
Old 03-16-2013, 10:34 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you want to add something to the end of the headinclude template, you can use the headinclude_css template hook instead of doing a str_replace, like:

Code:
$ain_nocopy = '<SCRIPT LANGUAGE="JavaScript"> CODE </SCRIPT>';
$ain_nocopy_css = '<style type="text/css">.ain_unselectable{CODE}</style>';
$template_hook['headinclude_css'] .= $ain_nocopy_css.$ain_nocopy;
Reply With Quote
  #5  
Old 03-17-2013, 12:53 PM
omardealo's Avatar
omardealo omardealo is offline
 
Join Date: Nov 2008
Location: egypt
Posts: 235
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thnx , kh99 ... for ur code
i try something and worked good

PHP Code:
$ain_nocopy '<SCRIPT LANGUAGE="JavaScript"> CODE </SCRIPT>';
$ain_nocopy_css '<style type="text/css">.ain_unselectable{CODE}</style>';
$search_text '</SCRIPT>';
$vbulletin->templatecache['headinclude'] = str_replace($search_text$ain_nocopy_css.$search_text.$ain_nocopy $vbulletin->templatecache['headinclude']); 
Thanks again, you can close the topic
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:35 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04027 seconds
  • Memory Usage 2,206KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (3)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (5)postbit
  • (5)postbit_onlinestatus
  • (5)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete