Demo

討論

保持飢餓,保持愚笨 (Stay hungry, stay foolish)。 史蒂夫·賈伯斯

公告

本網站已取消討論區的討論方式,如果您有問題請至LINE群行動條碼圖片網址,或Facebook社團

請問joomla1.5.8網站底部問題

  • luedin
  • luedin 的個人頭像 Topic Author
  • 訪客
  • 訪客
2009-05-06 10:18 #13624 來自 luedin
luedin created the topic: 請問joomla1.5.8網站底部問題
底下的版權內容我已在模組的footer下做關閉未顯示

請問我的頁面底部有More joomla templates provided by Web Hosting Art 的字樣
我要如果做修改或刪除???

我想應該是模版內鍵的版權
但我爬過所有的文章都是power by 或是核心joomla等等
我在各php檔也想找出來....
可是就是找不到More joomla templates provided by Web Hosting Art 這一段....

Please 登入 to join the conversation.

  • fashion_jack
  • fashion_jack 的個人頭像
  • 訪客
  • 訪客
2009-05-06 12:14 #13629 來自 fashion_jack
fashion_jack replied the topic: 請問joomla1.5.8網站底部問題
它也可能是樣版商自己建立的獨立Module, 將資料存在MySQL內.
到module區找看看.
:oops:

Please 登入 to join the conversation.

  • jackg7
  • jackg7 的個人頭像
  • 訪客
  • 訪客
2009-05-07 08:49 #13643 來自 jackg7
jackg7 replied the topic: 請問joomla1.5.8網站底部問題
呵呵。要改那一塊你可以到joomla123福哥的網站上爬文,我以前跟你一樣,我在他上面找到過如何修改的文章。快去吧^^

luedin 寫了道:: 底下的版權內容我已在模組的footer下做關閉未顯示

請問我的頁面底部有More joomla templates provided by Web Hosting Art 的字樣
我要如果做修改或刪除???

我想應該是模版內鍵的版權
但我爬過所有的文章都是power by 或是核心joomla等等
我在各php檔也想找出來....
可是就是找不到More joomla templates provided by Web Hosting Art 這一段....

Please 登入 to join the conversation.

  • mail168
  • mail168 的個人頭像
  • 訪客
  • 訪客
2009-05-07 10:05 #13651 來自 mail168
mail168 replied the topic: 請問joomla1.5.8網站底部問題
感謝大大的回覆,我有找到囉 :) :)

Please 登入 to join the conversation.

  • luedin
  • luedin 的個人頭像 Topic Author
  • 訪客
  • 訪客
2009-05-07 15:00 #13656 來自 luedin
luedin replied the topic: 請問joomla1.5.8網站底部問題
努力的研究....
研究的結果是footer跟power是分開的
即便我把footer修改或刪除
完全不會動到power的部分

footer的修改甚至能用寫的
<div id="footer">
<div id="footer_l">
<div id="footer_r">
<p id="syndicate">
<jdoc:include type="modules" name="syndicate" />
</p>
<p id="power_by">
<?php echo JText::_('xxx') ?>
<?php echo JText::_('xxx') ?> <?php echo JText::_('xxx') ?>
</p>
</div>
</div>
</div>

但.....我仍然不知要怎麼修改power,我想也是如大大所說的 已經原本由powertext或jtext之類的已寫入資料庫
所以現在就是要看是從哪裡寫入到我所找不到的power類
我也試過其他佈景,都是改一footer 或power by即可,頭好大......

Please 登入 to join the conversation.

  • luedin
  • luedin 的個人頭像 Topic Author
  • 訪客
  • 訪客
2009-05-08 10:52 #13665 來自 luedin
luedin replied the topic: 請問joomla1.5.8網站底部問題
另外,我用的佈景是
http://www.joomlaos.de/index.php?set_al ... _photo.php
如果有大大幫我試實在是感激不盡

Please 登入 to join the conversation.

More
2009-05-08 12:40 #13669 來自 leelm53
leelm53 replied the topic: 請問joomla1.5.8網站底部問題

luedin 寫了道:: 底下的版權內容我已在模組的footer下做關閉未顯示

請問我的頁面底部有More joomla templates provided by Web Hosting Art 的字樣
我要如果做修改或刪除???

我想應該是模版內鍵的版權
但我爬過所有的文章都是power by 或是核心joomla等等
我在各php檔也想找出來....
可是就是找不到More joomla templates provided by Web Hosting Art 這一段....

