In order for us to help you faster, please always include the following in your posts:

  • A link to your website (if developing offline please include a screenshot).
  • The exact Joomla! version (J!1.5.7) you are running.
  • The template version from the xml (located in "site root / templates / template name / template_details.xml")
  • Your servers php version.
  • Which browser(s) the issue is occurring in.

This information should be in the following format:

WEBSITE URL:
http://www.pietsnot.com
JOOMLA VERSION:
1.5.5
TEMPLATE VERSION:
1.4
PHP VERSION:
5
AFFECTED BROWSERS:
IE6, IE6, FF3, FF2.01

DESCRIPTION:

I am unable to get my suckfish menu to work in the above mentioned browsers.

It is also important that you check the following before posting:

  1. Have you have read the templates guide. (http://moourl.com/guides)
  2. Have you tested another template to see if the issue is related to your website or the template.
  3. Have you tried installing a fresh copy of the template to see if the problem exists in the original packaged version?
HIDE THIS MESSAGE
FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
Rasper 1.5 (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: Rasper 1.5
#2475
mcdesignz (User)
Senior Boarder
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
Rasper 1.5 5 Months ago Karma: 0  
Looking to see if someone knows of a way to have the css recognize a registered user by coloring the top bar of raster (orangish) to another color only for Registered users?

Just a thought but not sure how to make it happen...

thx
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#2479
Andy (Admin)
Co-Founder of JoomlaJunkie
Admin
Posts: 693
graphgraph
User Online Now Click here to see the profile of this user
Gender: Male Location: Cape Town, South Africa
Re:Rasper 1.5 4 Months, 4 Weeks ago Karma: 14  
So you want to change the top bar based on whether the user is logged in or not?? What version of Joomla?
 
Report to moderator   Logged Logged  
 
  The administrator has disabled public write access.
#2776
mcdesignz (User)
Senior Boarder
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
Re:Rasper 1.5 4 Months, 2 Weeks ago Karma: 0  
Sorry for slow reply... yes...

Change the colors based on Whether Logged in or not...

(Poor Wording - Want a the top color around the Orange and Login blue to change. Those colors we thought if they changed when our members sign in it would be a good way to see that they were signed in.

Also is there an easy weay to install Mootools into this theme?

Joomla 1.5
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/07/07 18:48 By mcdesignz.
  The administrator has disabled public write access.
#2782
Andy (Admin)
Co-Founder of JoomlaJunkie
Admin
Posts: 693
graphgraph
User Online Now Click here to see the profile of this user
Gender: Male Location: Cape Town, South Africa
Re:Rasper 1.5 4 Months, 2 Weeks ago Karma: 14  
This is a little snippet I use to check if a user is logged in with J1.5 and then output code based on if logged in or not, meaning it will show one thing if logged in and another if not,

Here is the snippet for you to play with and see if you can do something.

Code:


<?php
$user =& JFactory::getUser();
$user_id = $user->get('id');
if ($user_id)
{
//add item if logged in
//INCLUDE - this is where you will add the code
else {
?>
//add item if not logged in
//INCLUDE - this is where you will add the code
<?php

}

?>


Cheers,

Andrew
 
Report to moderator   Logged Logged  
 
  The administrator has disabled public write access.
#3716
mcdesignz (User)
Senior Boarder
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
Re:Rasper 1.5 2 Months, 3 Weeks ago Karma: 0  
Finnally getting around to trying this... however in Rasper it seems there are a lot of If's and Elses
was
Code:


<div id="sub">
<div class="center-contents">
<?php if($this->countModules('user6') ) { ?>
<div class="sub-one">
<jdoc:include type="modules" name="top" style="xhtml"/>
</div>
<div class="sub-two">
<jdoc:include type="modules" name="user6" style="xhtml"/>
</div>
<br clear="all" />
<?php } else { ?>
<div id="sitepath"><jdoc:include type="modules" name="breadcrumb" style="raw"/></div>
<?php } ?>
</div>
</div>



Now (yes added another module Position)
Code:


<div id="sub">
<div class="center-contents">

<div class="sub-one">
<jdoc:include type="modules" name="top" style="xhtml"/>
</div>
<div class="sub-two">
<?php
$user =& JFactory::getUser();
$user_id = $user->get('id');
if ($user_id)
{
//add item if logged in
<jdoc:include type="modules" name="memberhead" style="xhtml"/>
else {
?>
<jdoc:include type="modules" name="user6" style="xhtml"/>

<?php } ?>
</div>
<br clear="all" />


</div>
</div>



When I do it I get a blank page...
http://kernhba.ods.org
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#3731
mcdesignz (User)
Senior Boarder
Posts: 42
graphgraph
User Offline Click here to see the profile of this user
Re:Rasper 1.5 2 Months, 3 Weeks ago Karma: 0  
Took some research to find... had to tweak with several sources...
Seems is a bit reversed but I don't care it works!
Code:


<?php
$user =& JFactory::getUser();
$user_id = $user->get('name');
if ($user_id)
{
?>
<jdoc:include type="modules" name="memberhead" style="xhtml"/>
<?php } else { ?>
<jdoc:include type="modules" name="user6" style="xhtml"/>
<?php
}
?>

 
Report to moderator   Logged Logged  
 
Last Edit: 2008/08/26 11:16 By mcdesignz.
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Love Thy Favicon!

Click on a block to select it..


  • Template Club

    We have included a number of subscription options to give you access to all our templates. readmore

  • JoomlaJunkie Blog

    Have you seen the JoomlaJunkie Blog, where we will be covering all kinds of exciting topics! readmore

  • Help & Support

    We offer various types of support to assist you getting setup with your new template. readmore

  • Demo Templates

    Not had a look at our templates yet? Why not head over to our demo server to take a peek!! view demos

 
  • Copyright ©2008 JoomlaJunkie.