This object is in archive! 
Order items in left block
Can we change the order of response types in the block on the left (ideas, problems, questions and thanks)? (please see the image)
Files:
left_block.png
Can we change the order of response types in the block on the left (ideas, problems, questions and thanks)? (please see the image)
To change the order of responses types to be shown in the needed order all over the system you need to go to handlers folder of each type like application/modules/ideas and in function:
onRightMenu($params) change order parameter
To change the order of responses types to be shown in the needed order all over the system you need to go to handlers folder of each type like application/modules/ideas and in function:
onRightMenu($params) change order parameter
To change the order of responses types to be shown in the needed order all over the system you need to go to handlers folder of each type like application/modules/ideas and in function:
onRightMenu($params) change order parameter
To change the order of responses types to be shown in the needed order all over the system you need to go to handlers folder of each type like application/modules/ideas and in function:
onRightMenu($params) change order parameter
We have performed this procedure on each module and is reflected throughout the site except in the block on the left (LeftBlock.php), this menu stays in the default order brings the product
We have performed this procedure on each module and is reflected throughout the site except in the block on the left (LeftBlock.php), this menu stays in the default order brings the product
To change the order in left menu go to the database and in responses_types table set required order in relative field.
To change the order in left menu go to the database and in responses_types table set required order in relative field.
Work perfect! Thank you.
Work perfect! Thank you.
Hey Stas!
We're trying to do the same thing - would to have Questions 1st.
I updated the code files per the "official answer" above, but it's not working for us.
Take a look - ideas is still first. :-)
http://forums.askdanandjennifer.com/
Note that I updated the database responses_types (field: order), and that DID change the order, but only in the left block view of "all questions": http://forums.askdanandjennifer.com/responses/questions/status/all
But we would like this order to be default on the homepage (first questions, then problems, then ideas...) - and same in the widget for asking a question at the top of the homepage.
Suggestions?
Thanks!!
Hey Stas!
We're trying to do the same thing - would to have Questions 1st.
I updated the code files per the "official answer" above, but it's not working for us.
Take a look - ideas is still first. :-)
http://forums.askdanandjennifer.com/
Note that I updated the database responses_types (field: order), and that DID change the order, but only in the left block view of "all questions": http://forums.askdanandjennifer.com/responses/questions/status/all
But we would like this order to be default on the homepage (first questions, then problems, then ideas...) - and same in the widget for asking a question at the top of the homepage.
Suggestions?
Thanks!!
Hi Paul. We did empty the cache - tried several times. :-)
We tried this on both of our installs and got the same results. It did not work.
Hi Paul. We did empty the cache - tried several times. :-)
We tried this on both of our installs and got the same results. It did not work.
.......................
.......................
Hi Paul!
didn't work for me :-)
I made the change - see screenshot: http://www.evernote.com/shard/s79/sh/384a7eb5-40d5-44df-bd2d-6f491e003eff/d303c1a6771cdee59a59756cd686606b
and cleaned cache in administration menu.
then went back to homepage of the forums, reloaded, still same.
http://forums.askdanandjennifer.com/
** It would be REALLY, Really, Really awesome if you guys made this order setting a configuration option in the system so it would not require any file and database changes. some people want ideas first, but many want questions first, like we do. :-) **
Thanks!
Hi Paul!
didn't work for me :-)
I made the change - see screenshot: http://www.evernote.com/shard/s79/sh/384a7eb5-40d5-44df-bd2d-6f491e003eff/d303c1a6771cdee59a59756cd686606b
and cleaned cache in administration menu.
then went back to homepage of the forums, reloaded, still same.
http://forums.askdanandjennifer.com/
** It would be REALLY, Really, Really awesome if you guys made this order setting a configuration option in the system so it would not require any file and database changes. some people want ideas first, but many want questions first, like we do. :-) **
Thanks!
also fyi this is a "stock" 2.0 UseResponse installation, which Stas is handling the import into.
also fyi this is a "stock" 2.0 UseResponse installation, which Stas is handling the import into.
Jennifer,
Previous snippet is for sorting in right block called Statistics.
To sort response types on the main page go to \application\modules\system\controllers\IndexController.php file and comment line 34 (ksort($data->sections);). Then open ur_module table and replace "questions" module "load_order" to 3 and "ideas" module "load_order" to 5.
Thats all!
Jennifer,
Previous snippet is for sorting in right block called Statistics.
To sort response types on the main page go to \application\modules\system\controllers\IndexController.php file and comment line 34 (ksort($data->sections);). Then open ur_module table and replace "questions" module "load_order" to 3 and "ideas" module "load_order" to 5.
Thats all!
Hey Paul! OK, we're ALMOST there. :-)
Take a look - http://forums.askdanandjennifer.com/
Per your advice above:
1.) the section order on the homepage DOES show questions first. YEAH!!!
2.) the widget at the top of the homepage ALSO shows questions first. YEAH!!
BUT - the widget at the top STILL has "idea" as the default seelection, even though it's 3rd. :-)
So - how do I change Questions to be the default selection in the top widget?
Thanks!
Hey Paul! OK, we're ALMOST there. :-)
Take a look - http://forums.askdanandjennifer.com/
Per your advice above:
1.) the section order on the homepage DOES show questions first. YEAH!!!
2.) the widget at the top of the homepage ALSO shows questions first. YEAH!!
BUT - the widget at the top STILL has "idea" as the default seelection, even though it's 3rd. :-)
So - how do I change Questions to be the default selection in the top widget?
Thanks!
Hi, Jennifer.
What you mean when say "top widget"?
If you means responses tabs I see that everything is fine. See attached screen.
Hi, Jennifer.
What you mean when say "top widget"?
If you means responses tabs I see that everything is fine. See attached screen.
Hi Paul!
Yes, that is what I am referring to - the responses tabs.
The order is fine now - but Questions should be the default selected tab now that it is first. Instead, "ideas" is still selected.
Thanks!
Hi Paul!
Yes, that is what I am referring to - the responses tabs.
The order is fine now - but Questions should be the default selected tab now that it is first. Instead, "ideas" is still selected.
Thanks!
Oh, sorry. Now I understood what you are talking about.
I will prepare solution for you from 1-2 hours.
Keep following this topic.
Oh, sorry. Now I understood what you are talking about.
I will prepare solution for you from 1-2 hours.
Keep following this topic.
As I promised:
See attached screen for help.
Have a nice day!
As I promised:
See attached screen for help.
Have a nice day!
Hi Paul.
Thank You! That worked.
There's just one more place I found... The Add Response page.
See below.
http://support.theblogpress.com/response/add
I think that's all of the places?
Any chance we'll see this as a system setting soon - this is a lot of places to change the code! :-)
Hi Paul.
Thank You! That worked.
There's just one more place I found... The Add Response page.
See below.
http://support.theblogpress.com/response/add
I think that's all of the places?
Any chance we'll see this as a system setting soon - this is a lot of places to change the code! :-)
We'll include your suggest in our roadmap, but it would be implemented near with version 3.0 release.
Thank you.
We'll include your suggest in our roadmap, but it would be implemented near with version 3.0 release.
Thank you.
Hi Paul, thank you! I had missed this note from you the other day, and just now saw it!
I just updated the code, and now it all works great!
That's really great news! LOL Jennifer and I were just beginning to itemize all the code changes we've made so far for this, and with the next code update coming up soon, it was a bit of a concern. :-)
Thanks again!Dan (and Jennifer)
Hi Paul, thank you! I had missed this note from you the other day, and just now saw it!
I just updated the code, and now it all works great!
That's really great news! LOL Jennifer and I were just beginning to itemize all the code changes we've made so far for this, and with the next code update coming up soon, it was a bit of a concern. :-)
Thanks again!Dan (and Jennifer)
Hi Paul. I too wanted to say thank you sooo much for your help on this one!
Hi Paul. I too wanted to say thank you sooo much for your help on this one!
Hey Paul! I just wanted to see if you have an ETA for what update this will be included in. :-)
LOL we have not yet been able to update to the last UseResponse point release because I don't know anymore what various code tweaks I made to files to make this order change work. So I'm really
Hey Paul! I just wanted to see if you have an ETA for what update this will be included in. :-)
LOL we have not yet been able to update to the last UseResponse point release because I don't know anymore what various code tweaks I made to files to make this order change work. So I'm really
Dan,
We don't have plans to incorporate these features in the release this year. Maybe we'll think of it - next year
Dan,
We don't have plans to incorporate these features in the release this year. Maybe we'll think of it - next year
Replies have been locked on this page!