Hi,
I'm new in coppermine and installed it a few days ago. Everything is working fine, I added another theme and changed it a bit.
I also added some links and a buttons on the main page.
I was wondering : When I click the link, it opens in a new page. Is it possible to open the link (or another html/php-page, for exemple a mail-form) within coppermine itself. I mean, open the link en show the page on the place where the albums/pictures/settings/.... are shown. I think it is possible. I looked around in code a bit, but I can't find a solution.
Can somebody help me.
thx,
Pascal.
Not sure what you mean. Why don't you illustrate your question with real-life example, e.g. a link to your gallery and the page you refered to?
Thanks for the fast reply....
And ok, sorry, maybe I didn't explain it very well.
Here's the link to my album : http://www.bondividiver.be (there's still a lot off work to do :-(, I'm still working on it )
There a link on the right side-bar under 'Mijn Blogs' -> Duiken in Nederland.
When you click on it, a new page is opening....
What I want is the new page into coppermin itself (see for example printscreen in attachment)
Do you understand what I want ?
Is this possible ?
thx,
Pascal.
In my opinion the easiest way would be to create a new CPG page; an easy way to do this would be to use the miniCMS plugin. Although, if you wanted to do it yourself, you would need to create a new page and -
- include - include.init.inc
- define the page as being "In Coppermine"
- use the pageheader() and pagefooter() functions to get the basic "shell" for your page, ie. the header,menu,theme,footer,admin menu etc.
- The place your content between the two functions above
Then, use an iframe reffering to your blog page.
...as suggested in http://forum.coppermine-gallery.net/index.php/topic,50854.msg245456.html#msg245456 and some other threads
Great, thanks for the reply's. Minicms is just what I needed. But I have problem with sections, how does that works in minicms and what are the used for ? I can't configure sections at all.
I searched the internet how to do it, but I can't find a real 'how to'. Can somebody explain me how to work with sections in minicms ?
thanks,
Pascal.
MiniCMS goes unsupported here (as suggested in the announcement thread) - support for that plugin can be found on cpg-contrib.org