Ticket #244 (closed defect: fixed)
Problems with imported blogs
Reported by: | ed | Owned by: | jim |
---|---|---|---|
Priority: | major | Milestone: | Phase 4 |
Component: | Drupal modules & settings | Keywords: | |
Cc: | Estimated Number of Hours: | 0.0 | |
Add Hours to Ticket: | 0 | Billable?: | yes |
Total Hours: | 0.6 |
Description (last modified by ed) (diff)
Imported blog posts are not showing up in their individual pages:
http://www.transitionnetwork.org/blogs/transition-voice
Breadcrumbs are not working for individual blog posts.
Their blogs are being imported - e.g.:
http://www.transitionnetwork.org/blogs/transition-voice/2011-03-16/love-japan-country-surrounded-salt
Parent item looks OK:
http://www.transitionnetwork.org/transition-voice-blog
This is all the same for Transition US which I just set up:
http://www.transitionnetwork.org/blogs/transition-us/2011-06-14/weird-weather-tail-feathers-and-finding-your-rhythm
http://www.transitionnetwork.org/blogs/transition-us (not showing blogs)
http://www.transitionnetwork.org/blogs/transition-us-0 (smthg odd going on there)
http://www.transitionnetwork.org/people/transition-us (people profiel fine)
works with /2011 though:
http://www.transitionnetwork.org/blogs/transition-us/2011
Change History
comment:1 Changed 5 years ago by ed
- Priority changed from major to critical
- Description modified (diff)
- Milestone set to Phase 4
comment:3 Changed 5 years ago by jim
- Add Hours to Ticket changed from 0.0 to 0.6
- Owner changed from jim to ed
- Status changed from new to assigned
- Total Hours changed from 0.0 to 0.6
This is because blog posts are two content types, one made by the 'Blog' module, the other imported. Hence /blogs/<whoever imported> just plain won't work.
I reckon we just drop the core blog module since we're pretty overriding everything it does... It's just in the way really...
IN the mean time I've fixed Transition Voice blog and breadcrumbs for everything. TUS had same issue: Core Blog module getting in the way by making url aliases that our blogs view doesn't get...
So all issues are fixed, but the cause is present; Shall I remove the core blog module? Tested on my machine and appears ok, might be some perms/knock on issues but I reckon it's worth doing.
comment:5 Changed 5 years ago by ed
- Owner changed from ed to jim
Does the core blog module run the local blogs though? We'll need a mix of imported and local blogs.
Are there any possible effects on the incoming SR pilot?
If not, drop the core blog module...
comment:6 Changed 5 years ago by jim
- Owner changed from jim to ed
Core Blog module simply provides the 'Blog' CT, a /blogs/[author] view or two and a few other symantic sugar cubes. Good for beginners, we've outgrown it.
But we can replace the CT with out own and we've already overriden the views and made our own Role.... I say bin it, it's getting in the way.
As for the SR, well we're probably looking at our own new CT for that anyway - or at least modifying 'Blog post' to have another field. I don't think core Blog does anything for or against SR stuff given where we find ourselves.
comment:7 Changed 5 years ago by ed
- Owner changed from ed to jim
Ed and Jim agreed to drop the core blog module and make the neccesary changes to keep the content and current set up in their skype 24/6
comment:8 Changed 5 years ago by jim
- Status changed from assigned to closed
- Resolution set to fixed
Core blog removed, 'Blog' CT re-added, all perms replaced, ALL URL aliases removed (had to to clear thousands of old blog aliases that aren't needed) and ALL URL aliases added again...
Done I think, closing.