XsiTech
Welcome, Guest
Please Login or Register.    Lost Password?
Re:Darkshadow Template Support Section (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Re:Darkshadow Template Support Section
#11
MikeXS (Admin)
Admin
Posts: 23
graph
User Online Now Click here to see the profile of this user
Darkshadow Template Support Section Page1 3 Months, 3 Weeks ago Karma: 1  
Now that the first version of our Darkshadow Joomla Template has been released, this forum section is open for free technical support, feedback and bug reports..

If you need any help getting the Darkshadow Template installed or set up to match the demo site, please post your questions here and I'll do my best to help out.
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/11/16 17:39 By MikeXS. Reason: Trying to fix the SEF Urls
  The administrator has disabled public write access.
#12
mello (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Darkshadow Template Support Section 3 Months, 2 Weeks ago Karma: 1  
hey mike.. for some reasons, I cant download Darkshadow..
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#13
MikeXS (Admin)
Admin
Posts: 23
graph
User Online Now Click here to see the profile of this user
Re:Darkshadow Template Support Section 3 Months, 2 Weeks ago Karma: 1  
Hi mello..

Thanks for pointing that out. Yeah you're right, I can't download it either. I just moved webhosts and rebuilt the site a couple of days ago, looks like something got broken.

I'll take the site offline for a few minutes soon and try to fix it.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#14
MikeXS (Admin)
Admin
Posts: 23
graph
User Online Now Click here to see the profile of this user
Re:Darkshadow Template Support Section 3 Months, 2 Weeks ago Karma: 1  
Ok should be working now, thanks again for letting me know
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/08/06 19:57 By MikeXS.
  The administrator has disabled public write access.
#15
mello (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Re:Darkshadow Template Support Section 3 Months, 2 Weeks ago Karma: 1  
Tnx mike.. well Im so impressed with your works..

and by the way, I would also take this chance to ask some few questions..
after I installed darkshadow, for some reasons, I wanted the most popular and the latest news to be located below the 'welcome to joomla'.. errr.. well ill provide some screenshot so you would understand what i meant.



If you can see on my screenie, the newsflash and the mission vision is now located above the 'welcome to joomla'
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#17
MikeXS (Admin)
Admin
Posts: 23
graph
User Online Now Click here to see the profile of this user
Re:Darkshadow Template Support Section 3 Months, 2 Weeks ago Karma: 1  
Ok you just need two more module positions underneath the main body content ?


Check out the demo template now and let me know if that's kinda what you are looking for. http://xsitech.com/demo/darkshadow/



To get this to work I added two new module positions in the template manager-> module positions page -> user10 and user11




I added this red code into the index.php file in between main body and user4 :

QUOTE:




<div id="mainbody">
<?php mosMainBody(); ?>
</div>


<?php if( mosCountModules('user10') || mosCountModules('user11')) { ?>
<!-- bottom modules -->
<div id="bottom-mod">
<div class="mod">
<?php mosLoadModules('user10', -3); ?>
</div>
<div class="mod">
<?php mosLoadModules('user11', -3); ?>
</div>
<div class="clr"></div>
</div><!-- close bottom modules -->
<?php } ?>



<?php if( mosCountModules('user4') ) : ?>
<?php mosLoadModules('user4', -3); ?>
</div>
<?php endif; ?>





And added this to the template_css.css file:

QUOTE:


#bottom-mod {
width:100%;
padding: 0 0 10px 0 ;
margin: 0 auto;
text-align: center;
}



If you aren't comfortable editing the code directly, I will upload the whole template.zip package with these changes once I know this is what you wanted.


Or if I am totally wrong here and this is not what you wanted at all, let me know lol..I'm having a slow brain day.

If it's the problem that you don't want the newsflash and the mission vision above welcome to joomla, I'll try to work that out

If you don't want the newsflash/mission vision above welcome to joomla just change their module positions from user1 and user2 to something else, like user7 , user8 or user9 and they will move to the sections at the bottom of the template.



Don't forget to follow the little setup guide -> http://xsitech.com/demo/darkshadow/faqs/darkshadow-joomla-template-setup-guide.html , I can see you haven't changed the main menu over to flat list yet and other stuff..
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/08/08 11:16 By MikeXS.
  The administrator has disabled public write access.
Go to top Post Reply
JoomlaWatch Stats 1.2.6 by Matej Kovalvol