phpBB3 Portal [1.0.2b] a.k.a canverPortal

Portals for phpBB3 Olympus

Re: phpBB3 Portal [1.0.2b] a.k.a canverPortal

Postby terryzx » 03 Sep 2008, 10:43

Can anyone give me some clue as to how to change the type color for the date setting in the clock block?

I use a black theme and the black type gets wiped out

Thanx In Advance!!!

NEVER MIND....I had to change the clock as the type was part of the SWF
terryzx    
Supporter
Supporter
 
Posts: 164
Joined: 09 Aug 2008, 21:26
Gender: Male
phpBB Knowledge: 4




phpBB Academy at StarTrekGuide
Support STG
Using PayPal Donate

Re: phpBB3 Portal [1.0.2b] a.k.a canverPortal

Postby carlflaherty » 07 Sep 2008, 15:21

phpbb3portal.com seems to be down.. again.

Is it possible to turn off the left side bar in the portal? I have looked in the acp but can't find this option.

Thanks,
Carl
ChromeGuru
Unofficial Google Chrome Community & Support
carlflaherty
Cadet I
Cadet I
 
Posts: 13
Joined: 06 Sep 2008, 18:11
Gender: Male

Re: phpBB3 Portal [1.0.2b] a.k.a canverPortal

Postby carlflaherty » 07 Sep 2008, 15:34

I managed to do this by removing left block code in portal_body.html, however, i assume that there is any easier way to do this?
ChromeGuru
Unofficial Google Chrome Community & Support
carlflaherty
Cadet I
Cadet I
 
Posts: 13
Joined: 06 Sep 2008, 18:11
Gender: Male

Re: phpBB3 Portal [1.0.2b] a.k.a canverPortal

Postby Mr_Bond » 07 Sep 2008, 15:49

carlflaherty wrote:I managed to do this by removing left block code in portal_body.html, however, i assume that there is any easier way to do this?

I don't believe so unless they've added an ACP configuration to do this, you'll have to do it by editing the template code.
User avatar
Mr_Bond    
Lieutenant
Lieutenant
 
Posts: 246
Joined: 14 Feb 2008, 14:45
Location: localhost
Favorite Team: Chicago Bears
Gender: Male
phpBB Knowledge: 7

Re: phpBB3 Portal [1.0.2b] a.k.a canverPortal

Postby carlflaherty » 07 Sep 2008, 17:28

Mr_Bond wrote:
carlflaherty wrote:I managed to do this by removing left block code in portal_body.html, however, i assume that there is any easier way to do this?

I don't believe so unless they've added an ACP configuration to do this, you'll have to do it by editing the template code.


Thanks, i spend some time editing the style/portal/template files, all sorted now.

However, how do i change/delete the text 'Portal' which shows in browser tabs / header?

//EDIT // I solved this by editing language file

Thanks,
Carl
ChromeGuru
Unofficial Google Chrome Community & Support
carlflaherty
Cadet I
Cadet I
 
Posts: 13
Joined: 06 Sep 2008, 18:11
Gender: Male

Re: phpBB3 Portal [1.0.2b] a.k.a canverPortal

Postby JeRicHoOL » 08 Sep 2008, 07:02

1. Is it possible to create custom blocks and insert HTML there?
2. Is there the opportunity to have some portal blocks still displayed on the forum index?
3. Does this portal work for the X-Treme style or does a portal has its own styles?

EDIT: 3. Yes. It's based on subsilver2. If it's developed for prosilver and subsilver2 it will work for all styles.

-----

I installed it and it has so many failures. I don't know if it's because I haven't changed the overall_header.html code correctly or because of my X-Treme style (subsilver2 based).

In the xml installation file it says:

Find:
Code: Select all
<!-- IF S_DISPLAY_SEARCH -->
   <p class="searchbar">
      <span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span>
      <!-- IF S_USER_LOGGED_IN -->
      <span style="float: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
      <!-- ENDIF -->
   </p>
   <!-- ENDIF -->

   <br style="clear: both;" />

   <!-- INCLUDE breadcrumbs.html -->

   <br />


