[Request for bbcode]Skype bbcode

Get help developing custom BBCodes or request one.
User avatar
ivailo95
Registered User
Posts: 1067
Joined: Tue Sep 05, 2017 8:00 am
Location: Bulgaria
Name: Ivailo
Contact:

[Request for bbcode]Skype bbcode

Post by ivailo95 »

Hi there
Can someone create single bbcode for skype?
i mean not in abc3 extension i want i can use single

Използване на BBCode

Code: Select all

[profile]{INTTEXT}[/profile]
HTML подмяна

Code: Select all

<input class="button2 btnlite" type="button" value="{INTTEXT}" onclick="window.location.href='memberlist.php?mode=viewprofile&un={INTTEXT}'">
Помощна линия

Code: Select all

Link to profile: [profile]Username[/profile]
something like this
For REALLY good and VERY cheap hosting CLICK HERE
Watch "Lost in a random" game, it's the best
User avatar
AlfredoRamos
Recognised Extension Developer
Posts: 1302
Joined: Wed Dec 25, 2013 9:06 pm
Location: /dev/null
Name: Alfredo
Contact:

Re: [Request for bbcode]Skype bbcode

Post by AlfredoRamos »

BBCode template:

Code: Select all

[skype][/skype]
HTML replacement:

Code: Select all

