Closed
Bug 607428
Opened 14 years ago
Closed 14 years ago
"Front page projects" not displaying correctly on front page
Categories
(Websites Graveyard :: drumbeat.org, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mthompson2000, Assigned: paul)
Details
The projects on the front page of drumbeat.org are supposed to be controlled via this node queue:
https://www.drumbeat.org/admin/content/nodequeue/9/view
But they're not showing up properly. e.g., CrisisCommons and GML are in the queue, but not showing up on front page.
Reporter | ||
Comment 1•14 years ago
|
||
@ Paul: hoping you might have some thoughts on this one.
Assignee: nobody → paulbooker
Assignee | ||
Comment 2•14 years ago
|
||
The rising project view as is given through the adminstrative UI does not account for what you see on the front page so it looks as though this view is being pulled out from code. With a little searching i found drumbeat_feature_frontpage.features.views.inc which may account for what we see
// Exported view: rising_projects
$view = new view;
$view->name = 'rising_projects';
$view->description = 'A view of rising projects for the homepage.';
..
I'll try and fix my local server this morning and see if i can help out further ..
It may be worth contacting Trellon to ensure that we get this fixed before the Festival
Best,
Paul Booker
Assignee | ||
Comment 3•14 years ago
|
||
I thought that that view didn't look right. The change needed to be made at
https://www.drumbeat.org/admin/content/nodequeue/7/view
I have gone ahead and made the change.
Best,
Paul Booker
Appcoast
Assignee | ||
Updated•14 years ago
|
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: Websites → Websites Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•