Displays strange

Modifications for phpBB3.
Try the Mods here and share Your own Mods
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
User avatar
Stoker Online
Site Admin
Site Admin
Posts: 4,295
Joined: 12 May 2008, 21:26
Local time: Sunday 12:12
Last active: Online now
Favourite EXT: Forum Goal
Location: Denmark

Displays strange

Post by Stoker »

Dont change the css. Change the html as I pointed out earlier.
~ The greatest achievement in life is to inspire ~
Regards Stoker
User avatar
themission Offline
BBCoder III
BBCoder III
Posts: 123
Joined: 10 Aug 2011, 20:32
Local time: Sunday 10:12
Last active: -
Location: Devon UK

Displays strange

Post by themission »

Try this

Code: Select all

<!-- INCLUDE overall_header.html -->
<!-- IF not S_IS_BOT -->
		<div class="contentwrapper">
			<div class="cw2"><div class="cw3"><div class="cw4"><div class="cw5">
				<ul class="topiclist">
					<li class="header">
						<dl class="icon">
                  <dt><span>{L_WELCOME_TO_MOD} {SITENAME}</span></dt>
                                              </dl>
            </li>
         </ul>
         <ul class="topiclist forums cfill">
         <li>
            <dl>
               <dd style="padding:5px; text-align: center; border:none;">
               <!-- IF USER_AVATAR -->{USER_AVATAR}<!-- ELSE --><img src="{T_THEME_PATH}/images/no_avatar.gif" alt="" /><!-- ENDIF -->
               </dd>
               <dd class="lastpost" style="padding:5px; width:40%;">
               <p>{S_WELCOME}</p>
               <span><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<br />{CURRENT_TIME}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --><!-- IF S_USER_LOGGED_IN --><br /><br />{S_JOINED_DATE}<br />{MEMBER_FOR}<!-- ENDIF --></span>
               </dd>
               <dd class="lastpost" style="padding:5px; width:36%;"><span>{TOTAL_POSTS} &bull; {TOTAL_TOPICS}<br />{TOTAL_USERS}<br />{NEWEST_USER}
               <!-- IF S_DISPLAY_ONLINE_LIST --><br /><br />{TOTAL_USERS_ONLINE} ({L_ONLINE_EXPLAIN})<!-- ENDIF --></span>
		</div>
		<div class="clear"></div>
	</div></div></div></div>
</div>
<!-- ENDIF -->
this is the edit for the index_body bit. posted one earlier but the title was too far left this is working on mine - here's a photo of what it looks like
Image
User avatar
dnfdarkness Offline
BBCoder II
BBCoder II
Posts: 6
Joined: 16 Nov 2012, 11:55
Local time: Sunday 12:12
Last active: -
Favourite EXT: automod
Location: boise USA

Displays strange

Post by dnfdarkness »

yes it worked but now i dont understand how to place it properly on my page its setting over the top of other stuff