Not sure what i can do with this script? It doesn't seem to have much admin functionality. Really don't understand why there's an add page feature, when it can never find the page i add. What about editing pages? There's no editor.
And why bother adding an extra column when you can't do anything with it? I can drag and drop blocks from column one to two, but if i create a new column i can't. So what can i put in a new column? How can i edit the appearance of the front page? I don't want that 'welcome, log in or sign up message covering the images, yet there is nowhere to edit anything from.
This is a really poor script, i'm quite disappointed, and there doesn't seem to be much useful documentation either.
I'll answer this in points (sorry, prolaznik!):
- There is plenty of admin functionality. I can't really answer this without knowing what you want to do, though.
- You can add a page from Administration -> Builders -> Pages Blocks. Click the Add Page button and enter in the information requested. Page URI is the actual URI/URL for the page, which can be accessed from http://www.example.com/page/foo - where foo is the URI for the page. Page title is self-explanatory. You must add content (columns and page blocks) immediately after creating the page, or else it will be deleted. You can access the page after the initial creation process from the drop-down menu for the page builder.
- You can add a new column to a page and immediately begin dragging blocks from other columns into the new column. You may need to drag the blocks around a bit, but this is probably a browser issue. I've noticed that the builders work best in Firefox.
- You can't remove the welcome banner that appears in front of the promo images without editing some actual files. But this is actually pretty easy. Here's how:
/templates/base/css/index.css:
#indexPhotoLabel {
height:82px;
line-height:82px;
position:absolute;
bottom:0px;
width:100%;
z-index:1;
background:transparent url(../images/opSplash.png) repeat-x scroll left top;
}
change to
#indexPhotoLabel {
height:82px;
line-height:82px;
position:absolute;
bottom:0px;
width:100%;
z-index:1;
background:transparent url(../images/opSplash.png) repeat-x scroll left top;
display: none;
}
The edited portion is in red. You'll also need to empty the /cache/ (except for the .htaccess file) and /cache_public/ directories after editing template files.
I should also mention that most (if not all) of these questions were answered before in past topics. You should search the forums.
You can also find documentation at http://www.boonex.com/help. There's a wealth of information here in the forums, too.
BoonEx Certified Host: Zarconia.net - Fully Supported Shared and Dedicated for Dolphin