Scheduled Maintenance: 10-11-2025 Electricity company maintenance between 09:00 and 15:00.

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

Puchahawa
Users
Users
Posts: 193
Joined: 20 Jun 2015, 17:58
    Windows 7 Chrome

Re: [RC] Smilie Signs

Post by Puchahawa »

Or not! :rolling: At least in my test. I'm running php 5.5.12 Apache 2.4.9

Used signs version 1.0.11. It loads fine and works fine except when the post is created it's missing the smilie. Same issue we came upon due to your site addy in the html repl code. Only issue is, it's the correct info. :wtf:

Took a snap of the source code of the page figuring you might get something out of it. Only thing I see is when it gets to the image addy there is no name for the image shown in the code. Tried using fright and blind signs
3.2rc1 sign.png
EDIT: took the same info on 3.1.10 board and signs version 1.0.11 You can see the smilie name in the url.
tables 1.0.11 on 3.1.10.png
EDIT 15Jan17: just triend again using 1.0.11 on a 3.2 gold board and they work fine. :rolling:
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Puchahawa
Users
Users
Posts: 193
Joined: 20 Jun 2015, 17:58
    Windows 7 Chrome

Re: [RC] Smilie Signs

Post by Puchahawa »

HI Sniper. Was just talking to a few people about the signs ext on the .com site and null came across this interesting expression when using the ext on 3.2.0 Shows up in the registration "terms" page. :wtf: Button works fine just some funky wording. The extension works fine in prosiver for me outside of this.
3.2 registration.png
This is the code for the button from view page source.

Code: Select all

<div class="panel">
		<div class="inner">
		<fieldset class="submit-buttons">
						<input type="submit" name="agreed" id="agreed" value="[sign=agree]text[/sign]" class="button1" />&nbsp;
			<input type="submit" name="not_agreed" value="I do not agree to these terms" class="button2" />
						<input type="hidden" name="change_lang" value="" />

			<input type="hidden" name="creation_time" value="1484529154" />
<input type="hidden" name="form_token" value="bb36e367bdb4d7fc3fceb667f7ced649731c2ceb" />

		</fieldset>
		</div>
	</div>
Looking at it in the developers tools of chrome
reg button.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

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

Re: [RC] Smilie Signs

Post by Sniper_E »

Ah that is a new one found. The language file names for that one will have to be changed to "agrees" and in the template also. I'll have to get home to look at that. I have 3.2.0 installed now so I'll get the fix for that shortly.
Image
No is NEVER an Option and NEVER is the only Option when it comes to Giving Up!™

User avatar

Puchahawa
Users
Users
Posts: 193
Joined: 20 Jun 2015, 17:58
    Windows 7 Chrome

Re: [RC] Smilie Signs

Post by Puchahawa »

Hey sniper, just thought you may want to know that the registration button is funky in 3.1.10 also. Never thought to look at it before. running 1.0.11 version of signs. My live board (3.1.10) is running 1.0.7 of signs and the button issue isn't there.

User avatar

Fast_Eddie
Users
Users
Posts: 279
Joined: 15 Aug 2015, 20:25
    Windows 7 Firefox

Re: [RC] Smilie Signs

Post by Fast_Eddie »

Puchahawa wrote: 16 Jan 2017, 02:22 HI Sniper. Was just talking to a few people about the signs ext on the .com site and null came across this interesting expression when using the ext on 3.2.0 Shows up in the registration "terms" page. :wtf: Button works fine just some funky wording. The extension works fine in prosiver for me outside of this.

3.2 registration.png

This is the code for the button from view page source.

Code: Select all

<div class="panel">
		<div class="inner">
		<fieldset class="submit-buttons">
						<input type="submit" name="agreed" id="agreed" value="[sign=agree]text[/sign]" class="button1" />&nbsp;
			<input type="submit" name="not_agreed" value="I do not agree to these terms" class="button2" />
						<input type="hidden" name="change_lang" value="" />

			<input type="hidden" name="creation_time" value="1484529154" />
<input type="hidden" name="form_token" value="bb36e367bdb4d7fc3fceb667f7ced649731c2ceb" />

		</fieldset>
		</div>
	</div>
Looking at it in the developers tools of chrome

reg button.png
Same issue for me on 3.1.10
:beers: Retirement 2024!

User avatar

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

Re: [RC] Smilie Signs

Post by Sniper_E »

Yes the agree needs to be changed to agrees. They had the agree class/language first.

smiliesigns/language/en/common.css

Code: Select all

