eFiction / v5_1-vaporware

It's a long way ...
GNU General Public License v3.0
10 stars 3 forks source link

(via marciesdr) categories widget #3

Open campZero opened 6 years ago

campZero commented 6 years ago

The categories widget shows but when click no actual stories are produced.

Taken from report #1

campZero commented 6 years ago

See forum: not exactly sure what you mean by categories widget, need a more detailed description here, please.

marciesdr commented 6 years ago

Sidebar categories Widget https://www.dropbox.com/s/vjppzu2uyty6zjc/Screenshot%202018-09-04%2003.04.45.png?dl=0

When you click on a category the page is empty isn't it suppose to show the stories listed in that category? And if so why is it empty?

https://www.dropbox.com/s/7b7w8ouqr78g8oq/Screenshot%202018-09-04%2003.06.02.png?dl=0

campZero commented 6 years ago

Okay, got it ... same problem as before, testing features with old data, in that case the archive I based the test on had all stories in 2nd level categories, sub-categories so to say.

If you have them, it will show how many and a link to browse said sub-category, but stories anchored in the main category are not listed. That is wrong, going for it.

campZero commented 6 years ago

I scratched together a fix for this, I don't have an archive with only stories in root categories, care to give it a try? If it works, hit me with a screenshot plz, think it might be kinda ugly.

This was developed for use with many sub-categories, not sure how it will look without.

marciesdr commented 6 years ago

Its better now it lists the stories by sub categories which is way better.

Um the news sections when I try to add a headline it throws an error

Undefined index: date_format

[fiction/app/model/admincp.php:1038] Base->{closure}() [fiction/app/controller/admincp.php:315] Model\AdminCP->loadNews() [fiction/app/controller/admincp.php:91] Controller\AdminCP->homeNews() [fiction/index.php:117] Base->run()

campZero commented 6 years ago

This bug is intentional - sort of. No, based on this issue, I am rebuilding the date and time configuration to be more intuitive, this means some field names will change. (And this one already has).

I'll post again and close this bug once the update is done and pushed to the git

marciesdr commented 6 years ago

Oh just wanted to pass you some screen shots on how the categories go now when click This is when you click on the category from the sidebar.

For example this is the movies category https://www.dropbox.com/s/paesp32aixq0lin/Screenshot%202018-09-05%2009.40.54.png?dl=0

This is what it shows when the Harry Potter Category is clicked. https://www.dropbox.com/s/vlgtyvb919pslsl/Screenshot%202018-09-05%2009.41.17.png?dl=0

Would it be too much trouble to list alphabetically the story titles? Just wondering.

campZero commented 6 years ago

Sure, this is the browse module, sort of a "search with hideen search mask", and will get a sort function once other construction sites are closed down. (Categories module only lists categories, once you click on show stories, it moves you over to said browse module)