Making the template fit Rockettheme Joomla Template ?

klp29
klp29's picture

Joined: 2006-03-26
Posts: 41
Posted: Thu, 2009-07-30 12:02

Hi

We use Joomla CMS for our site http://www.bryllup.dk with a RocketTheme template.

We use Phpbb3 and Gallery3 and it just ROCKS!

Our phpbb3 template is changed to match the joomlatemplate as you can see here:

The Joomla site : http://www.bryllup.dk
The Phpbb3 site : http://www.bryllup.dk/phpbb3/index.php
The Gallery 3 site : http://www.bryllup.dk/bryllupsgalleri/index.php/

It's actually very simple, what I want, because it's just the header, menu and background colour, I would like to adjust but I don't know how to do it.

Can someone please point me in the right direction? :) It seems to me that I can find all the code needed in the source of http://www.bryllup.dk/phpbb3/index.php but now really sure what to copy and where to place it.

Thanks in advance, and thanks for an absolutely amazing, awesome gallery!!!! :)

Ps. I attached a screendump made in photoshop to clarify :)
Pss. Yes, I'm aware that I can wrap the Gallery3 in Joomla, but this will result in the same url and pagetitle for ALL images, which is a total no-go for us :)

AttachmentSize
example.jpg222.15 KB
 
klp29
klp29's picture

Joined: 2006-03-26
Posts: 41
Posted: Thu, 2009-07-30 12:05

Basically, I hope, it's "just" about taking the code that makes the top of the joomla / forum site and copy/paste it into the gallery3-theme, right?

After all, it's "just" php that shows a banner, a logo, a text and a menu.

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Thu, 2009-07-30 18:04

In Admin > Appearance > Theme Options you can paste in your own blob of HTML at the top and bottom of your page. You should be able to use this to inject your own header/footer. You may still need to tweak the CSS to make it look really seamless, though in which case you might want to make your own theme.
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!

 
klp29
klp29's picture

Joined: 2006-03-26
Posts: 41
Posted: Fri, 2009-07-31 07:08

Well, it seems easier said than done :)

When I insert the html-code for our banners like:

Quote:
<center><!--/* OpenX Javascript Tag v2.8.1 */-->

<!--/*
* The backup image section of this tag has been generated for use on a
* non-SSL page. If this tag is to be placed on an SSL page, change the
* 'http://www.bryllup.dk/openx/www/delivery/...'
* to
* 'https://www.bryllup.dk/openx/www/delivery/...'
*
* This noscript section of this tag only shows image banners. There
* is no width or height in these banners, so if you want these tags to
* allocate space for the ad before it shows, you will need to add this
* information to the <img> tag.
*
* If you do not want to deal with the intricities of the noscript
* section, delete the tag (from <noscript>... to </noscript>). On
* average, the noscript tag is called from less than 1% of internet
* users.
*/-->
<script type='text/javascript'><!--//<![CDATA[
var m3_u = (location.protocol=='https:'?'https://www.bryllup.dk/openx/www/delivery/ajs.php':'http://www.bryllup.dk/openx/www/delivery/ajs.php');
var m3_r = Math.floor(Math.random()*99999999999);
if (!document.MAX_used) document.MAX_used = ',';
document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u);
document.write ("?zoneid=4");
document.write ('&amp;cb=' + m3_r);
if (document.MAX_used != ',') document.write ("&amp;exclude=" + document.MAX_used);
document.write (document.charset ? '&amp;charset='+document.charset : (document.characterSet ? '&amp;charset='+document.characterSet : ''));
document.write ("&amp;loc=" + escape(window.location));
if (document.referrer) document.write ("&amp;referer=" + escape(document.referrer));
if (document.context) document.write ("&context=" + escape(document.context));
if (document.mmm_fo) document.write ("&amp;mmm_fo=1");
document.write ("'><\/scr"+"ipt>");
//]]>--></script><noscript><a href='http://www.bryllup.dk/openx/www/delivery/ck.php?n=ad946609&amp;cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://www.bryllup.dk/openx/www/delivery/avw.php?zoneid=4&amp;cb=INSERT_RANDOM_NUMBER_HERE&amp;n=ad946609' border='0' alt='' /></a></noscript>
</center>

It doesn't show any banner?

:] Kenneth WedMore Lund

http://www.bryllup.dk
http://www.crazynight.dk

 
bharat
bharat's picture

Joined: 2002-05-21
Posts: 7994
Posted: Fri, 2009-07-31 20:41

Beats me. My job is to make sure that anything you enter in that box shows up on the page and from viewing the site, it looks like it's there. :-) You'll have to tinker with it until it works for you.
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!