Opened 8 years ago
Closed 8 years ago
#2212 closed defect (bug) (fixed)
BuddyPress 2016 Survey Banner
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | buddypress.org | Keywords: | has-patch has-screenshots |
Cc: |
Description
This is to request for a small banner akin to WordPress.org linking to our 2016 Survey which runs up to November 30, 2016 for BuddyPress.org and codex.buddypress.org.
Coming up: screenshots of both sites with the banner, patches, and notes.
Attachments (8)
Change History (15)
#6
@
8 years ago
@johnjamesjacoby Many thanks again for the great idea and adding the BP survey banner. Really helped getting more responses a lot than expected! Awesome.
I'm finalizing the 2016 BP Survey Report and Graphs for publication this weekend and would appreciate your removal of the banners so I won't get distracted by the wonderful data still coming in and get delayed :)
Attached patch removes the survey banner and styles from header.php
s of buddypress.org and codex.buddypress.org. Not sure if you'd prefer to entirely remove the header.php
s because of the additional changes you made to those files e.g. adding the breadcrumb in the codex header (which is great btw).
Happy New Year!
Patches attached copied the
header.php
from bb-base intobuddypress-org
andcodex-buddypress-org
which includes inline styles and additional markup inserted between<div id="header">
and<div id="header-inner">
for the survey banner and the link to the survey in the same way WordPres.org implemented the banner.The difference between the inline styles in
buddypress-org
andcodex-buddypress-org
is that we added an additional inline style for theheader.php
incodex-buddypress-org
:#subnav { background: transparent; border-bottom: 0; margin-top: 160px; }
to show the breadcrumb at codex.buddypress.org