The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

recent topic latest system

5 posters

Go down

recent topic latest system Empty recent topic latest system

Post by iamzildjian Fri 31 Aug - 11:08

how can i make my last poster centered recent topic latest system 1112

and is it possible to reduce the width???
avatar
iamzildjian
Forumember

Male Posts : 154
Reputation : 1
Language : english

http://www.ragemu.forumtl.com

Back to top Go down

recent topic latest system Empty Re: recent topic latest system

Post by iamzildjian Sun 2 Sep - 16:02

Bump
avatar
iamzildjian
Forumember

Male Posts : 154
Reputation : 1
Language : english

http://www.ragemu.forumtl.com

Back to top Go down

recent topic latest system Empty Re: recent topic latest system

Post by nextlevelgaming Sun 2 Sep - 22:27

well what is your code? in the css or html you either text-align:center; or align="center" depends. please give more information
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

recent topic latest system Empty Re: recent topic latest system

Post by iamzildjian Mon 3 Sep - 9:06

this is my overall header
Code:
<td valign="top" width="100%">
                              <div id="center">
                                <!-- BEGIN giefmod_index1 -->
                                {giefmod_index1.MODVAR}
                                    <!-- BEGIN saut -->
                                    <div style="height:{SPACE_ROW}px"></div>
                                    <!-- END saut -->
                                <!-- END giefmod_index1 -->
                              </div>
                          </td></tr><tr>


and this is my mod recent topics
Code:
<style>
div.title {
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #fff;
text-align:center;
}
</style>
<!-- BEGIN classical_row -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="3" align="center"><tbody>
<thead><tr><th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle">
<div class="ist">Latest Topics</div>
</th></tr></thead>
<tr>
<td style="padding: 0px; background: rgb(255, 255, 255) none repeat scroll 0% 0%; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="100%">
<table border="0" cellpadding="0" cellspacing="0" colspan="3" width="100%">

<tr><td class="catHead" colspan="2" width="50%">
<div class="title"><font color="black">Topic</font></div>
</td>
<td class="catHead" colspan="1" width="25%">
<div class="title"><font color="black">History</font></div>
</td>
<td class="catHead" colspan="1" width="25%">
<div class="title"><font color="black">Written by</font></div>
</td></tr>

<tr valign="top">
<td colspan="1" style="border-top: 0px none; padding: 0px; background: transparent url(http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/list.gif) no-repeat scroll center top; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous;" width="24"><img src="http://2img.net/i/fa/empty.gif" width="24" border="0"></td><td style="border-top: 0px none; padding: 0px; line-height: 20px; background-repeat: repeat;" align="left" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="50%">

<!-- BEGIN recent_topic_row -->
<a href="{classical_row.recent_topic_row.U_TITLE}"><b><font style="font-family: Tahoma; font-size: 11px">{classical_row.recent_topic_row.L_TITLE}</font></b></a><br>

<!-- END recent_topic_row -->
</td>
<td style="border-top: 0px none; padding: 0px; line-height: 16.5px; background-repeat: repeat;" align="center" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="25%">
<span class="gensmall">
<!-- BEGIN recent_topic_row -->
<img src="http://img816.imageshack.us/img816/9845/11750606.png" width="16px" height="16px" />
{ON} {classical_row.recent_topic_row.S_POSTTIME}
<br><!-- END recent_topic_row -->
</span>
</td>
<td style="border-top: 0px none; padding: 0px; line-height: 17px; background-repeat: repeat;" align="left" background="http://i1036.photobucket.com/albums/a449/a1tinhgia3/image/listbg.gif" width="25%">
<!-- BEGIN switch_poster -->
<a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}">{classical_row.recent_topic_row.switch_poster.S_POSTER}</a>
<!-- END switch_poster -->
<!-- BEGIN switch_poster_guest -->
{classical_row.recent_topic_row.switch_poster_guest.S_POSTER}
<!-- END switch_poster_guest -->
<!-- BEGIN recent_topic_row -->
<img src="http://www.birazkisisel.com/wp-content/plugins/wp-favorite-posts/img/star.png">
<a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}"><font style="font-family: Tahoma; font-size: 11px">{classical_row.recent_topic_row.switch_poster.S_POSTER}</font></a>
<br><!-- END recent_topic_row -->

