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
-
Ant
- Users

- Posts: 14
- Joined: 17 Jan 2017, 16:27
Re: [RC] Smilie Signs
Yes it is. I also tried putting board_url as well but the actual smilie image still doesnt show when in mchat on the portal page but if I go to mchat on the index it shows.
-
dmzx
- Founder

- Posts: 6469
- Joined: 13 Jan 2014, 21:45
Re: [RC] Smilie Signs
Can you PM me the mchat portal? Talonos site is down..Ant wrote: 24 Apr 2017, 18:56 yes it is. I also tried putting board_url as well but the actual smilie image still doesnt show when in mchat on the portal page but if I go to mchat on the index it shows.
-
Ant
- Users

- Posts: 14
- Joined: 17 Jan 2017, 16:27
Re: [RC] Smilie Signs
Pm'd sir.
edit: I fixed this issue with mchat on portal by changing the BBcode that the extension installs from
to
edit: I fixed this issue with mchat on portal by changing the BBcode that the extension installs from
Code: Select all
<img src="./ext/sniper/smiliesigns/images/sign_{SIMPLETEXT}.gif" alt="" />Code: Select all
<img src="my website url/ext/sniper/smiliesigns/images/sign_{SIMPLETEXT}.gif" alt="" />-
martin
- Admin

- Posts: 5106
- Joined: 06 Apr 2014, 16:12
Re: [RC] Smilie Signs
This would be better then it would show on all pages if needed at any time.
html
php would be {root_path}ext/
Code: Select all
{ROOT_PATH}exthtml
Code: Select all
<img src="{ROOT_PATH}ext/sniper/smiliesigns/images/sign_{SIMPLETEXT}.gif" alt="" />
-
Sniper_E
- VIP

- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: [RC] Smilie Signs
Version 1.0.2 on first post using {ROOT_PATH}
-
seacoast
- Users

- Posts: 159
- Joined: 28 Aug 2017, 19:58
Re: [RC] Smilie Signs
Just wondering how to get this to work...I installed it but can't find anything when posting.
-
Sniper_E
- VIP

- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: [RC] Smilie Signs
Maybe I should provide instructions with this. You are not the first to ask.
When posting a reply the smilie sign icon is in with the bbcodes.
When you click the smilie sign icon, the Smilies to the right change to the Sign = Smilies choices.
You can click on any smilie to select a sign. You can click on the Sign = Smilies title to see smilie sign examples.
When posting a reply the smilie sign icon is in with the bbcodes.
When you click the smilie sign icon, the Smilies to the right change to the Sign = Smilies choices.
You can click on any smilie to select a sign. You can click on the Sign = Smilies title to see smilie sign examples.
-
seacoast
- Users

- Posts: 159
- Joined: 28 Aug 2017, 19:58
Re: [RC] Smilie Signs
Nice! I see it now...only thing is I don't get the vertical stick holding the sign. Just the bubble.
-
Sniper_E
- VIP

- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: [RC] Smilie Signs
Yes some styles do not have a .forabg background image. Aero black style was that way also, for example.
That style had a .png image to make a background. Your custom style may be the same.
You can copy the prosilver/ directory to a new directory with your style's name. In there link to your style's background image.
Code: Select all
/* Posted smilie sign custom classes - aero style */
.sign-wrap { text-align: center;padding:0;display: inline-block; }
.sign-head { background-color: #C3C3C3;background-image: url("./../../../../../../styles/aero_black/theme/images/header_black.png");background-position: top right;border: 1px solid #777;padding: 10px;min-height: 20px;margin: 6px 6px 0 !important;border-radius: 20px !important;background-repeat: repeat;box-shadow: none; }
.sign-inner { border: 1px solid #777;padding: 6px 10px !important;margin: 0;border-radius: 10px !important; }
.sign-img { background-image: url("./../../../../../../styles/aero_black/theme/images/header_black.png");padding: 0;margin: 0 !important;background-size: 6px 42px;background-repeat: no-repeat;background-color: transparent;background-position: center top;border: none;box-shadow: none }
.sign-inner img { vertical-align: middle; }You can copy the prosilver/ directory to a new directory with your style's name. In there link to your style's background image.
-
seacoast
- Users

- Posts: 159
- Joined: 28 Aug 2017, 19:58
Re: [RC] Smilie Signs
Just noticed it causes errors with Board Announcements (phpbb official ext.)
-
Sniper_E
- VIP

- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: [RC] Smilie Signs
I have both of those installed. Where is it stated conflict? I will look into it.
[ Post made via Samsung Galaxy S5 Active ]
[ Post made via Samsung Galaxy S5 Active ]

-
seacoast
- Users

- Posts: 159
- Joined: 28 Aug 2017, 19:58
Re: [RC] Smilie Signs
I also have ABBC installed, perhaps that's where the error is coming from? The error(s) are in the ACP when opening Board Announcements.Sniper_E wrote: 11 Nov 2017, 19:02 I have both of those installed. Where is it stated conflict? I will look into it.
[ Post made via Samsung Galaxy S5 Active ]![]()
-
Puchahawa
- Users

- Posts: 193
- Joined: 20 Jun 2015, 17:58
Re: [RC] Smilie Signs
Seacoast it would be helpful if you could copy/paste the errors your seeing into this topic so we all can see them.
Along with the versions of the extensions your using and the version of your board.
EDIT Sniper_E testing on 3.2.0 board with announcements (1.0.5), signs (1.1.0) and abbc3 (3.1.4). Get the following error when accessing the board annoucement settings page under ext tab.
Going to update signs to 1.0.2 and check. Checked with signs 1.0.2 and same error.
EDIT Sniper_E testing on 3.2.0 board with announcements (1.0.5), signs (1.1.0) and abbc3 (3.1.4). Get the following error when accessing the board annoucement settings page under ext tab.
Code: Select all
Fatal error: Uncaught exception 'Twig_Error_Loader' with message 'Unable to find template "@sniper_smiliesigns/event/vse_abbc3_posting_editor_buttons_custom_tags_before.html" (looked into: ) in "@vse_abbc3/abbc3_posting_buttons.html" at line 204.' in C:\wamp\www\BB32\vendor\twig\twig\lib\Twig\Loader\Filesystem.php on line 215
( ! ) Twig_Error_Loader: Unable to find template "@sniper_smiliesigns/event/vse_abbc3_posting_editor_buttons_custom_tags_before.html" (looked into: ) in "@vse_abbc3/abbc3_posting_buttons.html" at line 204. in C:\wamp\www\BB32\vendor\twig\twig\lib\Twig\Loader\Filesystem.php on line 215-
Sniper_E
- VIP

- Posts: 1157
- Joined: 14 Oct 2014, 19:01
Re: [RC] Smilie Signs
Awesome, good Ino there guys. Let me check those event templates @ND get a fix.
Edit: I wonder if I fixed that already at https://github.com/Sniper-E/smiliesigns
[ Post made via Samsung Galaxy S5 Active ]
Edit: I wonder if I fixed that already at https://github.com/Sniper-E/smiliesigns
[ Post made via Samsung Galaxy S5 Active ]

