Problem with menu block
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.
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.
Problem with menu block
Your Portal Version: v1.0.3
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://ne-guild.ovh.org/portal.php
What have you done before the problem was there?
I do nothing.. I have this problem again and again, i reinstall all twice and nothing.. In first use all its ok, but about 5 min and have this in screenshot.. I havent change anything in code, right block isnt good at his place..
What have you already tryed to solve the problem?
I reinstall phpbb and portal but dont have results..
Description and Message
Plz help me, maybe any patch is correcting that ? Or where i can change it ?
Your phpBB Type: Standard phpBB3
MODs installed: No
Your knowledge: Beginner
Boardlink: http://ne-guild.ovh.org/portal.php
What have you done before the problem was there?
I do nothing.. I have this problem again and again, i reinstall all twice and nothing.. In first use all its ok, but about 5 min and have this in screenshot.. I havent change anything in code, right block isnt good at his place..
What have you already tryed to solve the problem?
I reinstall phpbb and portal but dont have results..
Description and Message
Plz help me, maybe any patch is correcting that ? Or where i can change it ?
Re: Problem with menu block
Open the file styles/<your style>/template/portal/block/news_compact.html
Replace EVERYTHING in that file with
Replace EVERYTHING in that file with
Code: Select all
<!--version $Id: news_compact.html 480 2009-03-15 11:19:27Z kevin74 $ //-->
<div id="pagecontent">
<!-- BEGIN news_row -->
<!-- IF news_row.S_FIRST_ROW -->
{$C_BLOCK_H_L}{L_LATEST_NEWS} <a name="n"></a>{$C_BLOCK_H_R}
<table class="tablebg" cellspacing="1" width="100%">
<!-- IF not news_row.S_NO_TOPICS -->
<tr class="nav">
<!-- IF S_TOPIC_ICONS -->
<td class="cat" align="center" colspan="3"> {L_TOPICS} </td>
<!-- ELSE -->
<td class="cat" align="center" colspan="2"> {L_TOPICS} </td>
<!-- ENDIF -->
<!-- IF S_DISPLAY_NEWS_RVS -->
<td class="cat" align="center"> {L_REPLIES} </td>
<td class="cat" align="center"> {L_VIEWS} </td>
<!-- ENDIF -->
<td class="cat" align="center"> {L_LAST_POST} </td>
</tr>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF news_row.S_NO_TOPICS -->
<tr class="row1">
<td align="center">
<span class="gensmall"><strong>{L_NO_NEWS}</strong></span>
</td>
</tr>
<!-- ELSE -->
<tr>
<td class="row1" width="25" align="center">{news_row.TOPIC_FOLDER_IMG}</td>
<!-- IF S_TOPIC_ICONS --><td class="row1" width="25" align="center"><!-- IF news_row.TOPIC_ICON_IMG --><img src="{T_ICONS_PATH}{news_row.TOPIC_ICON_IMG}" width="{news_row.TOPIC_ICON_IMG_WIDTH}" height="{news_row.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" /><!-- ENDIF --></td><!-- ENDIF -->
<td class="row1">
<!-- IF news_row.PAGINATION --><span style="float: right; font-size:0.9em;"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {news_row.PAGINATION} ] </span><!-- ENDIF -->
{news_row.ATTACH_ICON_IMG} <!-- IF news_row.S_POLL --> <strong style="font-size:1.1em;">{L_POLL}: </strong><!-- ENDIF --><a title="{news_row.TITLE}" href="{news_row.U_VIEW_COMMENTS}" class="topictitle">{news_row.TITLE}</a>
<p class="gensmall">{L_POSTED} {L_POST_BY_AUTHOR} {news_row.POSTER_FULL} » {news_row.TIME}
<!-- IF news_row.FORUM_NAME -->
<br />{L_FORUM}: <a href="{news_row.U_VIEWFORUM}" style="font-weight: bold;">{news_row.FORUM_NAME}</a>
<!-- ENDIF -->
<!-- IF not S_DISPLAY_NEWS_RVS --><!-- IF news_row.FORUM_NAME -->• <!-- ENDIF -->{L_REPLIES}: <strong>{news_row.REPLIES}</strong> • {L_VIEWS}: <strong>{news_row.TOPIC_VIEWS}</strong><!-- ENDIF -->
</p>
</td>
<!-- IF S_DISPLAY_NEWS_RVS -->
<td class="row1" width="50" align="center"><p class="topicdetails">{news_row.REPLIES}</p></td>
<td class="row2" width="50" align="center"><p class="topicdetails">{news_row.TOPIC_VIEWS}</p></td>
<!-- ENDIF -->
<td class="row1" width="140" align="center">
<p class="topicdetails" style="white-space: nowrap;"> {news_row.LAST_POST_TIME}</p>
<p class="topicdetails">{news_row.USERNAME_FULL_LAST}
<!-- IF not S_IS_BOT --><!-- IF news_row.S_UNREAD_INFO --><a href="{news_row.U_VIEW_UNREAD}">{NEWEST_POST_IMG}</a><!-- ELSE --><a href="{news_row.U_LAST_COMMENTS}">{READ_POST_IMG}</a><!-- ENDIF --><!-- ENDIF -->
</p>
</td>
</tr>
<!-- ENDIF -->
<!-- IF news_row.S_LAST_ROW -->
<!-- IF NP_PAGINATION or TOTAL_NEWS -->
<tr class="row<!-- IF news_row.S_ROW_COUNT is even -->2<!-- ELSE -->1<!-- ENDIF -->">
<td class="gensmall" valign="middle" align="right" nowrap="nowrap" colspan="<!-- IF S_TOPIC_ICONS and S_DISPLAY_NEWS_RVS -->6<!-- ELSEIF not S_TOPIC_ICONS and S_DISPLAY_NEWS_RVS -->5<!-- ELSEIF S_TOPIC_ICONS and not S_DISPLAY_NEWS_RVS -->4<!-- ELSE -->3<!-- ENDIF -->">{TOTAL_NEWS}
<!-- IF NP_PAGE_NUMBER --><!-- IF NP_PAGINATION --> • {NP_PAGE_NUMBER} • <span>{NP_PAGINATION}</span><!-- ELSE --> • {NP_PAGE_NUMBER}<!-- ENDIF --><!-- ENDIF --></td>
</tr>
<!-- ENDIF -->
</table>
{$C_BLOCK_F_L}{$C_BLOCK_F_R}
<!-- ENDIF -->
<!-- END news_row -->
</div>
Board3 Portal Dev & English Tech Support
Re: Problem with menu block
Don't work ;/
Re: Problem with menu block
Hi Guy.
I had the same problem, but do not know how to solve.
But try for example, does not show the statistics and login.
I had the same problem, but do not know how to solve.
But try for example, does not show the statistics and login.
Re: Problem with menu block
I try this but i need login panel.. I dont know why this block came out from structure..
Re: Problem with menu block
But worked ?
Well.. I think that the problem is that your right column is bigger that left column!
How to resolve? Well.. I dont know beccause I dont tried. Because my left column is bigger that the right column.. LOL
Well.. I think that the problem is that your right column is bigger that left column!
How to resolve? Well.. I dont know beccause I dont tried. Because my left column is bigger that the right column.. LOL
Re: Problem with menu block
No, both colums have the same width.. i check it in administration mode..
Any1 know how to repait that ?
Any1 know how to repait that ?
Re: Problem with menu block
The problem is not the with, but yes height.
Re: Problem with menu block
With height ? I've deleted 2-3 blocks and its the same problem..
Plz help me, its very good portal system but this only one bug and this crash all..
Plz help me, its very good portal system but this only one bug and this crash all..
Re: Problem with menu block
Well. when installed the portal also had the same problem, and as I said do not know how to solve. Initially thought the problem was the template, but the day to night it was good.
Already tried to increase the width in the configuration of the portal?
Remember that each change to clear the cache.
Already tried to increase the width in the configuration of the portal?
Remember that each change to clear the cache.
Re: Problem with menu block
I increase witdh but don't effect.. And clear cache.. No changes.. Maybe in any file i must change something ?
Re: Problem with menu block
No one have resolve for this problem ?
Re: Problem with menu block
Well you haven't updated the style I said above as the source still displays the old code.. did you apply it to styles/Black Pearl/template/portal/block/news_compact.html ?
Board3 Portal Dev & English Tech Support
Re: Problem with menu block
Make the changes as Ice already describe (+ purge you caches)
or
make any posting in your board, since the bug in news_compact.html appears only if you dont have any postings.
or
disable the compact style of your news block in ACP
Now, now you have 3 solutions for you problem, pick one of them and be happy
or
make any posting in your board, since the bug in news_compact.html appears only if you dont have any postings.
or
disable the compact style of your news block in ACP
Now, now you have 3 solutions for you problem, pick one of them and be happy
kein Support per PN / Messenger
no Support via PM / Messenger
no Support via PM / Messenger
Re: Problem with menu block
Mike I love you !! I make only 1 post at forum And its work Mua :*