Button index

<span class="qte-attr qte_32_33-qte">3.2.x & 3.3.x</span>
User avatar

OciXCrom
Users
Users
Posts: 6
Joined: 08 Jan 2018, 14:03

Re: Button index

Post by OciXCrom »

Very useful, nice job! It would be nice if you add arrow buttons to rearange the buttons' order though. Right now you have to delete and rewrite the buttons in order to rearange them.

User avatar

asdafwef
Users
Users
Posts: 5
Joined: 14 Feb 2016, 20:17

Re: Button index

Post by asdafwef »

OciXCrom wrote: 08 Jan 2018, 15:55 Very useful, nice job! It would be nice if you add arrow buttons to rearange the buttons' order though. Right now you have to delete and rewrite the buttons in order to rearange them.
Not a bad idea, but it's not a big deal because you just have to copy for example everything in button 1 and paste the content to button 3 and copy content from button 3 and paste to button 1.. Shortly to be able to do it faster know the shortcuts CTRL + C/V :D :mml:

User avatar

eunaumtenhoid
Users
Users
Posts: 65
Joined: 14 Oct 2016, 05:10

Re: Button index

Post by eunaumtenhoid »

* Brazilian Portuguese translation by eunaumtenhoid (c) 2018 [ver 1.0.1]
https://github.com/phpBBTraducoes/buttonindex

User avatar

foxied
Users
Users
Posts: 2
Joined: 22 Sep 2018, 12:39

Re: Button index

Post by foxied »

any way to make buttons visible to guests ?
i've searched through the acp without finding anything to enable that,

User avatar

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

Re: Button index

Post by martin »

open /ext/dmzx/buttonindex/styles/prosilver/template/event/index_body_markforums_after.html
Find This may be a partial find and not the whole line

Code: Select all

{% if BUTTONINDEX_ENABLE and S_USER_LOGGED_IN %}
Replace with Replace the preceding lines with the following

Code: Select all

{% if BUTTONINDEX_ENABLE %}
Image

User avatar

foxied
Users
Users
Posts: 2
Joined: 22 Sep 2018, 12:39

Re: Button index

Post by foxied »

great :smile: that works just fine, many thanks,
thanks for a great extension too :smile:

User avatar

mortalites
Users
Users
Posts: 33
Joined: 08 Aug 2018, 17:04

Re: Button index

Post by mortalites »

Is there anyway to make the index buttons swipable on mobile. Right now they just wrap to a new line taking up more vertical space. The Navbar Ext Buttons is swipable up and down on mobile so I'm wondering if this can be done for the Index buttons.

Thanks

User avatar

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

Re: Button index

Post by martin »

Sure it can you can swipe them on my site on mobile :wink:
Image

User avatar

mortalites
Users
Users
Posts: 33
Joined: 08 Aug 2018, 17:04

Re: Button index

Post by mortalites »

Well shoot those buttons have always word wrapped on my site. Any thoughts on why they are not swipable besides the fact I'm a newb lol.

User avatar

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

Re: Button index

Post by martin »

Yup i added extra code to mine to make them scroll thats why.
Image

User avatar

mortalites
Users
Users
Posts: 33
Joined: 08 Aug 2018, 17:04

Re: Button index

Post by mortalites »

Martin any chance you would be willing to post the code here. I have enough of these buttons that they wrap to 3 lines on Mobile. Being able to flip through the buttons will free up alot of vertical space.

Thanks again for everything.

User avatar

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

Re: Button index

Post by martin »

mortalites wrote: 17 Dec 2018, 15:43 Martin any chance you would be willing to post the code here. I have enough of these buttons that they wrap to 3 lines on Mobile. Being able to flip through the buttons will free up alot of vertical space.

Thanks again for everything.
dmzx_buttonindex_1_0_1.zip
You do not have the required permissions to view the files attached to this post.
Image

User avatar

fastgil.com
Users
Users
Posts: 20
Joined: 17 Sep 2019, 19:10

Re: Button index

Post by fastgil.com »

Hello,
the icon code link page is HS
https://fontawesome.com/v5.15/icons
Do you have another link to see the code of all the icons?

thx

User avatar

Abraham54
New user
New user
Posts: 1
Joined: 23 Apr 2023, 22:54

Re: Button index

Post by Abraham54 »

I get this weird error:

[phpBB Debug] PHP Warning: in file [ROOT]/ext/dmzx/buttonindex/event/listener.php on line 69: Trying to access array offset on value of type bool

User avatar

Dead Man
Users
Users
Posts: 19
Joined: 07 Jul 2024, 17:08

Re: Button index

Post by Dead Man »

Galixte de EzCom wrote: 21 Sep 2017, 11:38
dmzx wrote: 25 Mar 2017, 10:31
Hi dmzx,

it could be better to add the possibility to customize the Font Awesome icon for each button.

Moreover, it could be better to have the choice between open the link in an new tab or on the same tab.

FRENCH translation submitted on GitHub: /dmzx/Button-index/pull/2 and available on EzCom Community.
You have to edit the files in order to do that. I was able to do it on mine but not sure if is the cleanest way lol

Post Reply