3.2 & 3.3 Extensions Database 3.2 / 3.3 ⇒ Topic Index
-
- Users
- Posts: 7
- Joined: 15 Oct 2015, 00:34
Re: Topic Index
It would be a good idea to add a jquery autocomplete search box
https://jqueryui.com/autocomplete/
https://jqueryui.com/autocomplete/
-
- Users
- Posts: 3
- Joined: 04 Apr 2017, 19:49
Re: Topic Index
Hi !
My english may be not very good but i have a problem with the topic index page. When i click on other link in menu, page have the good adress but i see the topic index page on it instead the good page.
You can test here : http://ffxivrp-moogle.fr/index.php
When i click on calendar or rules, i have the topic index page. It seems to do that only for other extension link. Someone still have this problem ?
Thanks for your help.
My english may be not very good but i have a problem with the topic index page. When i click on other link in menu, page have the good adress but i see the topic index page on it instead the good page.
You can test here : http://ffxivrp-moogle.fr/index.php
When i click on calendar or rules, i have the topic index page. It seems to do that only for other extension link. Someone still have this problem ?
Thanks for your help.
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Topic Index
What is the link to the Topic index topic?Selene Bathory wrote: 04 Apr 2017, 20:01 Hi !
My english may be not very good but i have a problem with the topic index page. When i click on other link in menu, page have the good adress but i see the topic index page on it instead the good page.
You can test here : http://ffxivrp-moogle.fr/index.php
When i click on calendar or rules, i have the topic index page. It seems to do that only for other extension link. Someone still have this problem ?
Thanks for your help.
-
- Users
- Posts: 3
- Joined: 04 Apr 2017, 19:49
Re: Topic Index
The page for topic index list is here :
http://ffxivrp-moogle.fr/app.php/topicindex
And if you click on these link for another extension, you still have topic index page.
http://ffxivrp-moogle.fr/app.php/calendar/
http://ffxivrp-moogle.fr/app.php/rules
And if you need a link to a topic where is index, you have one here : http://ffxivrp-moogle.fr/viewtopic.php?f=18&t=548
I hope to have answered correctly.
http://ffxivrp-moogle.fr/app.php/topicindex
And if you click on these link for another extension, you still have topic index page.
http://ffxivrp-moogle.fr/app.php/calendar/
http://ffxivrp-moogle.fr/app.php/rules
And if you need a link to a topic where is index, you have one here : http://ffxivrp-moogle.fr/viewtopic.php?f=18&t=548
I hope to have answered correctly.
-
- Users
- Posts: 3
- Joined: 04 Apr 2017, 19:49
Re: Topic Index
Ok, i got it, it's a problem with post model extension, not from Topic index. Sorry !
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Topic Index
A Thanks for the feedback!Selene Bathory wrote: 06 Apr 2017, 14:59 Ok, i got it, it's a problem with post model extension, not from Topic index. Sorry !
-
- Users
- Posts: 21
- Joined: 05 Aug 2017, 19:13
Re: Topic Index
Hi,
thank you for the ext. I've got a question.
I need just this for inside topic, is it possible. I want to make a list with 290 games for downloading+info so I'll be very happy if I can use this inside a topic & without refreshing the page. Just inside of the topic, no need of select a list, etc.
Just simple this, & when u click a letter or all or whatever without refreshing the page to go to the letter in the post/topic(1st post, single post).

Thanks
thank you for the ext. I've got a question.
I need just this for inside topic, is it possible. I want to make a list with 290 games for downloading+info so I'll be very happy if I can use this inside a topic & without refreshing the page. Just inside of the topic, no need of select a list, etc.
Just simple this, & when u click a letter or all or whatever without refreshing the page to go to the letter in the post/topic(1st post, single post).

