Re: PunCMS

well i wasn't thinking about doing it like that i was thinking that a file (module.php?) would include the module, but i don't know now...

i been looking at http://66.98.138.31/~connorhd/pundev/2col.htm but i can't get it to work in firefox sad or if i do then it really messes up IE

52

Re: PunCMS

Hi! have you seen this?

http://puncms.dizmedia.com/

Ô_o?

Re: PunCMS

:S no

MyPunCMS

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis ligula lorem, consequat eget, tristique nec, auctor quis, purus. Vivamus ut sem. Fusce aliquam nunc vitae purus. Aenean viverra malesuada libero. Fusce ac quam. Donec neque. Nunc venenatis enim nec quam. Cras faucibus, justo vel accumsan aliquam, tellus dui fringilla quam, in condimentum augue lorem non tellus. Pellentesque id arcu non sem placerat iaculis. Curabitur posuere, pede vitae lacinia accumsan, enim nibh elementum orci, ut volutpat eros sapien nec sapien. Suspendisse neque arcu, ultrices commodo, pellentesque sit amet, ultricies ut, ipsum. Mauris et eros eget erat dapibus mollis. Mauris laoreet posuere odio. Nam ipsum ligula, ullamcorper eu, fringilla at, lacinia ut, augue. Nullam nunc.

:S

54

Re: PunCMS

simkin wrote:

Hi! have you seen this?

http://puncms.dizmedia.com/

Ô_o?

It was nice.. finish developing it and it will rock big_smile

Most people are other people. Their thoughts are someone else's opinions, their lives a mimicry, their passions a quotation - Oscar Wilde

Re: PunCMS

bump...

come on Connor, i need a cms now, and wont use anything but one that has support for PunBB.
i saw the preview things, and loved it.

get it working!

Indocron
$theQuestion = (2*b) || !(2*b);

Re: PunCMS

yeh yeh yeh, its not my fault 1.2 is not out yet, i'll start work when its released fully tongue (and maybe not get much done until the style guide is out so i know wtf most of the css is)

57

Re: PunCMS

Your code
[code]
#main {   
    float: left;
    padding:10px 0px 10px 10px;
}
#left {
    width: 150px;
    float: left;
}

.clearing {
    height: 0;
    clear: both;
}
[/color]

to main, you can erase float : left

but add :

[code]
margin-left : 170px;
[/code]

(150px from your #left + 10 from your padding right, and 10 to have a "clean" layout)

Re: PunCMS

well, i got it working (somewhat) at http://dragonfighter.gary13579.info/ , except that the includes arent working like they should

Indocron
$theQuestion = (2*b) || !(2*b);

Re: PunCMS

Rod wrote:

Your code

#main {    
    float: left;
    padding:10px 0px 10px 10px;
}
#left {
    width: 150px;
    float: left;
}

.clearing {
    height: 0;
    clear: both;
}

to main, you can erase float : left

but add :

margin-left : 170px;

(150px from your #left + 10 from your padding right, and 10 to have a "clean" layout)

if i have margin-left : 170px; it works in FF but not in IE if i don't have it then IE works FF doesn't, i've not finished any of it though and i gave up on that page

60

Re: PunCMS

OK : I'm not at home : I'll take your code tonigh and modify it smile

Re: PunCMS

lol, k it works better in 1.2 beta rather than 1.2 dev i think but i dunno

62

Re: PunCMS

If you want to test the layout in IE without all those long error messages getting in the way  try DIV.box {OVERFLOW: hidden} which hopefully should chop them off.

Re: PunCMS

Good work guys. I would love a cms for punbb.

64

Re: PunCMS

well 1.2 is out and i have started waiting now... smile

65

Re: PunCMS

Me too!

Re: PunCMS

lol well you might be waiting along time, first i have to finish with mypunbb.com (since its actually working its more important than this) then i have a-level exams on monday and wednesday so i'm not going to get anything done this week...

then we hit this big problem that i'm not great at php tongue

67

Re: PunCMS

hey you did mypunbb.com realy good...im sure you will do well, i might try to do something.

Re: PunCMS

yeh still loads left to do though, i need to separate the databases a bit, and finish the system which will hopefully mean some forums can have mods like PM while others can keep the unmodded version. I also need to add some kind of style uploader...

Re: PunCMS

how's this coming? smile

Re: PunCMS

sorry i've not actually got round to doing anything yet, maybe in a week or two... just too many other mods and stuff

Re: PunCMS

understandable, Connor wink  'hope all the projects you're working on go well, and i'll try to patiently look forward to seeing PunCMS.
meanwhile...
i was hoping someone could tell point me to an existing list or tell me: what plugins/mods/additions/changes are made to the basic PunBB install to produce the features shown on the main http://punbb.org/ site?  those seem to be a few 'portal' features.. i tried searching for an existing mention of punbb.org's site features, but came up without luck. 
thanks smile

72 (edited by erissiva 2005-02-27 03:08)

Re: PunCMS

alicson - As far as I can tell, nothing except installing the "AP_News_Generator" plugin. You can come up with your own template and then call functions to it in the form of "includes" or SSI.

The easiest way is through syndication. That's what is mainly on my front page. I call functions such as stats and users online to display on the frontpage.
The other way is with integration. I'm actually not too sure on much of this - haven't quite figured it out.

In order to have the posts display, it's easiest just to use the News Plugin. It creates a static HTML display of posts that you can define using a template.
Then put this on the main page that you want to display the posts on:

<?php include('http://mysite.com/forum/plugins/AP_News_Generator/news.html'); ?>

It draws the html page into whatever page you want it in.

Re: PunCMS

Thank you so much, erissiva.  I will check all this out.  Much appreciated!

74

Re: PunCMS

I'm looking forward this mod to be released...

Ludo,

75

Re: PunCMS

Connorhd, are you always working on punCMS ?
We'll have it soon?

Ludo,