I can't find this part in my overall_header.html.

Replace With
Tip: Replace the preceding line(s) to find with the following lines.

Code: Select all
<!-- IF not $S_IN_INDEX -->
   <!-- IF S_DISPLAY_SEARCH -->
   <p class="searchbar">
      <span style="float: {S_CONTENT_FLOW_BEGIN};"><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></span>
      <!-- IF S_USER_LOGGED_IN -->
      <span style="float: {S_CONTENT_FLOW_END};"><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a></span>
      <!-- ENDIF -->
   </p>
   <!-- ENDIF -->

   <br style="clear: both;" />

   <!-- INCLUDE breadcrumbs.html -->

   <br />
<!-- ENDIF -->


My overall_header.html
Spoiler:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>

<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>

<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />



<script type="text/javascript">
// <![CDATA[
<!-- IF S_USER_PM_POPUP -->
if ({S_NEW_PM})
{
popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
}
<!-- ENDIF -->

function popup(url, width, height, name)
{
if (!name)
{
name = '_popup';
}

window.open(url.replace(/&amp;/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width);
return false;
}

function jumpto()
{
var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}');
var perpage = '{PER_PAGE}';
var base_url = '{A_BASE_URL}';

if (page !== null && !isNaN(page) && page > 0)
{
document.location.href = base_url.replace(/&amp;/g, '&') + '&start=' + ((page - 1) * perpage);
}
}

/**
* Find a member
*/
function find_username(url)
{
popup(url, 760, 570, '_usersearch');
return false;
}

/**
* Mark/unmark checklist
* id = ID of parent container, name = name prefix, state = state [true/false]
*/
function marklist(id, name, state)
{
var parent = document.getElementById(id);
if (!parent)
{
eval('parent = document.' + id);
}

if (!parent)
{
return;
}

var rb = parent.getElementsByTagName('input');

for (var r = 0; r < rb.length; r++)
{
if (rb[r].name.substr(0, name.length) == name)
{
rb[r].checked = state;
}
}
}

<!-- IF ._file -->

/**
* Play quicktime file by determining it's width/height
* from the displayed rectangle area
*
* Only defined if there is a file block present.
*/
function play_qt_file(obj)
{
var rectangle = obj.GetRectangle();

if (rectangle)
{
rectangle = rectangle.split(',')
var x1 = parseInt(rectangle[0]);
var x2 = parseInt(rectangle[2]);
var y1 = parseInt(rectangle[1]);
var y2 = parseInt(rectangle[3]);

var width = (x1 < 0) ? (x1 * -1) + x2 : x2 - x1;
var height = (y1 < 0) ? (y1 * -1) + y2 : y2 - y1;
}
else
{
var width = 200;
var height = 0;
}

obj.width = width;
obj.height = height + 16;

obj.SetControllerVisible(true);

obj.Play();
}
<!-- ENDIF -->

// ]]>
</script>
<script type="text/javascript">
<!--
// copyright 1999 Idocs, Inc. http://www.idocs.com/tags/
// Distribute this script freely, but please keep this
// notice with the code.

var rollOverArr=new Array();
function setrollover(OverImgSrc,pageImageName)
{
if (! document.images)return;
if (pageImageName == null)
pageImageName = document.images[document.images.length-1].name;
rollOverArr[pageImageName]=new Object;
rollOverArr[pageImageName].overImg = new Image;
rollOverArr[pageImageName].overImg.src=OverImgSrc;
}

function rollover(pageImageName)
{
if (! document.images)return;
if (! rollOverArr[pageImageName])return;
if (! rollOverArr[pageImageName].outImg)
{
rollOverArr[pageImageName].outImg = new Image;
rollOverArr[pageImageName].outImg.src = document.images[pageImageName].src;
}
document.images[pageImageName].src=rollOverArr[pageImageName].overImg.src;
}

function rollout(pageImageName)
{
if (! document.images)return;
if (! rollOverArr[pageImageName])return;
document.images[pageImageName].src=rollOverArr[pageImageName].outImg.src;
}
//-->
</script>

</head>

<!-- IF SCRIPT_NAME == "index" -->
<style type="text/css">
html, body
{background: url(/forums/styles/XT-Blue/theme/images/backgrounds/index.jpg) #222222 fixed;
background-position: center;
background-repeat: repeat;}
</style>
<!-- ENDIF -->

<!-- IF SCRIPT_NAME == "viewforum" and FORUM_NAME eq "Grand Theft Auto IV" -->
<style type="text/css">
html, body
{background: url(/forums/styles/XT-Blue/theme/images/backgrounds/index.jpg) #222222 fixed;
background-position: center;
background-repeat: repeat;}
<div>background-image: url(/forums/styles/XT-Blue/theme/images/backgrounds/gta4.png)
</div>
</style>
<!-- ENDIF -->

<a name="top"></a>

<div id="wrapheader">
<table id="bx" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<table id="bx" width="100%" height="40" border="0" cellpadding="0" cellspacing="0">
<td><img src="{T_THEME_PATH}/images/header/h11.png" width="40" height="40" alt=""></td>
<td><img src="{T_THEME_PATH}/images/header/h12.png" width="100" height="40" alt=""></td>
<td background="{T_THEME_PATH}/images/header/h13.png" width="100%" height="40">
<td><img src="{T_THEME_PATH}/images/header/h14.png" width="100" height="40" alt=""></td>
<td><img src="{T_THEME_PATH}/images/header/h15.png" width="40" height="40" alt=""></td>
</table>
</tr>
<tr>
<table id="bx" width="100%" height="140" border="0" cellpadding="0" cellspacing="0">
<td><img src="{T_THEME_PATH}/images/header/h21.png" width="40" height="140" alt=""></td>
<td><img src="{T_THEME_PATH}/images/header/h22.png" width="100" height="140" alt=""></td>
<td background="{T_THEME_PATH}/images/header/h23.png" width="100%" height="140">
<div id="logodesc">
<table width="100%" cellspacing="0">
<tr>
<td><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
<td width="100%" align="center"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
</tr>
</table>
</div>
</td>
<td><img src="{T_THEME_PATH}/images/header/h24.png" width="100" height="140" alt=""></td>
<td><img src="{T_THEME_PATH}/images/header/h25.png" width="40" height="140" alt=""></td>
</table>
</tr>
<tr>
<table id="bx" width="100%" height="66" border="0" cellpadding="0" cellspacing="0">
<td><img src="{T_THEME_PATH}/images/header/h31.png" width="40" height="66" alt=""></td>
<td><img src="{T_THEME_PATH}/images/header/h32.png" width="100" height="66" alt=""></td>
<td background="{T_THEME_PATH}/images/header/h33.png" width="20%" height="66" align="center">
<a href="{U_INDEX}"
onMouseOver = "rollover('home')"
onMouseOut = "rollout('home')"
>
<IMG SRC="{T_THEME_PATH}/images/buttons/home1.png"
name="home"
alt="Home Page" border=0
height=40 width=101
>
</a>
<script type="text/javascript">
<!--
setrollover("{T_THEME_PATH}/images/buttons/home2.png");
//-->
</script>
</td>
<td background="{T_THEME_PATH}/images/header/h33.png" width="20%" height="66" align="center">
<a href="{U_PORTAL}"><img src="{T_THEME_PATH}/images/icon_mini_home.gif" width="12" height="13" border="0" alt="{L_PORTAL}" /> {L_PORTAL}</a>&nbsp; &nbsp;<a href="{U_INDEX}"><img src="{T_THEME_PATH}/images/icon_mini_forum.gif" width="12" height="13" border="0" alt="{L_INDEX}" /> {L_INDEX}</a>&nbsp; &nbsp;
<a href="{U_FAQ}"
onMouseOver = "rollover('faq')"
onMouseOut = "rollout('faq')"
>
<img src="{T_THEME_PATH}/images/buttons/faq1.png"
name="faq"
alt="Home Page" border=0
height=40 width=101
>
</a>
<script type="text/javascript">
<!--
setrollover("{T_THEME_PATH}/images/buttons/faq2.png");
//-->
</script>
</td>
<td background="{T_THEME_PATH}/images/header/h33.png" width="20%" height="66" align="center">
<!-- IF not S_IS_BOT -->
<a href="{U_TEAM}"
onMouseOver = "rollover('team')"
onMouseOut = "rollout('team')"
>
<img src="{T_THEME_PATH}/images/buttons/team1.png"
name="team"
alt="Home Page" border=0
height=40 width=101
>
</a>
<script type="text/javascript">
<!--
setrollover("{T_THEME_PATH}/images/buttons/team2.png");
//-->
</script>
<!-- ENDIF -->
</td>
<td background="{T_THEME_PATH}/images/header/h33.png" width="20%" height="66" align="center">
<!-- IF S_DISPLAY_SEARCH -->
<a href="{U_SEARCH}"
onMouseOver = "rollover('search')"
onMouseOut = "rollout('search')"
>
<img src="{T_THEME_PATH}/images/buttons/search1.png"
name="search"
alt="Home Page" border=0
height=40 width=101
>
</a>
<script type="text/javascript">
<!--
setrollover("{T_THEME_PATH}/images/buttons/search2.png");
//-->
</script>
<!-- ENDIF -->
</td>
<td background="{T_THEME_PATH}/images/header/h33.png" width="20%" height="66" align="center">
<!-- IF not S_IS_BOT -->
<!-- IF S_DISPLAY_MEMBERLIST -->
<a href="{U_MEMBERLIST}"
onMouseOver = "rollover('members')"
onMouseOut = "rollout('members')"
>
<img src="{T_THEME_PATH}/images/buttons/members1.png"
name="members"
alt="Home Page" border=0
height=40 width=101
>
</a>
<script type="text/javascript">
<!--
setrollover("{T_THEME_PATH}/images/buttons/members2.png");
//-->
</script>
<!-- ENDIF -->
<!-- ENDIF -->
</td>
<td background="{T_THEME_PATH}/images/header/h33.png" width="100%" height="66"></td>
<td><img src="{T_THEME_PATH}/images/header/h34.png" width="100" height="66" alt=""></td>
<td><img src="{T_THEME_PATH}/images/header/h35.png" width="40" height="66" alt=""></td>
</table>
</tr>
</table>
</div>

<div id="wrapcentre">
<table id="bx" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<table id="bx" height="45" border="0" cellpadding="0" cellspacing="0" align="center">
<td><img src="{T_THEME_PATH}/images/p_menu/p_01.png" width="61" height="45" alt=""></td>
<td background="{T_THEME_PATH}/images/p_menu/p_02.png" width="20%" height="45"></td>
<td><img src="{T_THEME_PATH}/images/p_menu/cu_l.png" width="44" height="45" alt=""></td>
<td background="{T_THEME_PATH}/images/p_menu/cu_m.png" width="20%" height="45" align="center">
<h5>
<!-- IF not S_IS_BOT -->
<!-- IF S_USER_LOGGED_IN -->
<!-- IF S_DISPLAY_PM --> &nbsp;<a href="{U_PRIVATEMSGS}"> {PRIVATE_MESSAGE_INFO}
<!-- IF PRIVATE_MESSAGE_INFO_UNREAD -->, {PRIVATE_MESSAGE_INFO_UNREAD}
<!-- ENDIF --></a>
<!-- ENDIF -->

<!-- ELSEIF S_REGISTER_ENABLED --> &nbsp;<a href="{U_REGISTER}"> {L_REGISTER}</a>
<!-- ENDIF -->
<!-- ENDIF -->
</h5>
</td>
<td background="{T_THEME_PATH}/images/p_menu/cu_m.png" width="20%" height="45" align="center">
<h5>
<!-- IF not S_IS_BOT -->
<a href="{U_LOGIN_LOGOUT}"> {L_LOGIN_LOGOUT}</a>&nbsp;
<!-- ENDIF -->
<!-- IF U_RESTORE_PERMISSIONS --> &nbsp;<a href="{U_RESTORE_PERMISSIONS}"> {L_RESTORE_PERMISSIONS}</a>
<!-- ENDIF -->
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --> &nbsp;<span style="color: red;">{L_BOARD_DISABLED}</span>
<!-- ENDIF -->
</h5>
</td>
<td background="{T_THEME_PATH}/images/p_menu/cu_m.png" width="20%" height="45" align="center">
<!-- IF not S_IS_BOT -->
<!-- IF S_USER_LOGGED_IN -->
<h5>
<a href="{U_PROFILE}"> {L_PROFILE}</a>
</h5>
<!-- ENDIF -->
<!-- ENDIF -->
</td>
<td><img src="{T_THEME_PATH}/images/p_menu/cu_r.png" width="45" height="45" alt=""></td>
<td background="{T_THEME_PATH}/images/p_menu/p_02.png" width="20%" height="45"></td>
<td><img src="{T_THEME_PATH}/images/p_menu/p_03.png" width="61" height="45" alt=""></td>
</table>
</tr>
<tr>
<table id="bx" height="45" border="0" cellpadding="0" cellspacing="0">
<td><img src="{T_THEME_PATH}/images/p_menu/p_08.png" width="61" height="45" alt=""></td>
<td background="{T_THEME_PATH}/images/p_menu/p_85.png" width="100%" height="45">
<table width="100%" cellspacing="0">
<tr>
<!-- IF S_DISPLAY_SEARCH -->
<td background="{T_THEME_PATH}/images/p_menu/p_85.png" width="10%" height="36" align="center">
<a href="{U_SEARCH_UNANSWERED}"
onMouseOver = "rollover('search_unanswered')"
onMouseOut = "rollout('search_unanswered')"
>
<img src="{T_THEME_PATH}/images/buttons/ut1.png"
name="search_unanswered"
alt="{L_SEARCH_UNANSWERED}" border=0
height=36 width=133
>
</a>
<script type="text/javascript">
<!--
setrollover("{T_THEME_PATH}/images/buttons/ut2.png");
//-->
</script>
</td>
<td background="{T_THEME_PATH}/images/p_menu/p_85.png" width="10%" height="36" align="center">
<a href="{U_SEARCH_ACTIVE_TOPICS}"
onMouseOver = "rollover('search_active')"
onMouseOut = "rollout('search_active')"
>
<img src="{T_THEME_PATH}/images/buttons/at1.png"
name="search_active"
alt="{L_SEARCH_ACTIVE_TOPICS}" border=0
height=36 width=133
>
</a>
<script type="text/javascript">
<!--
setrollover("{T_THEME_PATH}/images/buttons/at2.png");
//-->
</script>
</td>
<td align="center" width="60%">
<!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}
<!-- ENDIF -->
</td>
<!-- IF S_USER_LOGGED_IN -->
<td background="{T_THEME_PATH}/images/p_menu/p_85.png" width="10%" height="36" align="center">
<a href="{U_SEARCH_NEW}"
onMouseOver = "rollover('search_new')"
onMouseOut = "rollout('search_new')"
>
<img src="{T_THEME_PATH}/images/buttons/np1.png"
name="search_new"
alt="{L_SEARCH_NEW}" border=0
height=36 width=133
>
</a>
<script type="text/javascript">
<!--
setrollover("{T_THEME_PATH}/images/buttons/np2.png");
//-->
</script>
</td>
<td background="{T_THEME_PATH}/images/p_menu/p_85.png" width="10%" height="36" align="center">
<a href="{U_SEARCH_SELF}"
onMouseOver = "rollover('search_your')"
onMouseOut = "rollout('search_your')"
>
<img src="{T_THEME_PATH}/images/buttons/yp1.png"
name="search_your"
alt="{L_SEARCH_SELF}" border=0
height=36 width=133
>
</a>
<script type="text/javascript">
<!--
setrollover("{T_THEME_PATH}/images/buttons/yp2.png");
//-->
</script>
</td>
<!-- ENDIF -->
<!-- ENDIF -->
</tr>
</table>
</td>
<td><img src="{T_THEME_PATH}/images/p_menu/p_09.png" width="61" height="45" alt=""></td>
</table>
</tr>
<tr>
<table id="bx" height="40" border="0" cellpadding="0" cellspacing="0">
<td><img src="{T_THEME_PATH}/images/p_menu/p_10.png" width="61" height="40" alt=""></td>
<td background="{T_THEME_PATH}/images/p_menu/p_11.png" width="50%" height="40"></td>
<td background="{T_THEME_PATH}/images/p_menu/clock.png" width="350" height="40">
<p class="gensmallclock" align="center">
<script language="javascript" src="{T_TEMPLATE_PATH}/liveclock.js">
</script>
</p>
</td>
<td background="{T_THEME_PATH}/images/p_menu/p_11.png" width="20%" height="40"></td>
<td background="{T_THEME_PATH}/images/p_menu/p_11.png" width="30%" height="40" align="right">
<!-- IF not S_IS_BOT -->
<a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a>
<!-- ENDIF -->
</td>
<td><img src="{T_THEME_PATH}/images/p_menu/p_13.png" width="61" height="40" alt=""></td>
</table>
</tr>
</table>

