inherit
226544
0
Oct 5, 2018 10:29:39 GMT -8
Ulises
4,881
November 2015
umacklin
Ulises Weirdo
|
Post by Ulises on Apr 14, 2016 15:37:49 GMT -8
www.proboards.com/library/plugins/item/1279 I deleted this plugin from the library. I don't think two functions is worth an entire plugin for, especially for something as trivial as this. If you would still like this plugin or if enough people request it I'll post it on dropbox or github. Installation instructions: Go to your Layout Templates > Thread > Post List (tab) and look for this line of code: <div class="controls"> and insert this right below it: <button type = "button" class = "speed-tag-button">SpeedTag!</button> I've made the plugin editable so you can change the CSS of the button to your liking and customize it! Attachment for those who still want the plugin: Attachments:SpeedTag.pbp (819 B)
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,846
January 2015
msg
|
Post by Lynx on Apr 14, 2016 16:52:29 GMT -8
I was thinking of doing something like this, Ulises, but you beat me to it. I've got Brian's Custom Profile Creator on one of my forums - I'll give this a run with it there tomorrow.
|
|
inherit
226544
0
Oct 5, 2018 10:29:39 GMT -8
Ulises
4,881
November 2015
umacklin
Ulises Weirdo
|
Post by Ulises on Apr 14, 2016 17:49:42 GMT -8
I was in the process of making a bigger plugin and this came unexpectedly as a side effect! Oddly, I had this idea while I was half asleep when my mind decides to finally work on figuring out bugs.
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Apr 14, 2016 23:41:54 GMT -8
QuickTag sounds better to me. Since it follows the naming convention of quick reply. Not speed reply. I don't know if it's because I'm picky but putting punctuation on a button seems to be overkill. But of course this can be edited to a user's liking in the plugin.
|
|
inherit
216224
0
Aug 1, 2024 1:18:46 GMT -8
Quozzo
408
November 2014
quozzo
|
Post by Quozzo on Apr 15, 2016 3:38:14 GMT -8
Wouldn't it be easier to insert the button via JavaScript. Plugins should be self contained awesomeness. At least that's how I see them. People tend to gloss over the small print.
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Apr 15, 2016 15:22:01 GMT -8
I like being able to customize precisely where the button displays, personally, so this works out nicely in that regard
|
|
inherit
226544
0
Oct 5, 2018 10:29:39 GMT -8
Ulises
4,881
November 2015
umacklin
Ulises Weirdo
|
Post by Ulises on Apr 15, 2016 17:20:57 GMT -8
QuickTag sounds better to me. Since it follows the naming convention of quick reply. Not speed reply. I don't know if it's because I'm picky but putting punctuation on a button seems to be overkill. But of course this can be edited to a user's liking in the plugin. Haha yeah, didn't really put much thought in the name. Really the point of this was to make it as customizable as possible.
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 21, 2024 12:07:12 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 16, 2016 0:41:26 GMT -8
Hi, UlisesHow would I remove the space if this possible Steve
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Apr 16, 2016 0:44:26 GMT -8
@xsteveuk you could add a negative margin to pull it closer. such as
<button type = "button" class = "speed-tag-button" style="margin-right: -2px;">SpeedTag!</button>
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 21, 2024 12:07:12 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 16, 2016 1:10:20 GMT -8
@xsteveuk you could add a negative margin to pull it closer. such as <button type = "button" class = "speed-tag-button" style="margin-right: -2px;">SpeedTag!</button> Thank You That Worked setting it to -6px; Thanks again for your help Steve
|
|
inherit
224902
0
Feb 15, 2017 12:50:39 GMT -8
Matt
2,940
September 2015
mattyboo1
|
Post by Matt on Apr 20, 2016 14:58:17 GMT -8
I made another thing which can be found here: www.proboards.com/library/plugins/item/1279Be sure to follow theses instructions once you have installed the plugin: Go to your Layout Templates > Post List and look for this line of code: <div class="controls"> and insert this right below it: <button type = "button" class = "speed-tag-button">SpeedTag!</button> I've made the plugin editable so you can change the CSS of the button to your liking and customize it! I haven't tested them on Custom Profiles made by Brian's plugin, but they should work! UlisesI added in the plugin and put the code in the right spot and the button isn't showing on my forum
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 21, 2024 12:07:12 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 21, 2016 10:11:54 GMT -8
I made another thing which can be found here: www.proboards.com/library/plugins/item/1279Be sure to follow theses instructions once you have installed the plugin: Go to your Layout Templates > Post List and look for this line of code: <div class="controls"> and insert this right below it: <button type = "button" class = "speed-tag-button">SpeedTag!</button> I've made the plugin editable so you can change the CSS of the button to your liking and customize it! I haven't tested them on Custom Profiles made by Brian's plugin, but they should work! Ulises I added in the plugin and put the code in the right spot and the button isn't showing on my forum Hi, I am seeing the button on your site - By clicking on board - thread
|
|
inherit
226544
0
Oct 5, 2018 10:29:39 GMT -8
Ulises
4,881
November 2015
umacklin
Ulises Weirdo
|
Post by Ulises on Apr 21, 2016 10:34:46 GMT -8
Matt Looks like it's in the wrong spot based on @xsteveuk's screenshot, does the plugin work? Is this on chatterbox?
|
|
inherit
224902
0
Feb 15, 2017 12:50:39 GMT -8
Matt
2,940
September 2015
mattyboo1
|
Post by Matt on Apr 21, 2016 11:23:39 GMT -8
Matt Looks like it's in the wrong spot based on @xsteveuk's screenshot, does the plugin work? Is this on chatterbox? this is on the chatterbox, and the button doesn't do anything, I'm not sure why it put it in the wrong spot
|
|
inherit
226544
0
Oct 5, 2018 10:29:39 GMT -8
Ulises
4,881
November 2015
umacklin
Ulises Weirdo
|
Post by Ulises on Apr 21, 2016 11:33:03 GMT -8
Matt If you haven't done so already you need to do this: If you have, can I ask which theme you've done this on?
|
|