-
make sure that you have enough content for the site that you are building...?.
2003-07-21 22:35:49 UTC in a ConMan - Automated Content Management
-
ok ConMan out puts 4 types of pages
- the spot light page (index.html)
this page shows some of the newest galleries that have been updated to your site. i.e. any thing that was in the last update.
so that your return members can see something fresh as soon as they show up on your site
- the archive (galleries.html or galleries#.html)
this is where all your galleries live while they are...
2003-07-19 00:50:15 UTC in a ConMan - Automated Content Management
-
yeah the search in the left hand list is a AND search logic and the list on the right is a NOT search on what comes from the left...
we tried it with a OR search on the left hand side but it was much less powerfull...
though it would be really cool if there was some way to switch between AND and OR on the left hand side
-Q.
2003-05-22 07:42:55 UTC in a ConMan - Automated Content Management
-
Hey there Kevin,
the message above is in fact a template... and if it didn't make sense to you lets try something else
when you go to your templates section you will see 3 text boxes
the first is the title of the template
the second is the header of your template
and the third is the footer
so your could take what is above and place that in a template and take advantage of the power...
2003-05-14 09:08:49 UTC in a ConMan - Automated Content Management
-
yeah, no problem :)
basically this project has been my baby for the last year and a half (though I have not written a single line of code for it...) and it was not working out as a feasable revenue generator so rather then just shelf it we opted to release it open source and hopfuly if there is enough intrest in it it will be so much better then it could ever be with just my measly knowledge...
2003-05-02 05:25:06 UTC in a ConMan - Automated Content Management
-
this will make a privious and next link on your image pages so that your users dont have to go to thumbnail page to get to the next image.
if you are using includes for buildign your sites. place this in the footer of the include for you full size images.
<?php
// get the name of the calling script
$SCRIPT_NAME = preg_replace( '/.*\/([^\/]+)$/', '\1', $_SERVER['PHP_SELF'] );.
2003-05-01 17:31:02 UTC in a ConMan - Automated Content Management
-
for the templates it is simple,
you can do a cuple of things.
a) trough straight hard coded HTML into the header and footer sections of your template and conman will wrap that around the out put of your site
or.
b) put an include in the header and footer that calls a header and footer include fragment. that way you can change the whole look of your site by just changing your includes...
2003-05-01 17:25:09 UTC in a ConMan - Automated Content Management
-
Quite often I have found that the main reasion that conman freezes is that there in not enough content for a given search i.e. you are making a site that calls for 100 blond galleries but you only have 75 in the DB... how ever I have very rarely used the multi area option as more often then not when I want many areas in a site I just publish serveral sites to difernt directories on a site. i.e.
2003-05-01 17:19:21 UTC in a ConMan - Automated Content Management
-
cool :)
yeah, I forgot that the system requirments say mogrify not identify... that was a prvious version
looks good.
2003-05-01 10:28:16 UTC in a ConMan - Automated Content Management
-
Hey Paul,
yeah it is true that we are asking for cash for an install and there are a few reasions for that.
1) we have not gotten around to writing an install script for ConMan (and if you would like to volunteer that would be way cool as I have no experince with such a task...)
2) we contract a devoloper to do installs and other such things and well he does not work for free... so in order...
2003-04-28 05:02:47 UTC in a ConMan - Automated Content Management