<!-- INCLUDE breadcrumbs.html -->

<br />
My signature has been stolen.
JeRicHoOL
Lieutenant
Lieutenant
 
Posts: 339
Joined: 10 Aug 2008, 11:46
Location: Germany
Favorite Team: Bayern Munich
Gender: Male
phpBB Knowledge: 2

Re: phpBB3 Portal [1.0.2b] a.k.a canverPortal

Postby The Rocketeer » 29 Jan 2009, 18:51

Well, hello ! I installed this portal and I think this portal is kind of unfinished as it looks nothing like the original portal found on the authors website phpbb3portal.com My portal is missing the middle column (Advanced Recent topics, Announcements etc and also looks weird when the right side column took 40% of the space. Is there any support for this ?
User avatar
The Rocketeer    
Supporter
Supporter
 
Posts: 164
Joined: 17 Dec 2008, 19:22
Location: New Zealand
Favorite Team: The All Blacks
Gender: Male
phpBB Knowledge: 4

Re: phpBB3 Portal [1.0.2b] a.k.a canverPortal

Postby terryzx » 30 Jan 2009, 00:21

Not much support using this but it you take the time to tweak the code, it looks real nice

Here it is on my board:

http://www.ronnie-james-dio.com/RJD/portal.php
terryzx    
Supporter
Supporter
 
Posts: 164
Joined: 09 Aug 2008, 21:26
Gender: Male
phpBB Knowledge: 4

Re: phpBB3 Portal [1.0.2b] a.k.a canverPortal

Postby The Rocketeer » 30 Jan 2009, 00:54

terryzx wrote:Not much support using this but it you take the time to tweak the code, it looks real nice

Here it is on my board:

http://www.ronnie-james-dio.com/RJD/portal.php


Looks real good, but the recent topics and stuff looks kinda slugish, Why cant we make it look like the original one "latest topics and posts" that is in the phpbb3portal.com ?
:hello:

What is the best portal option for phpbb, I want to get a portal like this (http://banglagamer.com/forums/cmps_index.php)
User avatar
The Rocketeer    
Supporter
Supporter
 
Posts: 164
Joined: 17 Dec 2008, 19:22
Location: New Zealand
Favorite Team: The All Blacks
Gender: Male
phpBB Knowledge: 4

Re: phpBB3 Portal [1.0.2b] a.k.a canverPortal

Postby terryzx » 30 Jan 2009, 01:05

That is the ADVANCED RECENT TOPIC block, and is not being given out now as it is part of ver 2 that should be out.....whenever :scratch:
terryzx    
Supporter
Supporter
 
Posts: 164
Joined: 09 Aug 2008, 21:26
Gender: Male
phpBB Knowledge: 4

PreviousNext

Return to Portals

Who is online

Users browsing this forum: No registered users and 2 guests