News:

Wondering if this will always be free?  See why free is better.

Main Menu

CPG SMF PortalBlue Theme

Started by Aravot, August 06, 2005, 12:10:04 AM

Previous topic - Next topic

Aravot

Admin if this is not the place move or delete it.

This is the modified version SMF theme for CPG 1.3.3 by 'DaMysterious'

I only changed it to go with mamboteam's 247Portal-Blue template for mambo and 'xenovanis' PortalBlue theme for SMF.

Since it is not directly related to SMF I am not attaching the file here if interested PM me with your email info and I'll send you the file or check Coppermine website I might put it there, if I get OK from them.

See it in Action Here



dtm.exe

Very nice, but there are some questionable photos on that page...

-Dan The Man

Kindred

Questionable how, Dan???

Aravot!  that is great.   now I need to look into the CPG templating system and get a helios version to match the SMF and/or AkoDarkGem...
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

xenovanis

"Insanity: doing the same thing over and over again and expecting different results."

dtm.exe

Quote from: Kindred on August 06, 2005, 09:14:45 AM
Questionable how, Dan???

There were nude pictures at the bottom of the gallery.  They're gone now.

-Dan The Man

Aravot

Dan,

I removed the questionable pictures

casper_shadowrider

Aravot,

very nice theme.  Please do post this, on a new thread, on the coppermine themes board, HERE.
Please attach it, as a zip, to your post, and mark the post with the cpg version it covers.

ps, the cpg boards have migrated to a new server, and are back to being super fast.  If you had problems connecting before, that should be cured.

Casper (cpg dev)
Make god laugh, tell him your plans

Aravot

Quote from: casper_shadowrider on August 07, 2005, 04:02:08 AM
Aravot,

very nice theme.  Please do post this, on a new thread, on the coppermine themes board, HERE.
Please attach it, as a zip, to your post, and mark the post with the cpg version it covers.

ps, the cpg boards have migrated to a new server, and are back to being super fast.  If you had problems connecting before, that should be cured.

Casper (cpg dev)

I don't have posting privileges over at CPG theme board

Psiloman

#8
First of all,Bravo Aravot!!!! Such good work delivered at expected time!

You might not remember me,but talking in PMs you were the one that helped me decide on 247 for my mambo webpage and we did some talking on how to make SMF skins/themes fit with it! So,you told me you would work on some things after july and here they are! Thanks alot! This is a very nice option for a gallery scene,and i have seen Xenovanis's work on 247 styled themes for SMF and it all tends to get better and better in looks! Somehow we now have a complete skin/theme packages for an SMF/Gallery/Mambo intergration!!!!

By the way, are there any plans/openings for ideas/considerations on your mind to do more or less "merging" with AMA's SMFone (a very nice,slick,easygoing theme) creation?

I think it could too as well be a nice addition to an 247mambo/SMF site!

Aravot

Hi Psiloman,

I do remember you, thank you for the complement; I'll try to make cpg theme for SMFone but no promises.

BigYellowAV

Was this Coppermine theme ever uploaded anywhere?

Thanks!

Aravot


BigYellowAV

Cool, thanks!! Talk about tying all three apps together now visually, this is great!

ankitcs


BigYellowAV

I suspect it was designed with the latest version of Coppermine. Thus, I think your best and only option is to upgrade to a current version of Coppermine.

Aravot


john109

Hi there! I'm so glad I stumbled upon this. Now I have the same theme across Joomla 1.0.8 + SMF 1.1RC2 + CPG 1.4.4 .  Problem though.  I want to use CPG wrapped in Joomla so I've still got the left side menus.  With your theme only half of CPG is visible.  You have to scroll to the right to see the rest.  Is there any way you can make it so it will not have to scroll sideways to see the whole thing?

Also how would I remove the top button in CPG for the forums.  If I use this button to go to the forums it has the styles out of whack.  I'd prefer them to use the left side menu.

Take a look at my site.  http://www.dragonboatassociation.ca/joomla

Thank you for doing this theme though.  I was worried I would have to try to modify a theme to try to match the rest of my site.   :)

Aravot

I provided the theme without any modification since few don't want to use it as wrapped to make it fit in your Joomla template you need to do some modification, info can be found here http://www.simplemachines.org/community/index.php?topic=28318.0

john109

Ok I'll give that a try thanks!!

Can you tell me how I can get the Header text to be all caps?  Like "Random files" "Last additions" etc those kind of header are all caps in SMF and Joomla so I wanted them to kind of match.

Thanks again.

john109

#19
I made the modifications suggested in that thread and nothing happened to my site.  It doesn't look any different.  I'm not good with this code stuff.  Should I post in that thread about it?

I inserted this code in my wrapper.php
// pass all except Mambo specific parameters to the wrapper
    $allparams = '?';
             
    if (isset( $_GET['option'] ))
      $workarray = $_GET;
    if (isset( $_POST['option'] ))
      $workarray = $_POST;
             
    reset($workarray);

    while (list($key, $val) = each($workarray)) {
    if (($key != 'option') && ($key != 'Itemid'))
        $allparams = $allparams . $key . '=' . $val . '&';
    }
    $row->url = $row->url . $allparams;


and this code in my SMF theme's display.template.php
// Add for personal gallery
      echo '
', '<a href="' . $mosConfig_live_site . '/index.php?option=com_wrapper&Itemid=66&cat=', $message['member']['id']+10000, '"/><img border="0" src="' . $settings['images_url'] . '/gallery.gif" width="75" height="35" alt="" /></a><br />';


and made the  code in my wrapper.html.php look like this by adding the parent.scrollTo(0,0);
function iFrameHeight() {
var h = 0;
if ( !document.all ) {
h = document.getElementById('blockrandom').contentDocument.height;
document.getElementById('blockrandom').style.height = h + 60 + 'px';parent.scrollTo(0,0);
} else if( document.all ) {
h = document.frames('blockrandom').document.body.scrollHeight;
document.all.blockrandom.style.height = h + 20 + 'px';parent.scrollTo(0,0);
}
}


Help please? :(   I'm using Joomla 1.0.8 + SMF 1.2RC2 + CPG 1.4.4


Edit - OK well I gave up on that and decided to have Coppermine open unwrapped. *sigh* Just need to change that Forum button to Home and remove the login/logout buttons and a few other things.  Atleast I'm having better luck on those things.   :D

Advertisement: