Button index
-
- Users
- Posts: 6
- Joined: 08 Jan 2018, 14:03
Re: Button index
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.
-
- Users
- Posts: 5
- Joined: 14 Feb 2016, 20:17
Re: Button index
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/VOciXCrom 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.

-
- Users
- Posts: 65
- Joined: 14 Oct 2016, 05:10
Re: Button index
* Brazilian Portuguese translation by eunaumtenhoid (c) 2018 [ver 1.0.1]
https://github.com/phpBBTraducoes/buttonindex
https://github.com/phpBBTraducoes/buttonindex
-
- Users
- Posts: 2
- Joined: 22 Sep 2018, 12:39
Re: Button index
any way to make buttons visible to guests ?
i've searched through the acp without finding anything to enable that,
i've searched through the acp without finding anything to enable that,
-
- Admin
- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Button index
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 %}

-
- Users
- Posts: 2
- Joined: 22 Sep 2018, 12:39
Re: Button index
great
that works just fine, many thanks,
thanks for a great extension too
thanks for a great extension too
-
- Users
- Posts: 33
- Joined: 08 Aug 2018, 17:04
Re: Button index
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
Thanks
-
- Users
- Posts: 33
- Joined: 08 Aug 2018, 17:04
Re: Button index
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.
-
- Users
- Posts: 33
- Joined: 08 Aug 2018, 17:04
Re: Button index
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.
Thanks again for everything.
-
- Admin
- Posts: 5105
- Joined: 06 Apr 2014, 16:12
Re: Button index
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.
You do not have the required permissions to view the files attached to this post.

-
- Users
- Posts: 20
- Joined: 17 Sep 2019, 19:10
Re: Button index
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
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
-
- New user
- Posts: 1
- Joined: 23 Apr 2023, 22:54
Re: Button index
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
[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
-
- Users
- Posts: 19
- Joined: 07 Jul 2024, 17:08
Re: Button index
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 lolGalixte de EzCom wrote: 21 Sep 2017, 11:38Hi 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.