[2.0.16] Abnormal posts widening fix

The cleanup is complete. This forum is now read only.

Rating:

Excellent!
25
63%
Very Good
3
8%
Good
3
8%
Fair
2
5%
Poor
7
18%
 
Total votes: 40

Tom_S
Registered User
Posts: 524
Joined: Tue Jul 29, 2003 6:54 pm
Location: 127.0.0.1
Contact:

Post by Tom_S »

Just throwing a little levity in there Drumstix :wink:

Beings the topic is about doing away with that problem :mrgreen:
I went back in Time...
Image
User avatar
-=ET=-
Registered User
Posts: 825
Joined: Sun May 25, 2003 5:32 pm

Post by -=ET=- »

Tom_S wrote: I don't know but has anyone noticed this topic has the screen way past a normal width? I know it isn't just me here.

It's DivErTido's code quote :roll:
A moderator should delete it. A link to the right style is enough.
Eternal newbie
Fearless
Registered User
Posts: 664
Joined: Mon Mar 31, 2003 6:16 am

Post by Fearless »

Is there a mod to put code into an iframe because I'm having to do quite a bit of scrolling to read all the posts here ;) :D ?
Irakli
Registered User
Posts: 37
Joined: Fri Jun 13, 2003 9:42 pm

Post by Irakli »

Wow great mod I love it.
onedaylife
Registered User
Posts: 25
Joined: Mon Jan 05, 2004 1:15 pm

Thanks

Post by onedaylife »

Excellent mod - exactly what i was looking for :D
I just kinda died for you,
You just kinda stared at me.
timbercrawler
Registered User
Posts: 99
Joined: Mon Jul 21, 2003 1:25 am
Location: Seattle
Contact:

Post by timbercrawler »

heres my site:

http://www.timbercrawler.com/bb/phpBB2/ ... .php?t=874

What is causing it to be so wide? I tried messing with the table widths and it doesnt help. what the heck? :)
msibm
Registered User
Posts: 143
Joined: Sat Aug 24, 2002 11:35 am

Post by msibm »

Thanks
User avatar
-=ET=-
Registered User
Posts: 825
Joined: Sun May 25, 2003 5:32 pm

Post by -=ET=- »

A new 1.0.2 release of this MOD has been submited today! :)

The fix has been rewrite because the "nowrap" instruction for the post buttons not always applied. Sometimes the post buttons [quote] [edit] [X] [ip] were displayed on 2 or 3 lines :roll:

Meanwhile the phpBB group validation and as the new release is not yet in the phpBB MOD database, you can DL it here...
http://www.golfexpert.net/phpbb
...to test/install it.

Upgrade instructions are provide in the archive :wink:
Eternal newbie
User avatar
-=ET=-
Registered User
Posts: 825
Joined: Sun May 25, 2003 5:32 pm

Post by -=ET=- »

New minor upgrade: 1.0.3!
The buttons was not always fully aligned on the right.

Meanwhile the phpBB group validation and as the new release is not yet in the phpBB MOD database, you can DL it here...
http://www.golfexpert.net/phpbb
...to test/install it.

Upgrade instructions are provide in the archive :wink:
Last edited by -=ET=- on Wed Jul 14, 2004 12:28 pm, edited 1 time in total.
Eternal newbie
msibm
Registered User
Posts: 143
Joined: Sat Aug 24, 2002 11:35 am

Post by msibm »

-=ET=- wrote: The image size is NOT concerned by this MOD and the post table can still widen. The MOD aim is just to autorize the post table right side to go against the images.

Let's test another problem, what will happen when the long url is posted:

http://www.phpbb.com/phpBB/viewtopic.ph ... 370#976370
Last edited by msibm on Sat Feb 21, 2004 7:08 am, edited 1 time in total.
User avatar
-=ET=-
Registered User
Posts: 825
Joined: Sun May 25, 2003 5:32 pm

Post by -=ET=- »

Nothing.

Once again it's not this fix concern!
Other MODs exist to resize images, cut urls, limit the table width or anything you may want to do for your style design.

But this MOD is only a fix for the abnormal empty space created between the right border of large images and the right border of the post table by the original code of the subSilver template.
Eternal newbie
msibm
Registered User
Posts: 143
Joined: Sat Aug 24, 2002 11:35 am

Post by msibm »

-=ET=- wrote: Nothing.

Once again it's not this fix concern!
Other MODs exist to resize images, cut urls, limit the table width or anything you may want to do for your style design.

But this MOD is only a fix for the abnormal empty space created between the right border of large images and the right border of the post table by the original code of the subSilver template.

I have edited my post about long url, sorry :oops:
I hope that one day we can get the total solutiton for abnormal widening in the case of attached image, link image, long url, etc, as invisionboard and vB does.
msibm
Registered User
Posts: 143
Joined: Sat Aug 24, 2002 11:35 am

Post by msibm »

I have upgrated to 1.0.3, but it seems not to work. I only installed the attach mod 2.3.9. This is all code of viewtopic_body.tpl :

Code: Select all

<table width="100%" cellspacing="2" cellpadding="2" border="0">
  <tr> 
	<td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_VIEW_TOPIC}">{TOPIC_TITLE}</a><br />
	  <span class="gensmall"><b>{PAGINATION}</b><br />
	  &nbsp; </span></td>
  </tr>
</table>

<table width="100%" cellspacing="2" cellpadding="2" border="0">
  <tr> 
	<td align="left" valign="bottom" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
	<td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a> 
	  -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
  </tr>
</table>

<table class="forumline" width="100%" cellspacing="1" cellpadding="3" border="0">
	<tr align="right">
		<td class="catHead" colspan="2" height="28"><span class="nav"><a href="{U_VIEW_OLDER_TOPIC}" class="nav">{L_VIEW_PREVIOUS_TOPIC}</a> :: <a href="{U_VIEW_NEWER_TOPIC}" class="nav">{L_VIEW_NEXT_TOPIC}</a> &nbsp;</span></td>
	</tr>
	{POLL_DISPLAY} 
	<tr>
		<th class="thLeft" width="150" height="26" nowrap="nowrap">{L_AUTHOR}</th>
		<th class="thRight" nowrap="nowrap">{L_MESSAGE}</th>
	</tr>
	<!-- BEGIN postrow -->
	<tr> 
		<td width="150" align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a><b>{postrow.POSTER_NAME}</b></span><br /><span class="postdetails">{postrow.POSTER_RANK}<br />{postrow.RANK_IMAGE}{postrow.POSTER_AVATAR}<br /><br />{postrow.POSTER_JOINED}<br />{postrow.POSTER_POSTS}<br />{postrow.POSTER_FROM}</span><br /></td>
		<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
			<tr>
				<td><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="100%"><a href="{postrow.U_MINI_POST}"><img src="{postrow.MINI_POST_IMG}" width="12" height="9" alt="{postrow.L_MINI_POST_ALT}" title="{postrow.L_MINI_POST_ALT}" border="0" /></a><span class="postdetails">{L_POSTED}: {postrow.POST_DATE}<span class="gen">&nbsp;</span>&nbsp; &nbsp;{L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td>
				<td valign="top" nowrap="nowrap">{postrow.QUOTE_IMG} {postrow.EDIT_IMG} {postrow.DELETE_IMG} {postrow.IP_IMG}</td></tr></table></td>
			</tr>
			<tr> 
				<td colspan="2"><hr /></td>
			</tr>
			<tr>
				<td colspan="2"><span class="postbody">{postrow.MESSAGE}</span>{postrow.ATTACHMENTS}<span class="postbody">{postrow.SIGNATURE}</span><span class="gensmall">{postrow.EDITED_MESSAGE}</span></td>
			</tr>
		</table></td>
	</tr>
	<tr> 
		<td class="{postrow.ROW_CLASS}" width="150" align="left" valign="middle"><span class="nav"><a href="#top" class="nav">{L_BACK_TO_TOP}</a></span></td>
		<td class="{postrow.ROW_CLASS}" width="100%" height="28" valign="bottom" nowrap="nowrap"><table cellspacing="0" cellpadding="0" border="0" height="18" width="18">
			<tr> 
				<td valign="middle" nowrap="nowrap">{postrow.PROFILE_IMG} {postrow.PM_IMG} {postrow.EMAIL_IMG} {postrow.WWW_IMG} {postrow.AIM_IMG} {postrow.YIM_IMG} {postrow.MSN_IMG}<script language="JavaScript" type="text/javascript"><!-- 

	if ( navigator.userAgent.toLowerCase().indexOf('mozilla') != -1 && navigator.userAgent.indexOf('5.') == -1 && navigator.userAgent.indexOf('6.') == -1 )
		document.write(' {postrow.ICQ_IMG}');
	else
		document.write('</td><td>&nbsp;</td><td valign="top" nowrap="nowrap"><div style="position:relative"><div style="position:absolute">{postrow.ICQ_IMG}</div><div style="position:absolute;left:3px;top:-1px">{postrow.ICQ_STATUS_IMG}</div></div>');
				
				//--></script><noscript>{postrow.ICQ_IMG}</noscript></td>
			</tr>
		</table></td>
	</tr>
	<tr> 
		<td class="spaceRow" colspan="2" height="1"><img src="templates/subSilver/images/spacer.gif" alt="" width="1" height="1" /></td>
	</tr>
	<!-- END postrow -->
	<tr align="center"> 
		<td class="catBottom" colspan="2" height="28"><table cellspacing="0" cellpadding="0" border="0">
			<tr><form method="post" action="{S_POST_DAYS_ACTION}">
				<td align="center"><span class="gensmall">{L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS}&nbsp;{S_SELECT_POST_ORDER}&nbsp;<input type="submit" value="{L_GO}" class="liteoption" name="submit" /></span></td>
			</form></tr>
		</table></td>
	</tr>
</table>

<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
  <tr> 
	<td align="left" valign="middle" nowrap="nowrap"><span class="nav"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" align="middle" /></a>&nbsp;&nbsp;&nbsp;<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" border="0" alt="{L_POST_REPLY_TOPIC}" align="middle" /></a></span></td>
	<td align="left" valign="middle" width="100%"><span class="nav">&nbsp;&nbsp;&nbsp;<a href="{U_INDEX}" class="nav">{L_INDEX}</a> 
	  -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td>
	<td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span> 
	  </td>
  </tr>
  <tr>
	<td align="left" colspan="3"><span class="nav">{PAGE_NUMBER}</span></td>
  </tr>
</table>

<table width="100%" cellspacing="2" border="0" align="center">
  <tr> 
	<td width="40%" valign="top" nowrap="nowrap" align="left"><span class="gensmall">{S_WATCH_TOPIC}</span><br />
	  &nbsp;<br />
	  {S_TOPIC_ADMIN}</td>
	<td align="right" valign="top" nowrap="nowrap">{JUMPBOX}<span class="gensmall">{S_AUTH_LIST}</span></td>
  </tr>
</table>
paolo_705
Registered User
Posts: 27
Joined: Sun Feb 08, 2004 11:24 am

Conflict between MODs

Post by paolo_705 »

hello,

it seems there is some conflict between the Attachment Mod 2.3.9 and Abnormal posts widening MOD.

After installing post widening MOD attachments in phpBB forum are no more visible.

Can you helkp me please?

thanks

p.
User avatar
-=ET=-
Registered User
Posts: 825
Joined: Sun May 25, 2003 5:32 pm

Post by -=ET=- »

msibm wrote: I have upgrated to 1.0.3, but it seems not to work. I only installed the attach mod 2.3.9. This is all code of viewtopic_body.tpl :

Your code is correct, and it must work.
I've installed Attachment 2.3.9 + Abnormal posts widening fix 1.0.3 and it works perfectly :roll:

What is the pb exactly? What "seems not to work"?
Last edited by -=ET=- on Sat Feb 21, 2004 11:29 am, edited 1 time in total.
Eternal newbie
Post Reply

Return to “[2.0.x] MOD Database Cleanup”