Joomla! Discussion Forums



It is currently Mon Nov 23, 2009 11:48 pm (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.



Post new topic Reply to topic  [ 7 posts ] 
Author Message
 Post subject: Template help?
Posted: Mon Sep 26, 2005 2:12 pm 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Aug 22, 2005 5:41 pm
Posts: 192
I posted in the "non profit" forum, but I'm sure that I'll get more attention here...

I need help with a template - or modifying one.

I've won a small job with a not for profit (I did their original site using html and frontpage - it sux, but it worked...)

You can see what I have HERE

It's not bad, but the "artist" on their board sent THIS

Can anyone help me turn the template I'm using into what they're looking for?
I can put the banner on, of course, when they send me the jpg... it's the three column thing, with the 'decended' right column starting point, that has me...  I actually like the menu that I have in the template better than their concept so I want to keep that too...

They're not paying me much (my mother-in-law runs the museum) - and I've been donating hosting service to them for years now... but I could probably pay a tiny ($20??) sum to someone for help with this.  I know, that's almost insulting... but....

John


Last edited by Slixter on Tue Sep 27, 2005 3:23 am, edited 1 time in total.

Top
  E-mail  
 
 Post subject: Re: Template help?
Posted: Mon Sep 26, 2005 4:38 pm 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Aug 22, 2005 5:41 pm
Posts: 192
anyone?


Top
  E-mail  
 
 Post subject: Re: Template help?
Posted: Tue Sep 27, 2005 3:09 am 
You probably would be better off asking int he template development forum.

I'm sorry, I don't have time to do this work, but it really shouldn't be *that* complicated.


Top
   
 
 Post subject: Re: Template help?
Posted: Tue Sep 27, 2005 4:32 am 
User avatar
Joomla! Intern
Joomla! Intern
Offline

Joined: Thu Aug 25, 2005 4:20 am
Posts: 74
Location: Augusta, GA - USA
John,

did their artist provide you with images/photos of what he'd like in the template?

I'll be happy to help when time allows.

And if you don't like what I come up with, you can always drive down to Augusta and smack me around a bit ;)

_________________
http://www.nivuahc.com - why? I was bored, that's why...


Top
  E-mail  
 
 Post subject: Re: Template help?
Posted: Tue Sep 27, 2005 5:12 am 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Aug 22, 2005 5:41 pm
Posts: 192
Nivuahc wrote:
John,

did their artist provide you with images/photos of what he'd like in the template?

I'll be happy to help when time allows.

And if you don't like what I come up with, you can always drive down to Augusta and smack me around a bit ;)


If you see the PDF, that's the 'layout' that they'd like.

The problem I have is that I don't want the "third / righthand" column on the pages when the user is in PHPshop....

John


Top
  E-mail  
 
 Post subject: Re: Template help?
Posted: Tue Sep 27, 2005 11:39 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Thu Aug 18, 2005 3:38 pm
Posts: 112
Location: Maryland, USA
Bigjohn wrote:
If you see the PDF, that's the 'layout' that they'd like.

The problem I have is that I don't want the "third / righthand" column on the pages when the user is in PHPshop....

John



John,

That's actually not that hard.  I do this all the time.  You can use the mosCountModules function in your template to only create the third column when the right side module position has more than 0 modules. 

Something like (please double check my syntax  :)):

Code:
if (mosCountModules('right') > 0
         { echo "<td>";
            mosLoadModules ('right');
            echo "</td>";
         }
 

By assigning the third column to the right module position and only displaying that module on the pages you need, it will make the third column appear and disappear at will.  If your having trouble, I'm sure that many people (including myself) can add the proper code to a completed index.php template file quite easily. 

Post back and let us know how you make out.

_________________
Michael - Vice President / Lead Developer
KABAM.net - Making Websites Work!
Author of Bookmark Us, The Flash Mod, and more.


Top
  E-mail  
 
 Post subject: Re: Template help?
Posted: Tue Sep 27, 2005 11:32 pm 
Joomla! Enthusiast
Joomla! Enthusiast
Offline

Joined: Mon Aug 22, 2005 5:41 pm
Posts: 192
Yeah, but I think there is something about mambo_phpshop that does not "change" the content frame status or something... I can't remember...

john


Top
  E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

Quick reply

 



Who is online

Users browsing this forum: No registered users and 10 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group