3.1.x Extensions Database 3.1 / 3.2[RC] Smilie Signs

<span class="qte-attr qte_31_32-qte">3.1.x &amp; 3.2.x</span>
User avatar

Topic Author
Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Chrome

[RC] Smilie Signs

Post by Sniper_E »

Extension Name: Smilie Signs

Extension Version:
1.0.2

Author: Sniper_E

Special thanks to: dmzx, martin and my main man Puchahawa

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



Screenshot:


Extension Download: smiliesigns_1.0.2.zip

Installation:
  1. Download the latest release and unzip.
  2. In the `ext` directory of your phpBB board, create a new directory named `sniper` (if it does not already exist).
  3. Copy the `smiliesigns` folder to `/ext/sniper/` if done correctly, you'll have the main extension class at (your forum root)/ext/sniper/smiliesigns/composer.json
  4. Navigate in the ACP to `Customise -> Manage extensions`
  5. Look for `Smilie Signs` under the Disabled Extensions list, and click its `Enable` link.
Upgrade:
  1. Disable smiliesigns extension and delete data.
  2. Delete existing sign= BBCode in ACP/Posting tab.
  3. Delete all old files from server.
  4. Upload new 1.0.11 files to server.
  5. Enable smiliesigns extension and clear server cache.
Last edited by Sniper_E on 10 Jul 2018, 18:25, edited 55 times in total.
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

User avatar

dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: Smilie Signs

Post by dmzx »

Nice one

User avatar

Solidjeuh
Donator
Donator
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Smilie Signs

Post by Solidjeuh »

Just installed, but not working
I choose a smiley, but it's not being added in the text field.. nothing happens ..
Forum voor NL Extensie vertalingen ---> https://www.supportforum.be
----------------------------------------------------------------------------

User avatar

Midway
Translators
Translators
Posts: 115
Joined: 08 Dec 2014, 10:27
    Windows 7 Firefox

Re: Smilie Signs

Post by Midway »

tested, very good

User avatar

Topic Author
Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Re: Smilie Signs

Post by Sniper_E »

Solidjeuh wrote:Just installed, but not working
I choose a smiley, but it's not being added in the text field.. nothing happens ..
Thank you for reporting. Do you think you are having a conflict with another bbcode extension?
Let me know what other extension you have installed that uses bbCodes and I will test it.

EDIT: I tell you what... let's just side step this conflict.
I'll change styles/all/template/smiliesigns_posting_editor_buttons.html to prevent conflicts with other bbCode extensions.

First post download updated using this line of codes...

Code: Select all

	<select class="gensmall" name="smiliesign" onchange="bbfontstyle('[sign=' + this.form.smiliesign.options[this.form.smiliesign.selectedIndex].value + '', '[/sign]');this.form.smiliesign.selectedIndex = 0;" title="{L_BBCODE_SIGN_HELP}" style="height: 21px;">
[sign=club]That better fix any future problems like this![/sign]
Last edited by Sniper_E on 09 Oct 2015, 08:24, edited 4 times in total.

User avatar

Solidjeuh
Donator
Donator
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Smilie Signs

Post by Solidjeuh »

Still the same problem..
I use:

Extension that use Bbcodes:
Board Announcements
Newsletter
Pages
phpBB Arcade
Quickedit
Username BBCode
'' Posting Buttons ''

User avatar

dmzx
Founder
Founder
Posts: 6466
Joined: 13 Jan 2014, 21:45
    Windows 8 Firefox

Re: Smilie Signs

Post by dmzx »

I changed here the code to:

Code: Select all

<select class="gensmall" name="addbbcode22" onchange="bbfontstyle('[sign=' + this.form.addbbcode22.options[this.form.addbbcode22.selectedIndex].value + '', '[/sign]');this.form.addbbcode22.selectedIndex = 0;" title="{L_BBCODE_SIGN_HELP}" style="height: 21px;">
Purge cache :wink:

User avatar

Solidjeuh
Donator
Donator
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Smilie Signs

Post by Solidjeuh »

Also the search button is changing color when I enable this

Enabled:
2015-10-09 15 19 28.png
Disabled:
2015-10-09 15 19 49.png
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Solidjeuh
Donator
Donator
Posts: 348
Joined: 13 Dec 2014, 02:40
    Windows 10 Firefox

Re: Smilie Signs

Post by Solidjeuh »

dmzx wrote:I changed here the code to:

Code: Select all

<select class="gensmall" name="addbbcode22" onchange="bbfontstyle('[sign=' + this.form.addbbcode22.options[this.form.addbbcode22.selectedIndex].value + '', '[/sign]');this.form.addbbcode22.selectedIndex = 0;" title="{L_BBCODE_SIGN_HELP}" style="height: 21px;">
Purge cache :wink:
I did.. you can test yourself if you want:
Login: Testaccount
Pasw: Testaccount

English support - ~ Arcadeplaats ~
Last edited by Solidjeuh on 09 Oct 2015, 15:27, edited 1 time in total.

User avatar

Topic Author
Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Re: Smilie Signs

Post by Sniper_E »

Solidjeuh wrote:Also the search button is changing color when I enable this.
There is a search smilie that uses the search class in the selection icons. I will have to change that.

Let me look into this. It's weird that name="smiliesign" wouldn't side step a conflict and work.

EDIT:
@ Solidjeuh, looking at your source codes on your site you have two smiliesigns selections.

Source codes in posting 0n line 201 begins one of them and on line 407 begins the other one.

Code: Select all

// Line 201 after username bbcodes.
	<select class="gensmall" name="smiliesign" onchange="bbfontstyle('[sign=' + this.form.smiliesign.options[this.form.smiliesign.selectedIndex].value + '', '[/sign]');this.form.smiliesign.selectedIndex = 0;" title="Smilie sign: [sign=name]text[/sign]" style="height: 21px;">

// Line 407 after username bbcodes.
		<select class="gensmall" name="smiliesign" onchange="bbfontstyle('[sign=' + this.form.smiliesign.options[this.form.smiliesign.selectedIndex].value + '', '[/sign]');this.form.smiliesign.selectedIndex = 0;" title="Smilie sign: [sign=name]text[/sign]" style="height: 21px;">
Yes you have two username bbcodes going on also. Check your files in your extensions.

The smiliesigns has only three files in the template/event/ directory...
dmzx_mchat_buttons_after.html - overall_header_head_append.html - posting_editor_buttons_custom_tags_before.html

You have some code duplicated somewhere listing those two extensions twice.
Last edited by Sniper_E on 09 Oct 2015, 17:00, edited 1 time in total.

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Smilie Signs

Post by martin »

Not looked but sounds like 2 or more events with the same name ?
Image

User avatar

Topic Author
Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Re: Smilie Signs

Post by Sniper_E »

Yes just added to my post above. username and smiliesigns are duplicated on his site.

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Smilie Signs

Post by martin »

Extension Download: Searching conflicts... stay tuned. Image i wanted to install it and test this version do i really have to go steal it :rolling:

User avatar

Topic Author
Sniper_E
VIP
VIP
Posts: 1157
Joined: 14 Oct 2014, 19:01
    Windows 10 Firefox

Re: Smilie Signs

Post by Sniper_E »

First post updated.
Last edited by Sniper_E on 09 Oct 2015, 17:25, edited 1 time in total.

User avatar

martin
Admin
Admin
Posts: 5105
Joined: 06 Apr 2014, 16:12
    Linux Chrome

Re: Smilie Signs

Post by martin »

Yup confirm no input within the forum :rolling:

works perfect on fresh install
Last edited by martin on 09 Oct 2015, 17:12, edited 1 time in total.

Post Reply Previous topicNext topic