Closed barochoren closed 11 years ago
@niryariv
@barochoren this is in all pages of the site? do u have a design for this?
body p { margin-bottom: 0cm; margin-top: 0pt; } yes, all places in this site for logged-in users design has been attached to the issue. @NIR.YARIV
@barochoren by design I mean what it should look like on the finished site. If you don't have it we'll work with what we got, but keep in mind this usually results in "design fixes" tickets down the line which require more developer hours in turn.
this image is the 99% ready design. there would be no "design fixes" down the line if you stick to it :-) see these remarks:
@niryariv
@barochoren re: "THIS SIDEBAR SHOULD REPLACE THE CURRENT (VACANT/DYNAMIC) SIDEBAR" - which sidebar exactly? can you provide a screenshot with the sidebar that needs to be replaced?
@niryariv
@bricel @shlomilahav see above ^ - the new sidebar replaces "My Content"
some remarks on the pull request's code: @niryariv -- [ ] this block should replace the old "my content" block, whereas the pull request's attached image (https://f.cloud.github.com/assets/3906951/420077/df8aca18-ace5-11e2-8f62-5ca4c6d64d49.png) shows them both...
+ $output = '<h3>' . t('My Offers') . '</h3>' . theme('item_list', array('items' => $items['offer'])) . l(t('+ Create a new offer'),'node/add/offer');
+ $output .= '<h3>' . t('My Requests') . '</h3>' . theme('item_list', array('items' => $items['request'])) . l(t('+ Create a new request'),'node/add/request');
+ $output .= '<h3>' . t('My Groups') . '</h3>' . theme('item_list', array('items' => $items['community'])) . l(t('+ Create a new group'),'node/add/community');
php t("You haven't created any !bundle yet.", $bundle)
@barochoren I think this is what I was referring to when I asked for a design to prevent "design fixes" tickets down the line..
@shlomilahav looks good! Text corrections - add "s" to offer/request - ie, make it plural instead of singular. The text should be:
"You haven't created any offers yet" "You haven't created any requests yet"
See attached as the vision and the design for the right-sidebar.
THIS SIDEBAR SHOULD REPLACE THE CURRENT (VACANT/DYNAMIC) SIDEBAR, so as user logs into the site - he can see the "you haven't ..." notice and he can see the relevant "create new" links.
Note that the TBD are future expansions, when we reach the relevant stage.
Block-manager admin should be able to add custom links as seen.
notice that all blue items are links, that should become underlined as hovered.