Template Club Package Silver Pacakage Gold Pacakage Developer Pacakage Accepted Payments Member Login
Welcome, Guest
Please Login or Register.    Lost Password?
What module position for pagepeel? (2 viewing) (2) Guests
Go to bottomPost New TopicPost Reply Favoured: 0
TOPIC: What module position for pagepeel?
#31214
What module position for pagepeel? 1 Year, 3 Months ago  
I've installed pagepeel on my Joomla 1.5 site at www.carltoncricketclub.co.uk.

If I publish the module in the left module position on the template the pagepeel banner works perfectly in the top right corner of the page exactly as I want it. But when published in the left module position you will see above the login module the bottom strip of a module is also displayed which looks rubbish. As soon as I unpublish pagepeel the block above the login module goes away.

I've gone to Joomlart support for help and they say it is down to the way the module is configured and pointed me to you. Do I need to create a new module position for pagepeel and if so how would I do this or is there an easier way to make this work without anything appearing in the left module position when pagepeel is published?
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
David Ford (Visitor)

Logged Logged  
 
Reply Quote  
#31218
Re:What module position for pagepeel? 1 Year, 3 Months ago Karma: 60  
If you open up the index.php file for the template and find this here:
Code:

<!-- BEGIN: HEADER -->
<div id="ja-headerwrap">


Above you add this here:
Code:

<?php if ($this->countModules('pagepeel')) : ?>
<div>
<jdoc:include type="modules" name="pagepeel" style="raw" />
</div>
<?php endif; ?>



Save and go to the module manager and publish the page peel module in pagepeel position, you dont have that module in the drop down at the moment, but double click on text field where the module name is and type in pagepeel. Try it and let me know if this will work for you?
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
noob (Moderator)
Support Team
Posts: 1963
graphgraph
User Offline Click here to see the profile of this user
templateplazza templateplazza@rocketmail.com
Logged Logged  
 
Do you have a job opening, and need a developer/all around person? Please contact me for references.
Need a custom design/template/extension:
Click Here
 
Reply Quote  
#31253
Re:What module position for pagepeel? 1 Year, 3 Months ago  
Followed your instructions and it worked great. Thanks for your excellent quick response.
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
David Ford (Visitor)

Logged Logged  
 
Reply Quote  
#33198
Re:What module position for pagepeel? 1 Year, 1 Month ago  
This work around is successful in RationalMagic template as well.
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
David (Visitor)

Logged Logged  
 
Reply Quote  
#36869
Re:What module position for pagepeel? 12 Months ago  
This didn't work for me in beez?

I can't find this bit in my index.php file

<div id="ja-headerwrap">

Any ideas guys?
Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
Andy (Visitor)

Logged Logged  
 
Reply Quote  
#36906
Re:What module position for pagepeel? 12 Months ago Karma: 60  
In Beez template you can find this here:
Code:

<body>
<div id="all">


And you can change it to this here:
Code:


<body>
<?php if ($this->countModules('pagepeel')) : ?>
<div>
<jdoc:include type="modules" name="pagepeel" style="raw" />
</div>
<?php endif; ?>
<div id="all">

Enter code here   
Please note, although no boardcode and smiley buttons are shown, they are still useable
noob (Moderator)
Support Team
Posts: 1963
graphgraph
User Offline Click here to see the profile of this user
templateplazza templateplazza@rocketmail.com
Logged Logged  
 
Last Edit: 2009/03/20 04:38 By noob.
 
Do you have a job opening, and need a developer/all around person? Please contact me for references.
Need a custom design/template/extension:
Click Here
 
Reply Quote  
Go to topPost New TopicPost Reply