討論區前方加入ICON

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

bubuoo
星球普通子民
星球普通子民
文章: 5
註冊時間: 2002-05-26 05:52

文章 bubuoo »

請問有沒有辦法自動把太大的圖縮小成一定的大小啊??

^^
麻煩大大了
健仔
星球公民
星球公民
文章: 32
註冊時間: 2002-06-13 21:34

文章 健仔 »

把圖片置中比較不會那麼好看
畢竟這是個代表圖而已\r
所以放旁邊就好了
你參考我的看看
http://n629.d2g.com/phpBB2/index.php
我是個phpbb的新手,
若有比較粗淺的問題
也希望大家多多見諒.
敝人小站
歡迎來坐
轉載王
ggyy73
星球普通子民
星球普通子民
文章: 5
註冊時間: 2002-05-01 06:22
來自: 高雄縣

文章 ggyy73 »

尋找\r
[php]
<?php
<span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
</span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
</span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span>
?>
[/php]

取代\r
[php]
<?php
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="5%"><img src="{catrow.forumrow.FORUM_ICON}" alt="{catrow.forumrow.FORUM_NAME}" /></td>
<td width="95%">
<span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
</span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
</span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span>
</td>
</tr>
</table>
?>
[/php]
看看我的吧.............
Rong Studio論壇
圖檔
圖檔
健仔
星球公民
星球公民
文章: 32
註冊時間: 2002-06-13 21:34

文章 健仔 »

大家好像都是用 32 X 32 的圖
我是個phpbb的新手,
若有比較粗淺的問題
也希望大家多多見諒.
敝人小站
歡迎來坐
轉載王
動機不明
喝咖啡的綠皮猴
喝咖啡的綠皮猴
文章: 1179
註冊時間: 2002-03-06 20:37
來自: GOP (重啟)

文章 動機不明 »

bubuoo 寫:請問有沒有辦法自動把太大的圖縮小成一定的大小啊??

^^
麻煩大大了
將這段\r

代碼: 選擇全部

<img src="{catrow.forumrow.FORUM_ICON}" alt="{catrow.forumrow.FORUM_NAME}" />
加上長寬限制就可以了

代碼: 選擇全部

<img src="{catrow.forumrow.FORUM_ICON}" alt="{catrow.forumrow.FORUM_NAME}" width="32" height="32" />
非官方外掛問題區公告: [必看]請配合發問格式及明確主題發問(2006 02/24更新)
七點要求:
1. 發問前先搜尋,確定沒有重複後再發表
2. 主題要明確
3. 依照發問格式
4. 禁連續推文
5. 請盡量減少使用地方性語言
6. 解決問題後請修改第一篇主題,並感謝曾經幫過你的前輩們 ^^
7. 請不要將檔案內容完整貼出喔! 只要提供問題行及上下各五行就可以了
頭像
Acers
竹貓好朋友
竹貓好朋友
文章: 61
註冊時間: 2002-02-05 08:41

文章 Acers »

河風老大請問一下
可以把圖放在最前面那格嗎?
你懂偶的意思嗎^^|||
動機不明
喝咖啡的綠皮猴
喝咖啡的綠皮猴
文章: 1179
註冊時間: 2002-03-06 20:37
來自: GOP (重啟)

文章 動機不明 »

Acers 寫:河風老大請問一下
可以把圖放在最前面那格嗎?
你懂偶的意思嗎^^|||
可以呀!
只要在 index_body.tpl 裡面調整一下位置就好了(其實我一開始就是這樣設計的 :-? )

同時也要改

代碼: 選擇全部

<th colspan="2" class="thCornerL" height="25" nowrap="nowrap">{L_FORUM}</th>
為\r

代碼: 選擇全部

<th colspan="[color=red][b]3[/b][/color]" class="thCornerL" height="25" nowrap="nowrap">{L_FORUM}</th>
搜尋

代碼: 選擇全部

	<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
後面(或前面)加入\r

代碼: 選擇全部

<td><img src="{catrow.forumrow.FORUM_ICON}" width="32" height="32" alt="{catrow.forumrow.FORUM_NAME}" /></td>
試試看.....(我還沒有測過喔~)
非官方外掛問題區公告: [必看]請配合發問格式及明確主題發問(2006 02/24更新)
七點要求:
1. 發問前先搜尋,確定沒有重複後再發表
2. 主題要明確
3. 依照發問格式
4. 禁連續推文
5. 請盡量減少使用地方性語言
6. 解決問題後請修改第一篇主題,並感謝曾經幫過你的前輩們 ^^
7. 請不要將檔案內容完整貼出喔! 只要提供問題行及上下各五行就可以了
頭像
蠟筆小生
星球公民
星球公民
文章: 32
註冊時間: 2002-04-08 16:37
來自: 吧啦吧啦星球
聯繫:

文章 蠟筆小生 »

ggyy73 寫:尋找\r
[php]
<?php
<span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
</span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
</span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span>
?>
[/php]

取代\r
[php]
<?php
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="5%"><img src="{catrow.forumrow.FORUM_ICON}" alt="{catrow.forumrow.FORUM_NAME}" /></td>
<td width="95%">
<span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
</span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
</span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span>
</td>
</tr>
</table>
?>
[/php]
看看我的吧.............
Rong Studio論壇
還是不能..><"

代碼: 選擇全部

<!-- BEGIN forumrow -->
  <tr>

        <td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
        <td class="row1" width="100%" height="50" onMouseOver="this.style.backgroundColor='#DEE3E7'; this.style.cursor='arrow';" onMouseOut="this.style.backgroundColor='#EFEFEF';"


        <span class="forumlink">[color=#ff0066]<td width="5%"><img src="{catrow.forumrow.FORUM_ICON}" alt="{catrow.forumrow.FORUM_NAME}" />[/color]<a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}<a href="{catrow.forumrow.U_QUICK_TOPIC}"><img src="{QUICK_TOPIC_IMG}" alt="{L_QUICK_TOPIC}" border="0" /></a><br />
        </span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
        </span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td></tr></table>
        <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
        <td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
        <td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
  </tr>
  <!-- END forumrow -->
這是我的一整段
Online Game 討論區
http://www.fadudu.com
網上畫廊
http://photo.fadudu.com
動機不明
喝咖啡的綠皮猴
喝咖啡的綠皮猴
文章: 1179
註冊時間: 2002-03-06 20:37
來自: GOP (重啟)

文章 動機不明 »

這是我的,你參考看看 :oops:

代碼: 選擇全部

  <!-- BEGIN forumrow -->
  <tr> 
	<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
	<td class="row1" align="center" valign="middle">

[color=red]	<table cellpadding="0" cellspacing="0"><tr><td>
	<img src="{catrow.forumrow.FORUM_ICON}" width="32" height="32" alt="{catrow.forumrow.FORUM_NAME}" />
	</td>
	<td class="row1" width="100%" height="50" onMouseOver="this.style.backgroundColor='#FFFFFF';" onMouseOut="this.style.backgroundColor='#F5F3EB';"><span class="forumlink"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a></span> <span class="gensmall"><font color="#D8BAB7"> {catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</font></span><br /><span class="genmed">{catrow.forumrow.FORUM_DESC}</span></td>
	</tr></table>[/color]

	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
	<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall"><a href="{catrow.forumrow.U_LAST_TOPIC}">{catrow.forumrow.LAST_TOPIC}</a><br />{catrow.forumrow.LAST_POST}</span></td>
  </tr>
  <!-- END forumrow -->
非官方外掛問題區公告: [必看]請配合發問格式及明確主題發問(2006 02/24更新)
七點要求:
1. 發問前先搜尋,確定沒有重複後再發表
2. 主題要明確
3. 依照發問格式
4. 禁連續推文
5. 請盡量減少使用地方性語言
6. 解決問題後請修改第一篇主題,並感謝曾經幫過你的前輩們 ^^
7. 請不要將檔案內容完整貼出喔! 只要提供問題行及上下各五行就可以了
頭像
蠟筆小生
星球公民
星球公民
文章: 32
註冊時間: 2002-04-08 16:37
來自: 吧啦吧啦星球
聯繫:

文章 蠟筆小生 »

問題已解決...謝謝你指點
Online Game 討論區
http://www.fadudu.com
網上畫廊
http://photo.fadudu.com
bubuoo
星球普通子民
星球普通子民
文章: 5
註冊時間: 2002-05-26 05:52

文章 bubuoo »

河風 寫:
bubuoo 寫:請問有沒有辦法自動把太大的圖縮小成一定的大小啊??

^^
麻煩大大了
將這段\r

代碼: 選擇全部

<img src="{catrow.forumrow.FORUM_ICON}" alt="{catrow.forumrow.FORUM_NAME}" />
加上長寬限制就可以了

代碼: 選擇全部

<img src="{catrow.forumrow.FORUM_ICON}" alt="{catrow.forumrow.FORUM_NAME}" width="32" height="32" />
太棒了
謝啦!!!!! :mrgreen:
wen_ch
星球普通子民
星球普通子民
文章: 6
註冊時間: 2002-08-14 16:46
來自: 台中

文章 wen_ch »

滿好用的..
加了之後版面比較好看囉
YA.. :lol:
lo6666
星球普通子民
星球普通子民
文章: 7
註冊時間: 2003-04-26 23:53

文章 lo6666 »

謝謝河風大..一次就成功啦^^ :-P
感覺漂亮許多ㄝ...讚 (:Y)
主題已鎖定

回到「外掛問題討論」