請問 luedin 君:
你的網站設在何處? 付費 or 免費空間?
Joomlaos.de 之 Business-Portal 為例,在其 index.php 找到開頭[url=...]至[/url]結尾之間的文字:

<div id="powerText">

<?php
/**
!!! Der folgende Link darf ohne eine Lizenz welche beim Autor erworben werden kann nicht entfernt werden. !!!
!!! Without a licence you are not allowed to remove the following link !!!
**/
?>
private Krankenversicherung Vergleich Zahnzusatzversicherung </div>

修改成你欲顯示之文字即可。

Please 登入 to join the conversation.

  • luedin
  • luedin 的個人頭像 Topic Author
  • 訪客
  • 訪客
2009-05-08 14:12 #13671 來自 luedin
luedin replied the topic: 請問joomla1.5.8網站底部問題
我的index.php找不到有關power的任何段落
我也不確定我是否有把它給刪除過(因為我太想拿掉它...)

我有試著在<div id="powerText"> 下輸入我想要輸入的文字及連結
不過卻出現在我已經刪除掉的footer下
不知大大有否發現他底下版權有分兩塊呢!一塊是joomla一塊是佈景的

另外我目前架站只在本機試...
主管是給我內部ip叫我用後台來改=.=

Please 登入 to join the conversation.

More
2009-05-08 15:24 #13672 來自 leelm53
leelm53 replied the topic: 請問joomla1.5.8網站底部問題

luedin 寫了道:: 我的index.php找不到有關power的任何段落
我也不確定我是否有把它給刪除過(因為我太想拿掉它...)

我有試著在<div id="powerText"> 下輸入我想要輸入的文字及連結
不過卻出現在我已經刪除掉的footer下
不知大大有否發現他底下版權有分兩塊呢!一塊是joomla一塊是佈景的

另外我目前架站只在本機試...
主管是給我內部ip叫我用後台來改=.=

luedin 君:
1.若不想顯示 joomla 內建之 mod_footer ,可以透過後台模組管理予以不啟動;若要變更顯示內容,請用編輯器修改 /www_root/language/zh-TW/zh-TW.mod_footer.iniFOOTER_LINE1FOOTER_LINE2 之文字。

2.若不想顯示 Business-Protal 加建之 footer ,可用編輯器將其 index.php 內之 <div id="powerText">.....</div>內文字清除;若要變更顯示則修改該標籤內之文字。

3.上述二法擇一即可,請自行考量。

Please 登入 to join the conversation.

  • luedin
  • luedin 的個人頭像 Topic Author
  • 訪客
  • 訪客
2009-05-08 15:59 #13675 來自 luedin
luedin replied the topic: 請問joomla1.5.8網站底部問題
感謝大大回覆
我改了半天可以就是怪怪的,可以新增到powertext
但那一段話始終刪除不了

我再一氣之下又把那佈景下載下來
發現版本有點不同1.51跟1.5 (不知差哪啦!!)

結果用載下來的就容易改了許多
應該是之前手賤亂刪亂刪的關係
非常謝謝大大您

另外,我修改完後想看改的如何,都會delay,delay的
都要等段時間,我看其他版好像說這是1.5x版的特色.....
是嗎?

Please 登入 to join the conversation.

More
2009-09-07 09:20 #15480 來自 dovenet
dovenet replied the topic: 請問joomla1.5.8網站底部問題

leelm53 寫了道::

luedin 寫了道:: 我的index.php找不到有關power的任何段落
我也不確定我是否有把它給刪除過(因為我太想拿掉它...)

我有試著在<div id="powerText"> 下輸入我想要輸入的文字及連結
不過卻出現在我已經刪除掉的footer下
不知大大有否發現他底下版權有分兩塊呢!一塊是joomla一塊是佈景的

另外我目前架站只在本機試...
主管是給我內部ip叫我用後台來改=.=

luedin 君:
1.若不想顯示 joomla 內建之 mod_footer ,可以透過後台模組管理予以不啟動;若要變更顯示內容,請用編輯器修改 /www_root/language/zh-TW/zh-TW.mod_footer.iniFOOTER_LINE1FOOTER_LINE2 之文字。

2.若不想顯示 Business-Protal 加建之 footer ,可用編輯器將其 index.php 內之 <div id="powerText">.....</div>內文字清除;若要變更顯示則修改該標籤內之文字。

3.上述二法擇一即可,請自行考量。

謝謝leelm53詳細的指點
對我幫助很大
早來此地爬文就可以省下許多寶貴時間了 :grin:

Please 登入 to join the conversation.