基本的に次のようなヘッダーがあります。
" フォーラム
サポートに最適な場所です。"
そして、フォーラムに関連するサイトの特定のページに表示する必要があります。
ただし、他のページでは、次のようなヘッダーが必要になる場合があります。
寄付 する
私たちをオンラインに保つのを手伝ってください。"
サイトのフォーラム部分のアドレスは、これらに似ています。
http://localhost/index.php?p=/discussions
http://localhost/index.php?p=/activity
http://localhost/index.php?p=/discussion/6/oh-dear#Item_1
寄付は次のようになります。
http://localhost/index.php?p=/plugin/page/donate
だから私は行くスクリプトを持つための何らかの方法が必要です
if url has (discussions, activity, discussion)
then use this header
"<b>Forum<b> <br> a great place for support
if else url has (donate)
then use this header
"<b>Donate<b> <br> help keep us online
else
use this header
"<b>Website<b> <br> this is our website