'AGREES_TITLE' => 'Agree'

Lower down

'AGREES' => '[sign=agrees]text[/sign]
styles/all/template/smiliessigns_posting_editor_button.html

Code: Select all

line 16
[sign=agrees] (to the right) [L_AGREES_TITLE]

Lowe down line 143
[L_AGREES] (to the right) [L_AGREES_TITLE]
.com has a few changes they pointed out I will have to fix. I'll fix that also..

[ Post made via Samsung Galaxy S5 Active ] Image

User avatar

moffacostanzo
Users
Users
Posts: 151
Joined: 30 Oct 2015, 10:34
    Windows 7 Firefox

Re: [RC] Smilie Signs

Post by moffacostanzo »

I have a problem with a friends
Cattura.JPG
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Puchahawa
Users
Users
Posts: 193
Joined: 20 Jun 2015, 17:58
    Windows 7 Chrome

Re: [RC] Smilie Signs

Post by Puchahawa »

Jrolson just came out with a version of aero for 3.2 so doing some testing. Everything is working correctly. I know, amazing. :w00t:
running 3.2.0, signs 1.0.11 and abbc3 3.1.3. Did notice one minor edit. smiliesigns/style/aero/theme/smilie signs.css line 11 styles/aero_black/theme

aero_black vs aero black. need to clear browser cache to see the edit or the post doesn't show.
aero 32 signs.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

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

Re: [RC] Smilie Signs

Post by Sniper_E »

Will check it.

[ Post made via Samsung Galaxy S5 Active ] Image

User avatar

waltons73
Users
Users
Posts: 4
Joined: 10 Feb 2017, 22:40
    Windows 10 Chrome

Re: [RC] Smilie Signs

Post by waltons73 »

HI Sniper,

I'm trying get your smilesign extention work on phpbb version 3.2 i install the extention but when i try used the smile sign the smilesign doesn't show only the text like this

Code: Select all

 [sign=byebye]test[/sign] 
and i read all the previous post on this thread and none seam to work and i'm trying it on my test board that does not have any bbcode listed any suggestions would be helpful thanks

only extentions i'm using is


EXTENSION NAME CURRENT VERSION OPTIONS ACTIONS
Enabled Extensions
Board Announcements 1.0.4 Details Disable
s9e/mediaembed 20170116 Details Disable
Smilie Signs 1.0.3 Details Disable
VigLink

User avatar

Puchahawa
Users
Users
Posts: 193
Joined: 20 Jun 2015, 17:58
    Windows 7 Chrome

Re: [RC] Smilie Signs

Post by Puchahawa »

Waltons73, if it's correct that your using version 1.0.3 that would be the problem. the current version is 1.0.11 You can download it on the first page of this topic. :D

User avatar

waltons73
Users
Users
Posts: 4
Joined: 10 Feb 2017, 22:40
    Windows 10 Chrome

Re: [RC] Smilie Signs

Post by waltons73 »

Thanks I got it working now

User avatar

jan_2017
Users
Users
Posts: 203
Joined: 05 Feb 2017, 10:21
    Android Chrome

Re: [RC] Smilie Signs

Post by jan_2017 »

I've got one Problem.

my smilie sign looks like :wtf: :yikes:

i put in my prosilver color.css here.

where i took s mistake ??? :wall:

thanks

[ Post made via Android ] Image
You do not have the required permissions to view the files attached to this post! Maybe your post count is too low.

User avatar

Ant
Users
Users
Posts: 14
Joined: 17 Jan 2017, 16:27
    Windows 7 Chrome

Re: [RC] Smilie Signs

Post by Ant »

For me everything works fine for posts and mchat on the index page but mchat on the portal page doesnt show the smile like in this post [RC] Smilie Signs

I have tried fixing this myself but I can figure out what is wrong. I am using Talanos mchat portal extension.

User avatar

dmzx
Founder
Founder
Posts: 6469
Joined: 13 Jan 2014, 21:45
    Windows 10 Chrome

Re: [RC] Smilie Signs

Post by dmzx »

Ant wrote: 24 Apr 2017, 17:52 for me everything works fine for posts and mchat on the index page but mchat on the portal page doesnt show the smile like in this post [RC] Smilie Signs

I have tried fixing this myself but I can figure out what is wrong. I am using Talanos mchat portal extension.
Is your forum/portal in root folder?

in smiliesigns_posting_editor_button.html the img looks to {ROOT_PATH} you can try to change it to {BOARD_URL}

Post Reply Previous topicNext topic