I've only had a little while to play around but this is what I've come up with so far:
Store:
1 - when entering a product, if there is an error of some sort, you have to re-enter the image, document name, price, etc. which is a pain. It would be better if you could just go change the area that had the error rather than having to re-enter the other information.
2 - Can you have 1 product with several prices depending on membership level or do you have to do multiple versions of the same product and make it viewable to different levels? ex: A product would show up as $3 for someone who is not a member, $2 for free members and $1 for paid members...
3 - When I tested my product it downloaded as "1.pdf". How can I get it to download with the document name I uploaded?
4 - It would be good if, when you're on a specific product page, there is a link back to where you were instead of either having to choose store from the main menu or hitting the back button.
5 - There should be an option to NOT post the product in the forum and to have products visible to multiple categories of people.
Quotes:
1 - It would be better if quote author was not required. I am using mine for tips, not quotes so there isn't always an author to cite.
2 - It would be nice to not have the quote marks appear automatically since not everyone will use it for quotes.
General:
1 - In Dolphin 6 there was a quick-access link to the admin panel when you're logged into the main site. I don't see that on D7. Am I just missing it or is it actually missing and, if so, will it be added? It was much more convenient than having to type the address into the nav bar.
2 - The extensions should be listed in alphabetical order so they're easier to find. Also, is there a description anywhere of what each extension is/does?
3 - Will you be creating an actual "All Tags" section that is for the entire site not divided into each section of the site? So when you click on a tag it will show all of the items that use that tag no matter where they are on the site rather than having to go to each section individually?
Membership Levels:
When trying to set up membership levels I have the following problems:
1 - when trying to enable the existing levels I get the following error:
Warning: implode() [function.implode]: Invalid arguments passed in /home/xxx/public_html/administration/memb_levels.php on line 48
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/administration/memb_levels.php:48) in /home/xxx/public_html/inc/admin_design.inc.php on line 52
2 - the existing membership levels cannot be selected, it's select all or none and even when I select all to activate them nothing happens.
3 - When I try to create a new membership level and press "add" nothing happens. It just refreshes the page but there is no new level added.
Articles:
1 - Articles added from the Admin Panel should auto-publish or at least that should be an option. that you can either turn on permanently or a box to check before you push Post so there doesn't have to be 2 steps to get something published to the site.
2 - When I add a category while I'm adding the article, that category shows up in both the "Common Categories" and "All Categories" sections, but it has 0 as the count in Common and 1 as the count in All.
3 - It would be nice if categories added on the fly would be added to the drop-down list for future use.
Payment:
When I open Payment Administration I get the following error:
Warning: file_get_contents(/home/xxx/public_html/modules/boonex/payment/orders.css) [function.file-get-contents]: failed to open stream: No such file or directory in /home/xxx/public_html/inc/classes/BxDolTemplate.php on line 827
Thanks for your help!
|
Quotes, use the Author to add Title to your related tip.
Store Tips 1 or How To Add Products.
You could also just your site name, Site Name Tips.
From the land DownUnder |
I've only had a little while to play around but this is what I've come up with so far:
Store:
1 - when entering a product, if there is an error of some sort, you have to re-enter the image, document name, price, etc. which is a pain. It would be better if you could just go change the area that had the error rather than having to re-enter the other information.
2 - Can you have 1 product with several prices depending on membership level or do you have to do multiple versions of the same product and make it viewable to different levels? ex: A product would show up as $3 for someone who is not a member, $2 for free members and $1 for paid members...
3 - When I tested my product it downloaded as "1.pdf". How can I get it to download with the document name I uploaded?
4 - It would be good if, when you're on a specific product page, there is a link back to where you were instead of either having to choose store from the main menu or hitting the back button.
5 - There should be an option to NOT post the product in the forum and to have products visible to multiple categories of people.
1. Trying to fix it in future versions
2. You can add the same product several times, but specify it as available for different members.
3. It is a feature of files module, it will be changes in future versions.
4. http://www.boonex.com/trac/dolphin/ticket/1088
5. Forum is always available for product, you can not close forum at all, but you can set permissions to use forum for some type of members.
Rules → http://www.boonex.com/terms |
Quotes:
1 - It would be better if quote author was not required. I am using mine for tips, not quotes so there isn't always an author to cite.
2 - It would be nice to not have the quote marks appear automatically since not everyone will use it for quotes.
It seems that you are trying to use quotes module for something else but not a quotes. Maybe it will better for you to use some other module for this purpose. Sure something similar will be available in the store after short time after release.
Rules → http://www.boonex.com/terms |
Membership Levels:
When trying to set up membership levels I have the following problems:
1 - when trying to enable the existing levels I get the following error:
Warning: implode() [function.implode]: Invalid arguments passed in /home/xxx/public_html/administration/memb_levels.php on line 48
Warning: Cannot modify header information - headers already sent by (output started at /home/xxx/public_html/administration/memb_levels.php:48) in /home/xxx/public_html/inc/admin_design.inc.php on line 52
2 - the existing membership levels cannot be selected, it's select all or none and even when I select all to activate them nothing happens.
3 - When I try to create a new membership level and press "add" nothing happens. It just refreshes the page but there is no new level added.
http://www.boonex.com/trac/dolphin/ticket/1089
Rules → http://www.boonex.com/terms |
General:
1 - In Dolphin 6 there was a quick-access link to the admin panel when you're logged into the main site. I don't see that on D7. Am I just missing it or is it actually missing and, if so, will it be added? It was much more convenient than having to type the address into the nav bar.
2 - The extensions should be listed in alphabetical order so they're easier to find. Also, is there a description anywhere of what each extension is/does?
3 - Will you be creating an actual "All Tags" section that is for the entire site not divided into each section of the site? So when you click on a tag it will show all of the items that use that tag no matter where they are on the site rather than having to go to each section individually?
1. http://www.boonex.com/trac/dolphin/ticket/1090
2. If you press on Extensions link, then it will a page with all extensions with very short description. Also more descriptive information about module can be found in the code, in main module class modules/vendor/name/classes/BxXXXModule.php
3. It is possible to display tags by modules only.
Rules → http://www.boonex.com/terms |
Articles:
1 - Articles added from the Admin Panel should auto-publish or at least that should be an option. that you can either turn on permanently or a box to check before you push Post so there doesn't have to be 2 steps to get something published to the site.
2 - When I add a category while I'm adding the article, that category shows up in both the "Common Categories" and "All Categories" sections, but it has 0 as the count in Common and 1 as the count in All.
3 - It would be nice if categories added on the fly would be added to the drop-down list for future use.
Payment:
When I open Payment Administration I get the following error:
Warning: file_get_contents(/home/xxx/public_html/modules/boonex/payment/orders.css) [function.file-get-contents]: failed to open stream: No such file or directory in /home/xxx/public_html/inc/classes/BxDolTemplate.php on line 827
Thanks for your help!
1. It is better to ensure that article is correct before publishing it, it is the reason it is unpublished by default.
2. http://www.boonex.com/trac/dolphin/ticket/1091 3. Yes, this is issue, but it seems that we will be able to fix it in future versions, because it requires to rewrite this control completely.
Payment module problem: can not reproduce it nowhere, please check this problem in next beta if it sill exists.
Rules → http://www.boonex.com/terms |