[3.2][3.3][DEV] Smilie Signs

A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
Scam Warning
Forum rules
READ: phpBB.com Board-Wide Rules and Regulations

IMPORTANT: Extensions Development rules

IMPORTANT FOR NEEDED EVENTS!!!
If you need an event for your extension please read this for the steps to follow to request the event(s)
User avatar
Sniper_E
Registered User
Posts: 1200
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey

[3.2][3.3][DEV] Smilie Signs

Post by Sniper_E »

Extension Name: Smilie Signs
Image Image
Author: Sniper_E

Extension Description: Posts an animated smilie holding a sign up with your message in it.
Image

Extension Download: smiliesigns_1.0.5.zip
Github: Github/Sniper-E/smiliesigns

Installation:
  1. Download the latest release and unzip content.
  2. Copy the contents to ext/sniper/smiliesigns/
  3. Enable extension in the ACP
Enjoy!
Last edited by Sniper_E on Wed Aug 30, 2023 10:11 pm, edited 48 times in total.
Image . -.. / .... ..- -- .--. .... .-. . -.--
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

:!: Sniper_E Styles | phpbbmodders :!:
User avatar
lopoto
Registered User
Posts: 111
Joined: Thu Feb 12, 2015 3:13 pm

Re: [RC] Smilie Signs

Post by lopoto »

cool thx :mrgreen:
User avatar
Puchahawa
Registered User
Posts: 769
Joined: Sat Jan 01, 2011 10:33 pm
Name: Randy

Re: [RC] Smilie Signs

Post by Puchahawa »

Seem to be having a glitch of some sort. Enabled the extension but the drop down box doesn't show. I I have abbc3 v 3.1.1 on my test board (running 3.1.6) and if I disable it the drop down shows. If I enable abbc3 again it doesn't. Wonder if it has to do with the version or something? :?: :?:

Testing using prosilver.

Tried disabling and re-enabling this extension but no difference. So I tried removing the files and replacing them with new. Still no go. Any ideas?
Avatar courtesy of artist Faith Coyotë
User avatar
Sniper_E
Registered User
Posts: 1200
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey

Re: [RC] Smilie Signs

Post by Sniper_E »

I'm sorry Puchahawa, your abbc3 v 3.1.1 would need to be updated to abbc3 v 3.1.2

This smilie signs extension uses the EVENT
vse_abbc3_posting_editor_buttons_custom_tags_before.html
to pull the smilie signs into the abbc3 extension.

This is the topic requesting that EVENT added...
https://www.phpbb.com/customise/db/exte ... 41#p455741
I show a quick fix for his extension in my first post there, if you do not want to update yet.
Image . -.. / .... ..- -- .--. .... .-. . -.--
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

:!: Sniper_E Styles | phpbbmodders :!:
User avatar
alhitary
Registered User
Posts: 868
Joined: Wed Jan 17, 2007 7:51 am
Location: ROY
Name: Bassel Taha

Re: [RC] Smilie Signs

Post by alhitary »

Code: Select all

		'BLACKEYE_TITLE'			=> 'Blackeye',
		'BLAHBLAH_TITLE'			=> 'BlahBlah',
		'BLACKEYE_TITLE'			=> 'BlackEye',
The line Blackeye is repeated 2 times in above and 2 times in down lines ( Where it mentioned that Do Not Edit Below This Line. )
Is that Ok or there is a mistake ?
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco

Re: [RC] Smilie Signs

Post by 3Di »

@ Sniper_E : don't you have a github repository?
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
User avatar
Puchahawa
Registered User
Posts: 769
Joined: Sat Jan 01, 2011 10:33 pm
Name: Randy

Re: [RC] Smilie Signs

Post by Puchahawa »

Thanks for the quick response Sniper_E. Made that edit for the Abbc3 ext and works great. Love the ext. Found a simple bbcode several months ago that added 1 sign like this. Love the option of so many. Keep up the good work. :D
Avatar courtesy of artist Faith Coyotë
User avatar
Sniper_E
Registered User
Posts: 1200
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey

Re: [RC] Smilie Signs

Post by Sniper_E »

That does not effect the extension any but one of those lines do need to be removed.
Thank you for reporting that typo alhitary.

I would/will correct those lines like this...

Code: Select all

		'BIG_BOSS_TITLE'			=> 'Big_Boss',
		'BLACKEYE_TITLE'			=> 'BlackEye',
		'BLAHBLAH_TITLE'			=> 'BlahBlah',
		'BLUSH_TITLE'				=> 'Blush',
Then you can edit these lines above for your language.

And lower in the page correct those lines like this...

Code: Select all

		'BIG_BOSS'					=> 'big_boss',
		'BLACKEYE'					=> 'blackeye',
		'BLAHBLAH'					=> 'blahblah',
		'BLUSH'						=> 'blush',
And do not edit these line above.

@ 3Di - No I have not set this up on github yet. I should start a new repository for this.
Image . -.. / .... ..- -- .--. .... .-. . -.--
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

:!: Sniper_E Styles | phpbbmodders :!:
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco

Re: [RC] Smilie Signs

Post by 3Di »

Sniper_E wrote:@ 3Di - No I have not set this up on github yet. I should start a new repository for this.
Sorry I meant a github account, nvm.. found it. ;)
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
User avatar
alhitary
Registered User
Posts: 868
Joined: Wed Jan 17, 2007 7:51 am
Location: ROY
Name: Bassel Taha

Re: [RC] Smilie Signs

Post by alhitary »

Sniper_E wrote:That does not effect the extension any but one of those lines do need to be removed.
Thank you for reporting that typo alhitary.

I would/will correct those lines like this...

Code: Select all

		'BIG_BOSS_TITLE'			=> 'Big_Boss',
		'BLACKEYE_TITLE'			=> 'BlackEye',
		'BLAHBLAH_TITLE'			=> 'BlahBlah',
		'BLUSH_TITLE'				=> 'Blush',
Then you can edit these lines above for your language.

And lower in the page correct those lines like this...

Code: Select all

		'BIG_BOSS'					=> 'big_boss',
		'BLACKEYE'					=> 'blackeye',
		'BLAHBLAH'					=> 'blahblah',
		'BLUSH'						=> 'blush',
And do not edit these line above.
I updated and sent Arabic Translation to you by PM.
Plz add it.
Thanks
User avatar
Sniper_E
Registered User
Posts: 1200
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey

Re: [RC] Smilie Signs

Post by Sniper_E »

alhitary wrote:I updated and sent Arabic Translation to you by PM.
Plz add it.
Thanks
I will add your Arabic Translation alhitary. Thank you!
3Di wrote:Sorry I meant a github account, nvm.. found it. ;)
I set that github up online a log time ago but I could never figure it out.
I just tried again and failed with errors when trying to publish this extension.

I read a topic somewhere where Wolf gave instructions on how to setup a github account.
I'll have to find that again and go through her instructions. I'm lost there...
Image . -.. / .... ..- -- .--. .... .-. . -.--
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

:!: Sniper_E Styles | phpbbmodders :!:
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco

Re: [RC] Smilie Signs

Post by 3Di »

Sniper_E wrote:
3Di wrote:Sorry I meant a github account, nvm.. found it. ;)
I set that github up online a log time ago but I could never figure it out.
I just tried again and failed with errors when trying to publish this extension.

I read a topic somewhere where Wolf gave instructions on how to setup a github account.
I'll have to find that again and go through her instructions. I'm lost there...
Well, I signed up in 2010 and started using it about 2 months ago. :) :lol: I faced the same probs.
Maybe that Topic is outdated, anyway...
Just start a Topic there into the Ext Writers Forum, I will be more than glad to help you figuring it out.
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades
User avatar
Sniper_E
Registered User
Posts: 1200
Joined: Wed May 09, 2007 12:18 am
Location: Shreveport, Louisiana
Name: Ed Humphrey

Re: [RC] Smilie Signs

Post by Sniper_E »

3Di wrote:I will be more than glad to help you figuring out how to setup github.
Thank you for the offer 3Di and I almost called on you... :arrow: https://github.com/Sniper-E/smiliesigns
@ alhitary, your language file is added. Thank you :!:
Image . -.. / .... ..- -- .--. .... .-. . -.--
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!

:!: Sniper_E Styles | phpbbmodders :!:
User avatar
alhitary
Registered User
Posts: 868
Joined: Wed Jan 17, 2007 7:51 am
Location: ROY
Name: Bassel Taha

Re: [RC] Smilie Signs

Post by alhitary »

Sniper_E wrote: https://github.com/Sniper-E/smiliesigns
@ alhitary, your language file is added. Thank you :!:
Thanks
And good to create account for you on Github
User avatar
3Di
I've Been Banned!
Posts: 17538
Joined: Mon Apr 04, 2005 11:09 pm
Location: I'm with Ukraine 🇺🇦
Name: Marco

Re: [RC] Smilie Signs

Post by 3Di »

Sniper_E wrote:
3Di wrote:I will be more than glad to help you figuring out how to setup github.
Thank you for the offer 3Di and I almost called on you... :arrow: https://github.com/Sniper-E/smiliesigns
Well done! :) Every coder should use it. ;)

BTW.. very nice extension, also funny. :)
🆓 Free support for our extensions also provided here: phpBB Studio
🚀 Looking for a specific feature or alternative option? We will rock you!
Please PM me only to request paid works. Thx. Buy me a coffee -> Image
My development's activity º PhpStorm's proud user º Extensions, Scripts, MOD porting, Update/Upgrades

Return to “Extensions in Development”