The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Hello ,
i'm use this code , It's correct Code but not worked with rawphrase PHP Code:
Thnx ... |
|
#2
|
||||
|
||||
|
Instead of that try this:
Code:
$find ='' . vB_Template_Runtime::parsePhrase("remove_redirects") . '</label></li>';
$replace ='' . vB_Template_Runtime::parsePhrase("remove_redirects") . '</label></li><li><label><input tabindex=\"51\" type=\"radio\" name=\"do\" value=\"newsadd\" />' . vB_Template_Runtime::parsePhrase("newsadd_thread") . '</label></li>';
|
|
#3
|
||||
|
||||
|
Quote:
Note : i try hook (showthread_start AND showthread_complete) Any other suggestions THNX SO MUCH ..! |
|
#4
|
||||
|
||||
|
Ok where is this supposed to be happening, and what exactly is it you are trying to accomplish?
|
|
#5
|
|||
|
|||
|
I think what ozzy posted just had quote problems. Maybe this:
Code:
$find ='\' . vB_Template_Runtime::parsePhrase("remove_redirects") . \'</label></li>';
$replace ='\' . vB_Template_Runtime::parsePhrase("remove_redirects") . \'</label></li><li><label><input tabindex="51" type="radio" name="do" value="newsadd" />\' . vB_Template_Runtime::parsePhrase("newsadd_thread") . \'</label></li>';
|
|
#6
|
||||
|
||||
|
Quote:
ozzy, thnx man |
| Благодарность от: | ||
| ozzy47 | ||
|
#7
|
||||
|
||||
|
Glad it's working now, that's why I like to test stuff before I post it though.
|
|
#8
|
||||
|
||||
|
Never Mind, you do what you can, thanks again
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|