如何把read more移到文章的後面

各位好
如何把node的後面的read more (Read the full story...)移到文章的後面?
如圖,功力太淺找了半天...還是找不到
請幫忙,感謝!

附加檔案大小
drupal_temp2.jpg21.49 KB
vanessa 的照片

Re: 如何把read more移到文章的後面

裝Read More Tweak模組, 就可以顯示在後面, 裡面有一些選項可以設定
如果你想問的是不新增模組的方法, 我就不知道了

soothepain 的照片

Re: 如何把read more移到文章的後面

請問一下我有裝設read more tweak,不過他還是離的很遠,沒連在後面
是要設語法嗎?

charlesc 的照片

Re: 如何把read more移到文章的後面

我記得這模組的管理選項裡有個 inline 可以勾選,選了之後,read more 就會跑到很旁邊了~

DrakeGuan 的照片

Re: 如何把read more移到文章的後面

裝了 read more tweak,設定好的話,至少 read more 已經從 link 這一個區塊,跑到 node->content 下了,如果還覺得不夠「近」,那就動一下 CSS 吧 ;)

soothepain 的照片

Re: 如何把read more移到文章的後面

不好意思樓上的大哥
還是不明瞭,在那個CSS裡面
要怎麼設?

DrakeGuan 的照片

Re: 如何把read more移到文章的後面

你要不要直接給我你的網站,我幫你看一下?

soothepain 的照片

Re: 如何把read more移到文章的後面

感謝,http://en.coolaler.com/drupal/node

DrakeGuan 的照片

Re: 如何把read more移到文章的後面

網站關了嗎? 連不到

soothepain 的照片

Re: 如何把read more移到文章的後面

現在可以連了
我後來有參考
http://www.angrydonuts.com/the_nuisance_of_the_read_more_fl
這篇文章
不過照著修改確不行,反而read more不見了

DrakeGuan 的照片

Re: 如何把read more移到文章的後面

那是因為你 node 的版型,最後頭有個 的關係。

soothepain 的照片

Re: 如何把read more移到文章的後面

空格?

DrakeGuan 的照片

Re: 如何把read more移到文章的後面

< br class = " clear " / >

soothepain 的照片

Re: 如何把read more移到文章的後面

不好意思資質駑鈍再請教
< br class = " clear " / >
會在哪裡?
我找了node.tpl.php也沒有
css也沒有

DrakeGuan 的照片

Re: 如何把read more移到文章的後面

這我就不曉得了 :p

vanessa 的照片

Re: 如何把read more移到文章的後面

我是直接在theme的css裡加

.read-more a {
}

後來覺得要改模組裡的一些位置這樣最方便
我都是看網站的原始碼中抓出什麼class或id, 再到css加一個

那種還要改程式的方法, 對我來說太難了 :)

nobody1225 的照片

Re: 如何把read more移到文章的後面

您要不要先掛載read more tweak模組
好讓大家能使用firefox幫你看呢

soothepain 的照片

Re: 如何把read more移到文章的後面

OK,我現在掛上,請幫我看一下,感謝
順道一問,是否有控制顯示teaser摘要字數的模組?
主要是顯示在views下,並不是node文章的控制

soothepain 的照片

Re: 如何把read more移到文章的後面

我後來搜尋了
< br class = " clear " / >
這次串,發現好像是Image Assist的關係?!
http://drupal.org/node/62472
不過,我直接把Image Assist這模組移除,還是一樣!
真是XD