<span class="skype-button rounded" data-contact-id="{IDENTIFIER}" data-text="{IDENTIFIER}"></span>
And add just before </body> (styles/{STYLE}/template/overall_footer.html the following script:

Code: Select all

<script src="https://swc.cdn.skype.com/sdk/v1/sdk.min.js"></script>
You can convert it to an extension, so the style won't be modified and will work with any style you have.
Some of my phpBB extensions:
:chart_with_upwards_trend: SEO Metadata | Image Markdown | :shield: hCaptcha
:trophy: Check out all my validated extensions :trophy:

:penguin: Arch Linux user | Linux Boards :penguin:
User avatar
ivailo95
Registered User
Posts: 1067
Joined: Tue Sep 05, 2017 8:00 am
Location: Bulgaria
Name: Ivailo
Contact:

Re: [Request for bbcode]Skype bbcode

Post by ivailo95 »

i found bbcode for skype
look here
but i suspect that skype icon in the topic is broken how can i fix it?
For REALLY good and VERY cheap hosting CLICK HERE
Watch "Lost in a random" game, it's the best
User avatar
AlfredoRamos
Recognised Extension Developer
Posts: 1302
Joined: Wed Dec 25, 2013 9:06 pm
Location: /dev/null
Name: Alfredo
Contact:

Re: [Request for bbcode]Skype bbcode

Post by AlfredoRamos »

ivailo95 wrote: Fri Aug 17, 2018 8:56 pm i found bbcode for skype
look here
but i suspect that skype icon in the topic is broken how can i fix it?
Ask them...
Some of my phpBB extensions:
:chart_with_upwards_trend: SEO Metadata | Image Markdown | :shield: hCaptcha
:trophy: Check out all my validated extensions :trophy:

:penguin: Arch Linux user | Linux Boards :penguin:
User avatar
ivailo95
Registered User
Posts: 1067
Joined: Tue Sep 05, 2017 8:00 am
Location: Bulgaria
Name: Ivailo
Contact:

Re: [Request for bbcode]Skype bbcode

Post by ivailo95 »

i found it right here
For REALLY good and VERY cheap hosting CLICK HERE
Watch "Lost in a random" game, it's the best
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: [Request for bbcode]Skype bbcode

Post by Raul [ThE KuKa] »

ivailo95 wrote: Fri Aug 17, 2018 8:56 pm i found bbcode for skype
look here
but i suspect that skype icon in the topic is broken how can i fix it?
Skype icon...?
https://www.iconfinder.com/search/?q=skype&price=free
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
ivailo95
Registered User
Posts: 1067
Joined: Tue Sep 05, 2017 8:00 am
Location: Bulgaria
Name: Ivailo
Contact:

Re: [Request for bbcode]Skype bbcode

Post by ivailo95 »

yes,but how can put in it now to fix it?
For REALLY good and VERY cheap hosting CLICK HERE
Watch "Lost in a random" game, it's the best
User avatar
ivailo95
Registered User
Posts: 1067
Joined: Tue Sep 05, 2017 8:00 am
Location: Bulgaria
Name: Ivailo
Contact:

Re: [Request for bbcode]Skype bbcode

Post by ivailo95 »

nah this BBcode doesn't work already..i think it's better to make new version of it
here is the old code of skype bbcode

BBCode usage

Code: Select all

[skype]{INTTEXT}[/skype]
HTML replacement

Code: Select all

<script type="text/javascript" src="http://download.skype.com/share/skypebuttons/js/skypeCheck.js"></script>
<a title="Call me with Skype" href="skype:{INTTEXT}?call"><img src="http://mystatus.skype.com/smallclassic/{INTTEXT}" style="border: none;" width="114" height="20" alt="My status" /></a>
Help line

Code: Select all

Skype: [skype]Skype username[/skype]
For REALLY good and VERY cheap hosting CLICK HERE
Watch "Lost in a random" game, it's the best
User avatar
ivailo95
Registered User
Posts: 1067
Joined: Tue Sep 05, 2017 8:00 am
Location: Bulgaria
Name: Ivailo
Contact:

Re: [Request for bbcode]Skype bbcode

Post by ivailo95 »

:?: :roll: :?
For REALLY good and VERY cheap hosting CLICK HERE
Watch "Lost in a random" game, it's the best
User avatar
ivailo95
Registered User
Posts: 1067
Joined: Tue Sep 05, 2017 8:00 am
Location: Bulgaria
Name: Ivailo
Contact:

Re: [Request for bbcode]Skype bbcode

Post by ivailo95 »

can someone create bbcode for skype which not need to edit files,just bbcode with
html replacement,help line and etc? :roll:
For REALLY good and VERY cheap hosting CLICK HERE
Watch "Lost in a random" game, it's the best
User avatar
ViolaF
I've Been Banned!
Posts: 1609
Joined: Tue Aug 14, 2012 11:52 pm

Re: [Request for bbcode]Skype bbcode

Post by ViolaF »

Just take this, it works:
AbaddonOrmuz wrote: Fri Aug 17, 2018 8:49 pm BBCode template:

Code: Select all

[skype]{IDENTIFIER}[/skype]
HTML replacement:

Code: Select all

<span class="skype-button rounded" data-contact-id="{IDENTIFIER}" data-text="{IDENTIFIER}"></span>
And add just before </body> (styles/{STYLE}/template/overall_footer.html the following script:

Code: Select all

<script src="https://swc.cdn.skype.com/sdk/v1/sdk.min.js"></script>
You can convert it to an extension, so the style won't be modified and will work with any style you have.
No other BBCode found.
Seems no other BBCode exists...
User avatar
ivailo95
Registered User
Posts: 1067
Joined: Tue Sep 05, 2017 8:00 am
Location: Bulgaria
Name: Ivailo
Contact:

Re: [Request for bbcode]Skype bbcode

Post by ivailo95 »

where is this?

Code: Select all

<!-- EVENT overall_footer_content_after -->
	</div>

<!-- EVENT overall_footer_page_body_after -->

<div id="page-footer" class="page-footer" role="contentinfo">
	<!-- INCLUDE navbar_footer.html -->

	<div class="copyright">
		<!-- EVENT overall_footer_copyright_prepend -->
		<p class="footer-row">
			<span class="footer-copyright">{{ CREDIT_LINE }}</span>
		</p>
		<!-- IF TRANSLATION_INFO -->
		<p class="footer-row">
			<span class="footer-copyright">{{ TRANSLATION_INFO }}</span>
		</p>
		<!-- ENDIF -->
		<!-- EVENT overall_footer_copyright_append -->
		<p class="footer-row">
			<a class="footer-link" href="{{ U_PRIVACY }}" title="{{ lang('PRIVACY_LINK') }}" role="menuitem">
				<span class="footer-link-text">{{ lang('PRIVACY_LINK') }}</span>
			</a>
			|
			<a class="footer-link" href="{{ U_TERMS_USE }}" title="{{ lang('TERMS_LINK') }}" role="menuitem">
				<span class="footer-link-text">{{ lang('TERMS_LINK') }}</span>
			</a>
		</p>
		<!-- IF DEBUG_OUTPUT -->
		<p class="footer-row">
			<span class="footer-info">{{ DEBUG_OUTPUT }}</span>
		</p>
		<!-- ENDIF -->
		<!-- IF U_ACP -->
		<p class="footer-row">
			<a class="footer-link text-strong" href="{{ U_ACP }}">{{ lang('ACP') }}</a>
		</p>
		<!-- ENDIF -->
	</div>

	<div id="darkenwrapper" class="darkenwrapper" data-ajax-error-title="{L_AJAX_ERROR_TITLE}" data-ajax-error-text="{L_AJAX_ERROR_TEXT}" data-ajax-error-text-abort="{L_AJAX_ERROR_TEXT_ABORT}" data-ajax-error-text-timeout="{L_AJAX_ERROR_TEXT_TIMEOUT}" data-ajax-error-text-parsererror="{L_AJAX_ERROR_TEXT_PARSERERROR}">
		<div id="darken" class="darken">&nbsp;</div>
	</div>

	<div id="phpbb_alert" class="phpbb_alert" data-l-err="{L_ERROR}" data-l-timeout-processing-req="{L_TIMEOUT_PROCESSING_REQ}">
		<a href="#" class="alert_close">
			<i class="icon fa-times-circle fa-fw" aria-hidden="true"></i>
		</a>
		<h3 class="alert_title">&nbsp;</h3><p class="alert_text"></p>
	</div>
	<div id="phpbb_confirm" class="phpbb_alert">
		<a href="#" class="alert_close">
			<i class="icon fa-times-circle fa-fw" aria-hidden="true"></i>
		</a>
		<div class="alert_text"></div>
	</div>
</div>

</div>

<div>
	<a id="bottom" class="anchor" accesskey="z"></a>
	<!-- IF not S_IS_BOT -->{RUN_CRON_TASK}<!-- ENDIF -->
</div>

<script type="text/javascript" src="{T_JQUERY_LINK}"></script>
<!-- IF S_ALLOW_CDN --><script type="text/javascript">window.jQuery || document.write('\x3Cscript src="{T_ASSETS_PATH}/javascript/jquery.min.js?assets_version={T_ASSETS_VERSION}">\x3C/script>');</script><!-- ENDIF -->
<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script>
<!-- INCLUDEJS forum_fn.js -->
<!-- INCLUDEJS ajax.js -->
<!-- IF S_ALLOW_CDN -->
	<script type="text/javascript">
		(function($){
			var $fa_cdn = $('head').find('link[rel="stylesheet"]').first(),
				$span = $('<span class="fa" style="display:none"></span>').appendTo('body');
			if ($span.css('fontFamily') !== 'FontAwesome' ) {
				$fa_cdn.after('<link href="{T_ASSETS_PATH}/css/font-awesome.min.css" rel="stylesheet">');
				$fa_cdn.remove();
			}
			$span.remove();
		})(jQuery);
	</script>
<!-- ENDIF -->

<!-- IF S_COOKIE_NOTICE -->
	<script src="{T_ASSETS_PATH}/cookieconsent/cookieconsent.min.js?assets_version={T_ASSETS_VERSION}"></script>
	<script>
		if (typeof window.cookieconsent === "object") {
			window.addEventListener("load", function(){
				window.cookieconsent.initialise({
					"palette": {
						"popup": {
							"background": "#0F538A"
						},
						"button": {
							"background": "#E5E5E5"
						}
					},
					"theme": "classic",
					"content": {
						"message": "{LA_COOKIE_CONSENT_MSG}",
						"dismiss": "{LA_COOKIE_CONSENT_OK}",
						"link": "{LA_COOKIE_CONSENT_INFO}",
						"href": "{UA_PRIVACY}"
					}
				});
			});
		}
	</script>
<!-- ENDIF -->

<!-- EVENT overall_footer_after -->

<!-- IF S_PLUPLOAD --><!-- INCLUDE plupload.html --><!-- ENDIF -->
{$SCRIPTS}

<!-- EVENT overall_footer_body_after -->

</body>
</html>
end of this file? :roll:
where is Help line?
For REALLY good and VERY cheap hosting CLICK HERE
Watch "Lost in a random" game, it's the best
User avatar
GanstaZ
Registered User
Posts: 1187
Joined: Wed Oct 11, 2017 10:29 pm
Location: GZOverse

Re: [Request for bbcode]Skype bbcode

Post by GanstaZ »

Example before or after <!-- EVENT overall_footer_after -->
Usus est magister optimus! phpBB pre-Triton & latest php environment.
When answer lies in the question, question becomes redundant!
User avatar
Lumpy Burgertushie
Registered User
Posts: 69223
Joined: Mon May 02, 2005 3:11 am
Contact:

Re: [Request for bbcode]Skype bbcode

Post by Lumpy Burgertushie »

that is in the overall_footer.html file of your style.
you download that file to your computer and open it in a text editor only. then follow the instructions that say just above the </body> tag.

the save the file and upload b ack to the server.

be sure to purge cache after you do this.


the help line will go in the bbcode section where you create the bbcode.


rob ert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
User avatar
ivailo95
Registered User
Posts: 1067
Joined: Tue Sep 05, 2017 8:00 am
Location: Bulgaria
Name: Ivailo
Contact:

Re: [Request for bbcode]Skype bbcode

Post by ivailo95 »

ViolaF wrote: Tue Oct 16, 2018 2:13 pm Just take this, it works:
AbaddonOrmuz wrote: Fri Aug 17, 2018 8:49 pm BBCode template:

Code: Select all

[skype]{IDENTIFIER}[/skype]
HTML replacement:

Code: Select all

<span class="skype-button rounded" data-contact-id="{IDENTIFIER}" data-text="{IDENTIFIER}"></span>
And add just before </body> (styles/{STYLE}/template/overall_footer.html the following script:

Code: Select all

<script src="https://swc.cdn.skype.com/sdk/v1/sdk.min.js"></script>
You can convert it to an extension, so the style won't be modified and will work with any style you have.
No other BBCode found.
Seems no other BBCode exists...
here
where is help line?
i suspect <body> tag in the end of the file
EDIT:
I did it but can't use it more than one time
https://i.imgur.com/BJv3lkA.png like others bbcodes
For REALLY good and VERY cheap hosting CLICK HERE
Watch "Lost in a random" game, it's the best
Post Reply

Return to “Custom BBCode Development and Requests”