51

Re: [Release] Portal by Daris

daris wrote:

I think that are not portal errors, but quick search extension - are you using it? If yes, can you disable it and check if it still show this errors?

Can you post link to your forum?

Yes, it was quick search problem. Sorry. I disabled it and check for errors later

www.maat-center.com is my forum

tnx

52

Re: [Release] Portal by Daris

I see, that you're using older version (1.0). Current is 1.0.2, I think this error was fixed in 1.0.1.

53

Re: [Release] Portal by Daris

PunBB 1.3.2 / Portal 2.4.3
After adding "pages" panel to portal I have  an error on index page:

Database reported: Unknown column 'pg.position' in 'where clause' (Errno: 1054)

54

Re: [Release] Portal by Daris

Fixed in svn, you can download that file and otherwise portal_by_daris/panels/pages.php file

Re: [Release] Portal by Daris

hey daris, i want to remove the links from active topics (the subscribions, new posts etc links).

is there any way to do that. THANKS.

MyFootballCafe.com  is Now Online!

56 (edited by daris 2009-02-28 08:07)

Re: [Release] Portal by Daris

Remove this code (end of file)

?>
    <div class="main-options gen-content">
        <p class="options">
            <span class="item1"><a href="<?php echo forum_link($forum_url['search_recent']) ?>"><?php echo $lang_search['Recently active topics'] ?></a></span>
            <span><a href="<?php echo forum_link($forum_url['search_unanswered']) ?>"><?php echo $lang_search['Unanswered topics'] ?></a></span>
<?php if (!$forum_user['is_guest']): ?>
            <span><a href="<?php echo forum_link($forum_url['search_subscriptions'], array($forum_user['id'])) ?>"><?php echo $lang_search['Subscriptions'] ?></a></span>
<?php endif; ?>
        </p>
    </div>

from extensions/portal_by_daris/panels/active_topics.php

Re: [Release] Portal by Daris

hey there, thanks for the code, but there is minor problem. check the picture.
http://i44.tinypic.com/33ts8hv.png

MyFootballCafe.com  is Now Online!

Re: [Release] Portal by Daris

hello,
trying to install, I am getting this:

The error occurred on line 108 in /mnt/sda6/rsync/hdirs/kcogim/www/forum/extensions/portal_by_daris/install.php

Database reported: SQL logic error or missing database (Errno: 1).

is there some way to fix this?

thanks in advance for reply

59

Re: [Release] Portal by Daris

Otherwise extensions/portal_by_daris/install.php file with that file and check if it helps.

Re: [Release] Portal by Daris

daris, thanks for extension!

Just one question: how i can use php in portal-pages?

sorry for my English sad

Re: [Release] Portal by Daris

daris, thanks, but still gives me the same problem, even if line is different sad

The error occurred on line 136 in /mnt/sda6/rsync/hdirs/kcogim/www/forum/extensions/portal_by_daris/install.php

Database reported: SQL logic error or missing database (Errno: 1).

what can it be?
I did not settle any chmod, maybe there is a problem?

62

Re: [Release] Portal by Daris

allineer wrote:

daris, thanks for extension!

Just one question: how i can use php in portal-pages?

sorry for my English sad

extensions/portal_by_daris/page.php, line 82:

            <?php echo $page['content'] ?>

replace with

            <?php eval('?>'.$page['content']) ?>

and then code inside php tags will be executed, for example:

<?php  echo 'test' ?>

sicilpol, which version of MySQL are you using?

Re: [Release] Portal by Daris

hi, somethng like this:

SQLite 2.8.17

Re: [Release] Portal by Daris

daris, it`s working good, thanks!

Re: [Release] Portal by Daris

Hey daris, Off topic question.

Long time ago, when punbb/fluxbb was in beta stage. You created many beautiful styles. I wonder where they have gone. Are they still working.

Thanks

MyFootballCafe.com  is Now Online!

66 (edited by RobvT 2009-03-07 23:45)

Re: [Release] Portal by Daris

Great extension ....Thx.....:P

HTCClub.net team thx the builders of this great forum.

67

Re: [Release] Portal by Daris

SuperMAG wrote:

Long time ago, when punbb/fluxbb was in beta stage. You created many beautiful styles. I wonder where they have gone. Are they still working.

They won't work, because there were too many changes in css styling in punbb. I don't have much free time, so I won't update it to 1.3.2 (but if there's someone who can, I'll be grateful wink )

Re: [Release] Portal by Daris

ok thanks

MyFootballCafe.com  is Now Online!

Re: [Release] Portal by Daris

hey daris,

I would like to know how can I switch from fluxbb to punbb please reply,
Thanks,

Re: [Release] Portal by Daris

hello again smile

I have this version: SQLite 2.8.17, do you think this may be the problem why I can not install portal extension???

Re: [Release] Portal by Daris

Hi daris, is there a way to avoid the breaking between left side panels and news on center if I'm decreasing the width of window? I have no right side, and the left panels gets the width of 12 percent.

http://i43.tinypic.com/2i8vgv8.jpg

Thank you in advice,
Meteolab

72 (edited by ralf 2009-05-26 10:11)

Re: [Release] Portal by Daris

Hello Daris!

Thanks for this great extension. Now I can finally get rid of Joomla and switch to PunBB! smile

I only have one problem: There is some space between the header and the panels or forum, but it completely disappears when viewing anything other than index or forum index (as I don't have any contentent yet, that is "User list", "Example page" or the forum test-entry).
I disabled the upper bread-crumb to see the difference better.

Is there a way to fix it?

Here is a screenshot:
http://i44.tinypic.com/1o935v.gif

Re: [Release] Portal by Daris

Meteolab wrote:

Hi daris, is there a way to avoid the breaking between left side panels and news on center if I'm decreasing the width of window? I have no right side, and the left panels gets the width of 12 percent.

I think it has been a CSS-problem, now I fixed it with setting width fix in Oxygen.css:

/*************************************************************
B - GLOBAL STYLES
**************************************************************/

/* General Layout
-------------------------------------------------------------*/

.brd {
    padding: 0em 0.8em;
    margin: 0 auto;
/*    max-width: 1100px; */
/*    padding: 20px 0;*/
/*    min-width: 1100px;*/
    width: 1240px;
    }

but there must be a better solution ...

Re: [Release] Portal by Daris

Hi daris, I have the idea or request, that on the index page under "active topics / news" optional the last post of each topic will be shown not the first. I would love this adjustment!!!

Thank you in advice for your feedback,

Meteolab

Re: [Release] Portal by Daris

Is there any way i can use Portal Sidebar.

I want to use Right sidebar, And iclude Search, Lastest Active Topics and Login Panels in that sidebar.

So Is there any way to do that.

Thanks

MyFootballCafe.com  is Now Online!