News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Flagrant

Started by Crip, March 03, 2009, 08:58:15 PM

Previous topic - Next topic

.Vapor

Quote from: stikkki on May 13, 2010, 11:54:34 AM
If you have a portal or other mod that has added a copyright to the footer see this topic http://www.simplemachines.org/community/index.php?topic=380358.msg2619227

Great, thanks for the fix !

Galaxy Computers

Crip,

I want to change or get rid of the image logo on the right of the header how can I do that?
Wade Morris
Amarillo, Texas

Morris Technologies Computer Support Forum

Crip

Quote from: mtechama on July 23, 2010, 09:07:44 AM
Crip,

I want to change or get rid of the image logo on the right of the header how can I do that?
Just upload your image and add yours to replace it ..
Note:  be sure to set your image = Height + Width , via css/index.css
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Galaxy Computers

Crip,

What if I don't want the image at all can I do that?
Wade Morris
Amarillo, Texas

Morris Technologies Computer Support Forum

Crip

Quote from: mtechama on July 23, 2010, 04:07:58 PM
Crip,

What if I don't want the image at all can I do that?

For No logo / image at all .. just Remove link in your "[index.template.php]"
<a href="'.$scripturl.'" title=""><span id="logo"> &nbsp;</span></a>';
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Galaxy Computers

Quote from: Crip on July 24, 2010, 06:34:49 AM
Quote from: mtechama on July 23, 2010, 04:07:58 PM
Crip,

What if I don't want the image at all can I do that?

For No logo / image at all .. just Remove link in your "[index.template.php]"
<a href="'.$scripturl.'" title=""><span id="logo"> &nbsp;</span></a>';


I have removed that line and it gave me this error:

Template Parse Error!
There was a problem loading the /Themes/flagrant_alt_203/index.template.php template or language file. Please check the syntax and try again - remember, single quotes (') often have to be escaped with a slash (\). To see more specific error information from PHP
Wade Morris
Amarillo, Texas

Morris Technologies Computer Support Forum

Crip

Flagrant203_alt UpDated Now with DropMenu ...
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Galaxy Computers

Crip,

I found this line [index.template.php] on line 226

</div><a href="'.$scripturl.'" title=""><span id="logo"> </span></a>';

what do I need to do take out the image?
Wade Morris
Amarillo, Texas

Morris Technologies Computer Support Forum

Crip

in the css/index.css

..you can simply remove the image Link:

background: url("../images/img/logo_alt.png") no-repeat scroll 0 0 transparent;
TO
background: url( ) no-repeat scroll 0 0 transparent;

I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

wickedstangs

Hello Crip, I installed everything and this style is very nice looking, thanks...  I have one issue I am missing a tab to get me to the forum.  How do I do that?

www.rcing.net

Crip

Not sure on SP .. possibly ask them ?

try:
<a href="', $scripturl, '?action=forum"><span>Forum</span></a>';

..something like that ..
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

wickedstangs

#151
Crip,
I upgraded my site www.rcing.net to 2.0RC3 and I tried to install the file FlagrantRC3.zip (293kB) and everything came out like the below image..


Next, I installed file flagrant203_alt.zip (333kB) and everything came out nicely.  Except, I need help putting the image on the left like 1.1.11.
Nevermind :) figured it out:)

Thanks
Emilio

Crip

I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Galaxy Computers

#153
Quote from: Crip on July 24, 2010, 06:34:49 AM
Quote from: mtechama on July 23, 2010, 04:07:58 PM
Crip,

What if I don't want the image at all can I do that?

For No logo / image at all .. just Remove link in your "[index.template.php]"
<a href="'.$scripturl.'" title=""><span id="logo"> &nbsp;</span></a>';


Crip,

I am using the Flagrant_alt not the Flagrant RC3
Wade Morris
Amarillo, Texas

Morris Technologies Computer Support Forum

Crip

You still remove the same bit of code , on any version of Flagrant theme .. 
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Galaxy Computers

Quote from: Crip on August 20, 2010, 06:17:51 AM
You still remove the same bit of code , on any version of Flagrant theme .. 

Crip,
I can't not find that code anywhere
Wade Morris
Amarillo, Texas

Morris Technologies Computer Support Forum

Crip

Quote from: mtechama on August 20, 2010, 07:03:31 AM
Quote from: Crip on August 20, 2010, 06:17:51 AM
You still remove the same bit of code , on any version of Flagrant theme .. 

Crip,
I can't not find that code anywhere

Beginning around Line: 57 >> index.template.php <<
Find

         // If we're on a certain board, limit it to this board ;).
      elseif (!empty($context['current_board']))
         echo '
                <input type="hidden" name="brd[', $context['current_board'], ']" value="', $context['current_board'], '" />';

      echo '</form>
         </div><a href="'.$scripturl.'" title=""><span id="logo"> </span></a>';
        echo '

Without image link lQQk' s Like

         // If we're on a certain board, limit it to this board ;).
      elseif (!empty($context['current_board']))
         echo '
                <input type="hidden" name="brd[', $context['current_board'], ']" value="', $context['current_board'], '" />';

      echo '</form>
         </div>';
        echo '


If it would have been a snake you'd been bitten ..Lol..
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Yonkiz

Hi Crip, thank you for this theme, really nice.

I got a little problem, the part on header of the user info:

# Show unread posts since last visit.
# Show new replies to your posts.

Don't work, the text is there but it is not possible to click or select the text, is like a picture.

I go to the theme viewer hxxp:demo.jpr62.com/ [nonactive] and select Flagrant_alt and it's the same thing, i can't click con login or register

On flagrant work fine, there it is possible click on -login-  or -register-
(Welcome, Guest. Please login or register.)

any idea what can i do to make it work?

thank u again! Greetings

Crip

I will fix with new Zip file upped 
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Yonkiz

Crip, Thank u for your attention and for your theme, it looks great!  8)

I'll be waiting for update, take your time dude!  :)

Advertisement: