Would love to have an item button next to the image button when creating posts on forums.

:dmg:dark: Wishlist! :dmg:dark:
ππ
Seasonal Events
ππ
ππ
[tp=Itachi_Siller] // [egg=Itachi_Siller] // //
I would use this all the time!!
In loving memory of Need posting achievements?Then join Posting Frenzy Achievement Items - searchable list List of Borders and cutouts New at Fresh and Flavorful Ping Group
This would be incredibly helpful! Iβm on an iPad most of the time, so I have to keep switching the keyboard back and forth. I usually just wait until I can get on a PC so itβs easier.
This would be sooooo helpful!! I fully support this request
Yes yes yes yes yes.
SELL ME FOOD PLS? π‘Ί CLICK HERE π‘ΈThis would be really useful, especially on mobile where I have to press multiple buttons just to get to the square brackets on my phone's keyboard.
or it could work like the image scode button, which brings up a text box for you to enter the URL (in this case the item name) so it can generate the code.
i'd also love a similar feature for inserting links, so you could just highlight the text you want to convert into a link, click the button, paste the link into the text box, and have the scode tags applied to your selected textβor, if no text is selected, just plop the tags down with nothing in between like how the text styling buttons work.
YES please!! :D
This would be a great addition, all users would have to do is spell the item correctly.
Yes! It'd be ever better if it had an option to turn on predictive text in the input field for the item name.
Spartan Forever.
Full and complete support. Iβve wanted this since the other buttons were implemented and would use it super often, particularly in the advertising forums.
i didn't know i needed this til right now... support
β¨
Good lord in heaven this would be such an amazing feature to add to the site ;-; my vote is YES
I guess when this is added to the formatting.js
function insertItem(contentbox) {
var content = document.getElementById(contentbox);
var itemname = prompt("Please enter the itemname:");
if(itemname != null) {
content.value = content.value + "[item=" + itemname + "]";
}
}
and this next to the image button:
item
To add Links with one button I would try to add this directly as button:
link
This should all do the trick (not tested)
Just in case someone of the staff is interested to add this in future