News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

BlueShame

Started by Diego Andrés, September 10, 2014, 08:49:12 AM

Previous topic - Next topic

Diego Andrés

Link to the theme



Free & Premium Responsive Themes for SMF




BlueShame
Developed by Diego Andrés

Features
  • Bootstrap
  • FontAwesome
  • Social networks
  • Logo URL


Demo Online
GitHub

SMF Tricks - Free & Premium Responsive Themes for SMF.

ARG01

No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

Diego Andrés


SMF Tricks - Free & Premium Responsive Themes for SMF.

crustybum

Nice theme but i can get the news feed to work?

modey

Nice theme
how to add those Facebook, YouTube , twitter and Rss icons up
=>in theme settings

Rumpa

Very nice theme but where is the time and date

Diego Andrés

Quote from: crustybum on September 23, 2014, 12:54:57 PM
Nice theme but i can get the news feed to work?

I don't understand what do you mean


Quote from: Rumpa on September 24, 2014, 05:05:27 PM
Very nice theme but where is the time and date

What do you mean?

SMF Tricks - Free & Premium Responsive Themes for SMF.

Rumpa

Quote from: Rumpa on September 24, 2014, 05:05:27 PM
Very nice theme but where is the time and date

What do you mean?
[/quote]

I mean to say it's not showing date and time under user name like SMF default curve theme

Marsigne

Hey, good theme! One problem though, is that RSS icon can't be taken out, like, even if blank, it doesn't remove like other ones.

Diego Andrés

I have it in that way to avoid using more code I guess  :P

Index.template.php search
</div>
<div id="quicknav">
<ul>';

if(!empty($settings['twitter_username']))
echo '
<li><a class="social_icon twitter" href="http://twitter.com/', $settings['twitter_username'] , '" target="_blank"></a></li>';

if(!empty($settings['facebook_username']))
echo '
<li><a class="social_icon facebook" href="http://fb.me/', $settings['facebook_username'] , '" target="_blank"></a></li>';

if(!empty($settings['youtube_username']))
echo '
<li><a class="social_icon youtube" href="http://youtube.com/channel/', $settings['youtube_username'] , '" target="_blank"></a></li>';

echo '
<li><a class="social_icon rss" href="', empty($settings['rss_url']) ? '' . $scripturl . '?action=.xml;type=rss' : '' . $settings['rss_url'] . '', '" target="_blank"></a></li>';

echo '
</ul>
</div>
</div>


Replace it with:
</div>';

if (!empty($settings['twitter_username']) || !empty($settings['facebook_username']) || !empty($settings['youtube_username']))
{
echo '
<div id="quicknav">
<ul>';

if(!empty($settings['twitter_username']))
echo '
<li><a class="social_icon twitter" href="http://twitter.com/', $settings['twitter_username'] , '" target="_blank"></a></li>';

if(!empty($settings['facebook_username']))
echo '
<li><a class="social_icon facebook" href="http://fb.me/', $settings['facebook_username'] , '" target="_blank"></a></li>';

if(!empty($settings['youtube_username']))
echo '
<li><a class="social_icon youtube" href="http://youtube.com/channel/', $settings['youtube_username'] , '" target="_blank"></a></li>';

echo '
</ul>
</div>';
}

echo '
</div>

SMF Tricks - Free & Premium Responsive Themes for SMF.

Marsigne

Thanks a lot :D and wow, really fast response, yet I replied very late haha xD it works wonderfully, but a note, if someone wanna use that code, RSS can't be used then, but really, if they use that code (removing RSS), is because they don't want to use it lol btw, your theme is really awesome and fits nicely, and I've got a logo that fit the theme also :) if you wanna see it, go to hxxp:marsigne.comlu.com [nonactive] (to see boards you must be member but it looks all good :D).

CİHAD_EHLİ

news is not active on the homepage..? haberler anasayfada aktif olmuyor

Diego Andrés

Quote from: CİHAD_EHLİ on January 13, 2015, 06:30:02 AM
news is not active on the homepage..? haberler anasayfada aktif olmuyor

Sorry but I don't understand what you're trying to say.

SMF Tricks - Free & Premium Responsive Themes for SMF.

CİHAD_EHLİ

Quote from: Diego Andrés on January 13, 2015, 07:15:40 AM
Quote from: CİHAD_EHLİ on January 13, 2015, 06:30:02 AM
news is not active on the homepage..? haberler anasayfada aktif olmuyor

Sorry but I don't understand what you're trying to say.




CİHAD_EHLİ


Diego Andrés

I'm sure that the theme does not have an option to do that.
But you can show the news in the boardindex

SMF Tricks - Free & Premium Responsive Themes for SMF.

Advertisement: