Yuk DAFTAR SEKARANG juga, banyak TUTORIAL MENARIK buat kalian para forumer @2018
Kalian Member Baru, Yuk Perkenalan Dahulu. 1 Member 1 Thread.
Selamat datang di Forum Atlanta~Halo, kalian masih menjadi tamu ya di forum ini ? Kenapa masih jadi tamu ayok ikutan kita gabung di forum ini.
Banyak loh tutorial yang dapat kamu dapatkan di sini, kalian juga bisa tanya-tanya tentang masalah blog/forum kok di sini.
Langsung aja yok daftar kalau kalian belum daftar di sini Register, Kalau sudah punya IDnya langsung aja ya Login

You are not connected. Please login or register

 

bagaimana cara membuat "topik dan post" gabung jadi satu?

Oops! Sepertinya ada sedikit kesalahan ...

[#22124]

Atlanta telah memblok tamu untuk melihat konten yang ada, silahkan mendaftar untuk dapat melihat isi konten kami.


Need Help?

Message (Halaman 1 dari 1)

mercurial_vapor
#1
bagaimana cara membuat "topik dan post" gabung jadi satu? Empty 3/5/2013, 15:03

Level 5
mercurial_vapor

Level 5
halo gan mau tanya nih Senang

bagaimana cara membuat "topik dan post" gabung jadi satu?

lebih jelasnya coba lihat gambar ini gan Senyum
[You must be registered and logged in to see this image.]

source:
[You must be registered and logged in to see this link.]

please help me Senang

thanks before Wink

tommycoo
#2
bagaimana cara membuat "topik dan post" gabung jadi satu? Empty 3/5/2013, 19:01

Owner of Atlanta

tommycoo

Owner of Atlanta
Oke sebenarnya mudah kok caranya Senang
masuk ke index-box agan
terus cari
Code:
      <th nowrap="nowrap" width="50">{L_TOPICS}</th>
      <th nowrap="nowrap" width="50">{L_POSTS}</th>
      <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>

ganti sama
Code:
      <th nowrap="nowrap" width="100"></th>
      <th nowrap="nowrap" width="150"><div style="width:150px;"></div></th>

Sudah ?

cari lagi kode ini
Code:
      <td class="row3" 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>

terus ganti dengan kode ini
Code:
<td class="row3" align="center" valign="middle" height="50" width="100">
         {catrow.forumrow.TOPICS} Topics.<br/>{catrow.forumrow.POSTS} Posts.
      </td>

Terus save dan publish Senang

mercurial_vapor
#3
bagaimana cara membuat "topik dan post" gabung jadi satu? Empty 3/5/2013, 19:40

Level 5
mercurial_vapor

Level 5
thanks gan uda mau bantu Senang

tapi hasilnya kok malah jadi gini ya gan Senyum
[You must be registered and logged in to see this image.]

tolong pncerahanya gan Senang
thanks :cheers:

tommycoo
#4
bagaimana cara membuat "topik dan post" gabung jadi satu? Empty 4/5/2013, 05:46

Owner of Atlanta

tommycoo

Owner of Atlanta
Coba kode ini
Code:
    <td class="row3" align="center" valign="middle" height="50" width="100">
            {catrow.forumrow.TOPICS} Topics.<br/>{catrow.forumrow.POSTS} Posts.
          </td>

ganti sama
Code:
    <td class="row3" id="row-fix" align="center" valign="middle" height="50" width="100">
            <div id="in-row">{catrow.forumrow.TOPICS} Topics.<br/>{catrow.forumrow.POSTS} Posts.</div>
          </td>

terus ini masukkin ke CSS
Code:
#row-fix{padding-left:40px;text-align:right;}#in-row{display:inline;}

mercurial_vapor
#5
bagaimana cara membuat "topik dan post" gabung jadi satu? Empty 4/5/2013, 14:45

Level 5
mercurial_vapor

Level 5
thanks uda mau jwb lg gan Senang

btw hasilnya malah sprti ini Senyum
tinggal angkanya sja ga sejajar sma tlisannya Senang
[You must be registered and logged in to see this image.]

kan sprti ini gan Senyum
[You must be registered and logged in to see this image.]

tlong pncrhnya lg gan
thanks :cheers:

tommycoo
#6
bagaimana cara membuat "topik dan post" gabung jadi satu? Empty 4/5/2013, 16:27

Owner of Atlanta

tommycoo

Owner of Atlanta
Hemm, coba gantikan kode ini

Code:
        <td class="row3" id="row-fix" align="center" valign="middle" height="50" width="100">
                <div id="in-row">{catrow.forumrow.TOPICS} Topics.<br/>{catrow.forumrow.POSTS} Posts.</div>
              </td>

dengan ini

Code:
        <td class="row3" id="row-fix" align="center" valign="middle" height="50" width="100">
<ul style="text-align: right;list-style: none outside none;font-weight: bold;"><li>{catrow.forumrow.TOPICS} Topik</li><li>{catrow.forumrow.POSTS} Posts</li></ul>
              </td>

mercurial_vapor
#7
bagaimana cara membuat "topik dan post" gabung jadi satu? Empty 4/5/2013, 16:57

Level 5
mercurial_vapor

Level 5
hmm, sudah ane ganti gan, hasilnya malah kyk ga ad prubahan Senang
[You must be registered and logged in to see this image.]

mhon bantuannya gan, thanks Senyum

tommycoo
#8
bagaimana cara membuat "topik dan post" gabung jadi satu? Empty 4/5/2013, 17:08

Owner of Atlanta

tommycoo

Owner of Atlanta
Coba cssnya ini di hapus
Code:
    #row-fix{padding-left:40px;text-align:right;}#in-row{display:inline;}

kalau masih belum bisa, tolong kasih Url forum agan di sini.

mercurial_vapor
#9
bagaimana cara membuat "topik dan post" gabung jadi satu? Empty 4/5/2013, 17:13

Level 5
mercurial_vapor

Level 5
sudah gan, hasilnya sama saja Neutral
[You must be registered and logged in to see this image.]

mhon bantuannya gan, thanks Senang

tommycoo
#10
bagaimana cara membuat "topik dan post" gabung jadi satu? Empty 4/5/2013, 17:20

Owner of Atlanta

tommycoo

Owner of Atlanta
tolong sertakan forum agan Senyum

mercurial_vapor
#11
bagaimana cara membuat "topik dan post" gabung jadi satu? Empty 4/5/2013, 17:36

Level 5
mercurial_vapor

Level 5
nih gan Senyum
[You must be registered and logged in to see this link.]

tommycoo
#12
bagaimana cara membuat "topik dan post" gabung jadi satu? Empty 4/5/2013, 17:53

Owner of Atlanta

tommycoo

Owner of Atlanta
oke coba yang satu ini masukkin di CSS
Code:
#row-fix ul li{width:80px;}

sudah saya test dan work Senyum
[You must be registered and logged in to see this image.]

mercurial_vapor
#13
bagaimana cara membuat "topik dan post" gabung jadi satu? Empty 4/5/2013, 18:17

Level 5
mercurial_vapor

Level 5
wow, akhirnya bisa jug ya gan Senang
finaly :cheers:

sekalian sja gan ak mu tanya ini gmn ya cranya?
cba agan lihat gmbr ini Senyum
[You must be registered and logged in to see this image.]

tlong bntuanya gan, thanks before :cheers:

tommycoo
#14
bagaimana cara membuat "topik dan post" gabung jadi satu? Empty 4/5/2013, 20:07

Owner of Atlanta

tommycoo

Owner of Atlanta
Ane pikir itu standart dari phpbb2 deh gan dan gak bisa di hilangi :king:

mercurial_vapor
#15
bagaimana cara membuat "topik dan post" gabung jadi satu? Empty 4/5/2013, 20:13

Level 5
mercurial_vapor

Level 5
omg Shock

jadi ga bisa ya Sedih

humm, ya udah deh gan, thanks ya atas pncerahanya slama ini, 🎅

problem solved :cheers:

tommycoo
#16
bagaimana cara membuat "topik dan post" gabung jadi satu? Empty 4/5/2013, 20:17

Owner of Atlanta

tommycoo

Owner of Atlanta

Sponsored content
#17
bagaimana cara membuat "topik dan post" gabung jadi satu? Empty 


Message (Halaman 1 dari 1)

Share This Topic !

URL :
BBcode :
HTML :" />

Permissions in this forum:
Anda tidak dapat menjawab topik

Total Posts Total Threads Total Members Newest Member29 November 2014 Date of Establishment of the Forum

Total 0 user online :: 0 Terdaftar, 0 Tersembunyi dan 0 Tamu

Total 0 user online :: 0 Terdaftar, 0 Tersembunyi dan 0 Tamu (Lihat list online)


User yang sedang berada di forum ini: Tidak ada