BlackBoard

Social Club Block - BlackBoard

Social Club Block

by Noomcat » Mon Feb 04, 2019 3:21 am

How do I use or edit the social club area?
Capture.PNG
Capture.PNG (8.03 KiB) Viewed 655 times
User avatar
Noomcat
Registered User
Posts: 27
Joined: Tue May 15, 2018 3:26 pm
Contact:

Re: Social Club Block

by Raul [ThE KuKa] » Thu Feb 07, 2019 6:25 pm

Hello,

Edit in /template/index_body.html file (lines 84 to 96).

Code: Select all

			<!-- Start nav social club -->
			<div id="nav-social" class="nav-social">
				<h3 class="social-club">SOCIAL CLUB</h3>
				<ul class="club"><div class="navclub">
				<li class="hvr-sweep-to-top"><a href="#" title="Youtube"></a><i class="fa fa-youtube-square fs28"></i></li>
				<li class="hvr-sweep-to-top"><a href="#" title="Github"></a><i class="fa fa-github-square fs28"></i></li>
				<li class="hvr-sweep-to-top"><a href="#" title="Facebook"></a><i class="fa fa-facebook-official fs28"></i></li>
				<li class="hvr-sweep-to-top"><a href="#" title="Twitter"></a><i class="fa fa-twitter fs28"></i></li>
				<li class="hvr-sweep-to-top"><a href="#" title="Google+"></a><i class="fa fa-google-plus-square fs28"></i></li>
				<li class="hvr-sweep-to-top"><a href="#" title="Flux rss"></a><i class="fa fa-rss fs28"></i></li>
				</div></ul>
			</div>
			<!-- End nav social club -->
You can edit links, upload again, purge forum cache, and ready.

Best regards.
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: Social Club Block

by FanFanLaTuFlippe » Sun Feb 10, 2019 12:02 pm

Hello and thank you Raul, i'am not home and can't respond.

have a nice day :)
My Contributions | Styles Design phpBB | Demo Styles
-------------------------------------------------------------------------------------------------------------------------------------
The earth does everything without rushing, yet, everything is done
From the enlightened awareness of the future that we draw, the peace of our present is built.
User avatar
FanFanLaTuFlippe
Registered User
Posts: 157
Joined: Tue Mar 17, 2009 4:46 pm
Location: France
Name: Patrice
Contact:

Re: Social Club Block

by Raul [ThE KuKa] » Thu Nov 07, 2019 5:04 pm

FanFanLaTuFlippe wrote:Hello and thank you Raul, i'am not home and can't respond.

have a nice day :)
Review the FAQ please:
https://www.phpbb.com/customise/db/styl ... 2/faq/2851

FIND:

Code: Select all

			<!-- Start nav social club -->
			<div id="nav-social" class="nav-social">
				<h3 class="social-club">SOCIAL CLUB</h3>
				<ul class="club"><div class="navclub">
				<li class="hvr-sweep-to-top"><a href="#" title="Youtube"></a><i class="fa fa-youtube-square fs28"></i></li>
				<li class="hvr-sweep-to-top"><a href="#" title="Github"></a><i class="fa fa-github-square fs28"></i></li>
				<li class="hvr-sweep-to-top"><a href="#" title="Facebook"></a><i class="fa fa-facebook-official fs28"></i></li>
				<li class="hvr-sweep-to-top"><a href="#" title="Twitter"></a><i class="fa fa-twitter fs28"></i></li>
				<li class="hvr-sweep-to-top"><a href="#" title="Google+"></a><i class="fa fa-google-plus-square fs28"></i></li>
				<li class="hvr-sweep-to-top"><a href="#" title="Flux rss"></a><i class="fa fa-rss fs28"></i></li>
				</div></ul>
			</div>
			<!-- End nav social club -->
REPLACE WITH:

Code: Select all

			<!-- Start nav social club -->
			<div id="nav-social" class="nav-social">
				<h3 class="social-club">SOCIAL CLUB</h3>
				<ul class="club"><div class="navclub">
				<li class="hvr-sweep-to-top"><a href="#" title="Youtube"><i class="fa fa-youtube-square fs28"></i></a></li>
				<li class="hvr-sweep-to-top"><a href="#" title="Github"><i class="fa fa-github-square fs28"></i></a></li>
				<li class="hvr-sweep-to-top"><a href="#" title="Facebook"><i class="fa fa-facebook-official fs28"></i></a></li>
				<li class="hvr-sweep-to-top"><a href="#" title="Twitter"><i class="fa fa-twitter fs28"></i></a></li>
				<li class="hvr-sweep-to-top"><a href="#" title="Google+"><i class="fa fa-google-plus-square fs28"></i></a></li>
				<li class="hvr-sweep-to-top"><a href="#" title="Flux rss"><i class="fa fa-rss fs28"></i></a></li>
				</div></ul>
			</div>
			<!-- End nav social club -->
Open styles/Blackboard/theme/common.css file.

FIND: (lines 604 to 606) and DELETE.

Code: Select all

.nav-social a .fa {
    line-height: 73px;
}
OR REPLACE WITH:

Code: Select all

.nav-social a .fa {
    line-height: 25px;
}
@FanFanLaTuFlippe please review this and test again.

Best regards.
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11073
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo
Contact:

Re: Social Club Block

by FanFanLaTuFlippe » Tue Nov 26, 2019 9:53 am

Hello,

Thank you so much Raul ;) have update BlackBoard to 3.2.3

have a great day ;)
My Contributions | Styles Design phpBB | Demo Styles
-------------------------------------------------------------------------------------------------------------------------------------
The earth does everything without rushing, yet, everything is done
From the enlightened awareness of the future that we draw, the peace of our present is built.
User avatar
FanFanLaTuFlippe
Registered User
Posts: 157
Joined: Tue Mar 17, 2009 4:46 pm
Location: France
Name: Patrice
Contact:

Re: Social Club Block

by 2600 » Sun Feb 16, 2020 3:42 pm

Isn't G+ dead now?
Morpheus: Unfortunately, no one can be told what The Matrix is. You'll have to see it for yourself.
Hack me.
Consider a canary token.
The nature of my chosen username
:ugeek:
User avatar
2600
I've Been Banned!
Posts: 2567
Joined: Fri Nov 14, 2014 5:14 pm
Location: Area-51
Contact:

Re: Social Club Block

by FanFanLaTuFlippe » Mon Feb 17, 2020 1:14 pm

John connor wrote:Isn't G+ dead now?
Hello, of course Google+ shutdown for consumer (personal) accounts on April 2, 2019.

Look page "FAQ" here for how can change icon link.

Thank you ;)
My Contributions | Styles Design phpBB | Demo Styles
-------------------------------------------------------------------------------------------------------------------------------------
The earth does everything without rushing, yet, everything is done
From the enlightened awareness of the future that we draw, the peace of our present is built.
User avatar
FanFanLaTuFlippe
Registered User
Posts: 157
Joined: Tue Mar 17, 2009 4:46 pm
Location: France
Name: Patrice
Contact: