查看完整版本: 已解決 如何移動的標誌位置存檔
我隊友
我想移動標誌在歸檔頂端
我認為這是事倍功半它是在頁面底部
我該怎麼做呢?
我不覺得你的責任插件的鉤子的位置為標誌的存檔
kamilkurczak
23-11-10, 13:14
你好,
國旗在歸檔 vBET PHP代碼中創建的文件:
includes/vbneterprisetranslator_functions_hooks.php
在功能:
function vbet_archive_complete(&$output) {
在此行中:
$output .= $vbenterprisetranslatorflags;
編輯:
這行:
$output .= $vbenterprisetranslatorflags;
替換為:
$output = str_replace('<body>','<body>'.$vbenterprisetranslatorflags, $output);
應工作
嗨卡米爾
我需要做更多的東西超出了這個變化?
我這樣做... ...並沒有它不行
這些標誌保持在底部的頁面
kamilkurczak
24-11-10, 11:00
我測試了它和它的作品。
再次:
1。做一個複製並編輯這個文件:
includes/vbneterprisetranslator_functions_hooks.php
2。在這個文件中找到函數:
function vbet_archive_complete(&$output) {
3。在這個函數中找到:
$output .= $vbenterprisetranslatorflags;
4。並替換為:
$output = str_replace('<body>','<body>'.$vbenterprisetranslatorflags, $output);
感謝隊友,我不知道為什麼,我上傳的文件後,再編輯,而現在它的工作
出於某種原因,昨天沒工作
你可以關閉主題
再次感謝
Automatic Translations (Powered by Google, Microsoft®,
Yandex, SDL Language Cloud, IBM Watson and Apertium):
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.