76

Re: [extension release] Portal

Next release (2.1)

Changes:
- removed classes from panel files (they were stupid tongue )
- option for displaying user avatar in news
- fixed permissions for news/articles/active_topics
- rss for news/articles (currently it displays only news/article title because i need hook in extern.php - http://punbb.org/forums/viewtopic.php?p … 02#p112502)
- some small fixes wink

Re: [extension release] Portal

but the newslatter menu dosent work now

MyFootballCafe.com  is Now Online!

78 (edited by daris 2008-03-30 22:01)

Re: [extension release] Portal

I know, you can remove:

class PANEL_... {

function display() {

at start and:

}
}

at end of panels/newsletter.php

Re: [extension release] Portal

Hmm...was visiting this and its looking very good...thanks for your work smile

80

Re: [extension release] Portal

Just wanted to give you heads up on another successful installation of the portal: http://www.mariaincampislaan.nl/

It's been working flawless so far. Although it did take me some time to figure out (realize) the damn thing should go into PunBB's extension folder (doh). big_smile

An excellent extension and just what I needed. Keep up the good work! smile

- Kaboon

81 (edited by daris 2008-04-18 13:21)

Re: [extension release] Portal

New release 2.15

Changes:
- paging view for articles
- if article topic content starts with [ b]some text[/b], it will be used as article description
- fixed titles for pages
- styles can otherwise portal.tpl template
- fixes for rss/atom
- when language file does not exist, load default (English)
- fixed rewriting urls

82

Re: [extension release] Portal

hi

sorry for a dumb question maybe. but when i have installed the portal extension inside my new 1.3 install. what do i do next? and where can i see the actuall portal?

83

Re: [extension release] Portal

and where can i see the actuall portal?

on index page

Can you post link to your site?

84 (edited by debil 2008-04-22 23:58)

Re: [extension release] Portal

http://www.z3n.se/ it gives some kind of error when i try to click the index page.

maybe i need to have a ahtaccess file?

85

Re: [extension release] Portal

seems like i hadnt the latest beta releaset. but now when i try to install the extension it just goes to a non excisting page.
http://www.z3n.se/admin/extensions.php?install=portal

86 (edited by daris 2008-04-23 12:48)

Re: [extension release] Portal

Try upgrading extension to 2.16 version (it's only customized for changeset 1610)

87

Re: [extension release] Portal

daris wrote:

Try upgrading extension to 2.16 version (it's only customized for changeset 1610)

thnx! that made it work. nice job so far and thnx for the help.

88 (edited by Vovochka 2008-04-25 11:07)

Re: [extension release] Portal

There is one case when the plugin turns itself off where it shouldn't. It happens when user logs on. Then he is redirected to http://domain/?login=1
And plugin doesn't show portal's front page.

To fix it:

// find
elseif (empty($_GET))
    require PUN_ROOT.'extensions/portal/index.php';

//replace with
elseif (empty($_GET) || (isset($_GET['login']) && count($_GET) == 1))
    require PUN_ROOT.'extensions/portal/index.php';

upd:

daris, could you make ability to search not only forum, but pages too. Thanks.

89 (edited by trakman 2008-04-27 10:57)

Re: [extension release] Portal

thanks for your work daris, good stuff!

when you click the 'Forum' link is it possible to have the forum display in the middle of the page with the left and right navigation columns on either side???

like this:

http://img137.imageshack.us/img137/4548/wishlistcz7.th.png

ps - 'Articles' # 'User list' # 'Search' # 'Register' # 'Login' # 'Charts'   <----  these should all open in the middle, not fullscreen...it would be cooler!

90 (edited by daris 2008-04-27 11:34)

Re: [extension release] Portal

I don't know what should i do it. Maybe customizable? big_smile

it would be cooler!

any other arguments? tongue


Vovochka: thanks for suggestion

Re: [extension release] Portal

Is it a big change?
no other arguments!

Re: [extension release] Portal

trakman wrote:

thanks for your work daris, good stuff!

when you click the 'Forum' link is it possible to have the forum display in the middle of the page with the left and right navigation columns on either side???

like this:

http://img137.imageshack.us/img137/4548 … cz7.th.png

ps - 'Articles' # 'User list' # 'Search' # 'Register' # 'Login' # 'Charts'   <----  these should all open in the middle, not fullscreen...it would be cooler!

well portal should be seperated from forum .. but

it will be big change ...

-------------------------------------

is it possible to make an option like that in the admin area ...

i dont know daris might need to create a template files i think ...

but if not possible then it should remain the same as it is now ...

MyFootballCafe.com  is Now Online!

Re: [extension release] Portal

This option (add columns to all forum pages) could be done like this (IMHO, just ideas, code not tested)

<hook id="hd_template_loaded"><![CDATA[
$tpl_main = str_replace('<!-- pun_main -->', '<!-- pun_left_side --><!-- pun_main --><!-- pun_right_side -->', $tpl_main);
]]></hook>
<hook id="ft_end"><![CDATA[
// some codes to replace <!-- pun_left_side --> & <!-- pun_right_side -->
// maybe even     
require(PUN_ROOT.'extensions/portal/panels.php');
]]></hook>

94

Re: [extension release] Portal

Hmm, why not wink

95

Re: [extension release] Portal

I'm not a coder but a user. But i must say daris these extensions (Portal) is really good for us users that dont know how to code.

Respect.

(As these is my first post i must give my respect to developers of PunBB to. I choose your forum beacose it best suits my needs. Safe, fast, easy to use. With extension like Portal by Daris it becomes the ultimate solution for me.)

Respect.

96

Re: [extension release] Portal

daris wrote:

Hmm, why not wink

That would want to be a toggleable option, however. It might not suit all tastes.

97

Re: [extension release] Portal

@daris

I went to your demo page and found style Outline very nice. Did you do it yourself? Who do i have to ask if it will give me permission to use it myself?

Thanx for answer.

Re: [extension release] Portal

Ledo wrote:

@daris

I went to your demo page and found style Outline very nice. Did you do it yourself? Who do i have to ask if it will give me permission to use it myself?

Thanx for answer.

Here is the portal offical site : www.pun-portal.co.cc

MyFootballCafe.com  is Now Online!

Re: [extension release] Portal

Ledo wrote:

@daris

I went to your demo page and found style Outline very nice. Did you do it yourself? Who do i have to ask if it will give me permission to use it myself?

Thanx for answer.

I also desire this style. Where could we get it?

Welcome to my WoW guild site, the Eternal Reach.

You can also visit Chita, a site built by me, a feral paradise for feline animals.

100

Re: [extension release] Portal

here you go ...

D@rkOrange
Incandescent
Incandescent_green
Showcase III and extension
Outline and extension

MyFootballCafe.com  is Now Online!