Thanks
-
- Users
- Posts: 7
- Joined: 15 Oct 2015, 00:34
Re: Topic Index
It is possible to include in the extension a "Autocomplete for Textarea" ?
In other words: Is it possible to include an "Autocomplete for Textarea" like this in the extension?
https://github.com/adrianmugnoz/jquery-textcomplete

In other words: Is it possible to include an "Autocomplete for Textarea" like this in the extension?
https://github.com/adrianmugnoz/jquery-textcomplete

-
- Users
- Posts: 42
- Joined: 10 Sep 2016, 04:58
Re: Topic Index
I'm getting this: ext/dmzx/topicindex/controller/main.php on line 193: Invalid argument supplied for foreach()

EDIT: I've put the foreach inside if(!empty($forumsari)){ } and it solved.
I've saw that this extension didnt ported all the 3.0 data. I had lists on 3.0 and the Forums where the lists should grab the indexes were lost
EDIT2: In fact, the data wasnt lost, but its not saved as it should!
Before: a:1:{i:0;i:190;}
Now: [190]
EDIT3:
on the main.php:
'U_09' => $this->helper->route('dmzx_topicindex_controller', array('list' => $list, 'ilimit=09')),
'U_SYMB' => $this->helper->route('dmzx_topicindex_controller', array('list' => $list, 'ilimit=_')),
this is causing a bug on the topic list... impossible to filter by 09 and SYMB, the url becomes 0=ilimit%3D_ instead of ilimit=_
EDIT: I've put the foreach inside if(!empty($forumsari)){ } and it solved.
I've saw that this extension didnt ported all the 3.0 data. I had lists on 3.0 and the Forums where the lists should grab the indexes were lost
EDIT2: In fact, the data wasnt lost, but its not saved as it should!
Before: a:1:{i:0;i:190;}
Now: [190]
EDIT3:
on the main.php:
'U_09' => $this->helper->route('dmzx_topicindex_controller', array('list' => $list, 'ilimit=09')),
'U_SYMB' => $this->helper->route('dmzx_topicindex_controller', array('list' => $list, 'ilimit=_')),
this is causing a bug on the topic list... impossible to filter by 09 and SYMB, the url becomes 0=ilimit%3D_ instead of ilimit=_
-
- Users
- Posts: 7
- Joined: 15 Oct 2015, 00:34
Re: Topic Index
My suggestions:
a) add a word search box with Autocomplete function at the top.
b) add pagination function of the results. If the results are many, hundreds or thousands, it is good that they are structured in pages, page 1, page 2, etc.
It is a very good extension, thank you very much for the altruistic work.
a) add a word search box with Autocomplete function at the top.
b) add pagination function of the results. If the results are many, hundreds or thousands, it is good that they are structured in pages, page 1, page 2, etc.
It is a very good extension, thank you very much for the altruistic work.
-
- Users
- Posts: 67
- Joined: 14 Oct 2016, 05:10
Re: Topic Index
Is it possible some addon?
as:
show the forum where the topic was posted
show extension qte (https://www.phpbb.com/community/viewtop ... &t=2218556)
topic descrition (https://www.phpbb.com/customise/db/exte ... scription/)
topic index of each user on profile? (showing all the topics of the user posted in that forum)
as:
show the forum where the topic was posted
show extension qte (https://www.phpbb.com/community/viewtop ... &t=2218556)
topic descrition (https://www.phpbb.com/customise/db/exte ... scription/)
topic index of each user on profile? (showing all the topics of the user posted in that forum)
-
- Founder
- Posts: 6464
- Joined: 13 Jan 2014, 21:45
Re: Topic Index
For now not, will check in next release what can be done.eunaumtenhoid wrote: 17 Mar 2018, 02:36 Is it possible some addon?
as:
show the forum where the topic was posted
show extension qte (https://www.phpbb.com/community/viewtop ... &t=2218556)
topic descrition (https://www.phpbb.com/customise/db/exte ... scription/)
topic index of each user on profile? (showing all the topics of the user posted in that forum)