</td>
</tr></table></td></tr></tbody></table>
<!-- END classical_row -->
avatar
iamzildjian
Forumember

Male Posts : 154
Reputation : 1
Language : english

http://www.ragemu.forumtl.com

Back to top Go down

recent topic latest system Empty Re: recent topic latest system

Post by nextlevelgaming Mon 3 Sep - 11:21

I don't believe this is where the code I'd be looking for. Is this a topics list??? what am i looking at really? if it's topics list I can say this- goto ACP>DISPLAY>GENERAL>INDEX_BODY

find

Code:
<td class="row3 over" align="center" valign="middle" height="50">
         <span class="gensmall">{L_LASTPOST}{catrow.forumrow.LAST_POST}</span>
      </td>

and let me know what it says for you. if it is still messing up let me know. you could do inline style which is done by

Code:
<td class="row3 over" style="margin:0;text-align:center;vertical-align:center;">
thats just an example of inline style
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

recent topic latest system Empty Re: recent topic latest system

Post by iamzildjian Wed 5 Sep - 9:27

Code:
<td class="row3 over" align="center" valign="middle" height="50">
         <span class="gensmall">{L_LASTPOST}{catrow.forumrow.LAST_POST}</span>
      </td>

i cant find this code in my index body..my forum version is phpbb2
avatar
iamzildjian
Forumember

Male Posts : 154
Reputation : 1
Language : english

http://www.ragemu.forumtl.com

Back to top Go down

recent topic latest system Empty Re: recent topic latest system

Post by AceSuazo Wed 5 Sep - 10:39

Just use
Code:

<center></center>
AceSuazo
AceSuazo
Forumember

Male Posts : 70
Reputation : 3
Language : English, Tagalog & Bisayan

Back to top Go down

recent topic latest system Empty Re: recent topic latest system

Post by iamzildjian Wed 5 Sep - 11:35

where should i paste that in mod recent topic or to my overall header??can u edit my code that i posted above??
avatar
iamzildjian
Forumember

Male Posts : 154
Reputation : 1
Language : english

http://www.ragemu.forumtl.com

Back to top Go down

recent topic latest system Empty Re: recent topic latest system

Post by Sanket Wed 5 Sep - 15:16

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

recent topic latest system Empty Re: recent topic latest system

Post by iamzildjian Wed 5 Sep - 23:49

Yes. but my problem is, the last post is not properly aligned.
avatar
iamzildjian
Forumember

Male Posts : 154
Reputation : 1
Language : english

http://www.ragemu.forumtl.com

Back to top Go down

recent topic latest system Empty Re: recent topic latest system

Post by Sanket Fri 7 Sep - 14:29

Are you sure you followed the tutorial correctly?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

recent topic latest system Empty Re: recent topic latest system

Post by iamzildjian Fri 7 Sep - 15:05

Yes.. but still the Name of the last poster is not properly aligned
avatar
iamzildjian
Forumember

Male Posts : 154
Reputation : 1
Language : english

http://www.ragemu.forumtl.com

Back to top Go down

recent topic latest system Empty Re: recent topic latest system

Post by AceSuazo Sat 8 Sep - 1:35

Hello, If you put into center the last poster.
Your table will be indestructible.
Code:
<center><img src="http://www.birazkisisel.com/wp-content/plugins/wp-favorite-posts/img/star.png"/>
<a
 
href="{classical_row.recent_topic_row.switch_poster.U_POSTER}"><font
 style="font-family: Tahoma; font-size:
11px">{classical_row.recent_topic_row.switch_poster.S_POSTER}</font></a></center>
AceSuazo
AceSuazo
Forumember

Male Posts : 70
Reputation : 3
Language : English, Tagalog & Bisayan

Back to top Go down

recent topic latest system Empty Re: recent topic latest system

Post by iamzildjian Sat 8 Sep - 10:34

working but it messed up!
avatar
iamzildjian
Forumember

Male Posts : 154
Reputation : 1
Language : english

http://www.ragemu.forumtl.com

Back to top Go down

recent topic latest system Empty Re: recent topic latest system

Post by MrAwesome Mon 17 Sep - 5:41

how can i change my resent topic back round? i want to use black.
avatar
MrAwesome
New Member

Posts : 17
Reputation : 1
Language : english

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum