Portal Blocks

Current Version: 1.0.6
Released: 09.01.10
Forum rules
Before creating a new support thread, please take a look in the board3 Portal FAQ and use the search!
Many questions have already been answered.
Locked

Topic author
Drugs
Active Member
Posts: 1
Joined: 23. November 2008 00:57
phpBB.com User: Drugs

Portal Blocks

Post by Drugs »

Your Portal Version: 1.0.2
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Advanced Knowledge

What have you done before the problem was there?


What have you already tryed to solve the problem?


Description and Message
I have a question. I'd rather have forabg boxes over panels and I used phpbb3 portal for a long time and edited it a lot so I'm pretty familiar with how this portal works. At one point, I changed all the panels to forabg's and added my own icons. You have the icons added which I would like to keep. So I tried to change it but ran into some problems:

http://i34.tinypic.com/2ia51jp.jpg

As you can see, the random member block title now breaks for some odd reason although it has plenty of room to do it straight across. Also, it's not centered anymore. I looked with Internet Explorer 7, and it's still centered so I don't understand why it's not correctly working in Firefox. My code for that block is:

Code: Select all

<!--version $Id: random_member.html 260 2008-08-09 20:23:45Z icedcold $ //-->
<div class="forabg">
	<div class="inner">
		<span class="corners-top"><span></span></span>
		<ul class="topiclist">
			<li class="header"><dl><dt><img src="{T_THEME_PATH}/images/portal/portal_random.gif" width="18px" height="18px" alt=""/>{L_RND_MEMBER}</dt></dl></li>
		</ul>
		<ul class="topiclist forums">
			<li><dl>
				<dd class="posts_portal">
			<!-- BEGIN random_member -->
			<div style="text-align: center;"><span style="font-size:12px; padding-top:1px; margin-bottom: 5px;">{random_member.USERNAME_FULL}</span><br style="clear:both" />
			<!-- IF random_member.AVATAR_IMG --><a href="{random_member.U_VIEW_PROFILE}">{random_member.AVATAR_IMG}</a><br style="clear:both" /><!-- ENDIF -->
			<!-- IF random_member.RANK_TITLE --><span class="gensmall">{random_member.RANK_TITLE}</span><br style="clear:both" /><!-- ENDIF -->
			<!-- IF random_member.RANK_IMG -->{random_member.RANK_IMG}<br style="clear:both" /><!-- ENDIF -->
			</div>
			<br style="clear:both" />
			<span style="float:left;"><strong>{L_RND_JOIN}:</strong></span><span style="float:right;padding-right:10px;">{random_member.JOINED}</span><br style="clear:both" />
			<span style="float:left;"><strong>{L_RND_POSTS}:</strong></span><span style="float:right;padding-right:10px;">{random_member.USER_POSTS}</span><br style="clear:both" />
			<!-- IF random_member.USER_OCC -->
			<span style="float:left;"><strong>{L_RND_OCC}:</strong></span><span style="float:right;padding-right:10px;"> &nbsp; {random_member.USER_OCC}</span><br style="clear:both" />
			<!-- ENDIF -->
			<!-- IF random_member.USER_FROM -->
			<span style="float:left;"><strong>{L_RND_FROM}:</strong></span><span style="float:right;padding-right:10px;"> &nbsp; {random_member.USER_FROM}</span><br style="clear:both" />
			<!-- ENDIF -->
			<!-- IF random_member.U_WWW -->
			<span style="float:left;"><a href="{random_member.U_WWW}" title="{random_member.U_WWW}"><strong>{L_RND_WWW}</strong></a></span><br style="clear:both" />
			<!-- ENDIF -->
			<!-- END random_member -->	
				</dd>
			</dl></li>
		</ul>
		<span class="corners-bottom"><span></span></span>
	</div>
</div>
Thanks in advance.[/i]
Locked

Return to “board3 Portal 1.0.x - English Support”