Forum Replies Created
-
Author
-
RoaderParticipant
And here: A Search Bar, for: “Search by Name”.
As I can recover that bar here? “Search by Name”.
RoaderParticipantOptional:
blue:
Kleo_Widget: Who has seen my profile?
SOURCE FOR: https://es.wordpress.org/plugins/buddypress-who-clicked-at-my-profile/red:
All Dating Sites has this function.
If you click on “Yes” (or “Like” or whatever) She or he receive a notification: “You like username,
username he or she want(s) to meet you,
send a message.” If you click “No”, the username-2 is excludes of your interests for several days.green:
NavBar with Notifications. Yes, I know that BuddyApp has it. But maybe SweetDate. Okey SD has, but not so visible.orange:
Areas for Ads.Attachments:
You must be logged in to view attached files.RoaderParticipant11) Activity: Search By Date.
Bp does not have this function. Wp yes, with Calendar widget, but only works for Blog Post.
12) Message Attachment (Includes) (format: jpg, png, gif, mp3, mp4 ––max MB 10): Example –> (But this plugin is old…) https://es.wordpress.org/plugins/buddypress-message-attachment/screenshots/
Attachments:
You must be logged in to view attached files.RoaderParticipantThanks Laura. I know bp message privacy by Brajesh (BuddyDev).
But, I prefer that 7thQueen Includes it for the Next Update.You know, a Dating WebSite without this function is a problem really.
Other plugin is:
BuddyBlock –> http://www.philopress.com/products/buddyblock/
RoaderParticipantHola Laura!
Bueno, el members-loop que me mandaste está más o menos, pero, el problema es que para usar ese search así hay que instalar ese otro plugin de Shortcodes, a mí en lo personal no me gusta instalar tantos plugins.En realidad, lo mejor sería es que el Formulario de Búsqueda tenga una Expansión, o sea, como puse en la imagen. Que se vea el Search normal, y un botón de extendido. Para eso tendría que haber desde Options, un tercer espacio para agregar lo que uno quiere. Lamentablemente, SweetDate solo tiene dos espacios.
La forma de tener un tercer espacio sería instalando Bp Profile Search, y usando css uno lo acomoda para que trabaje junto con el otro. En realidad, no me gusta la idea, prefiero que el Equipo de 7thQ añada un tercer espacio.
RoaderParticipantVery Well Radu.
But, the problem is with buddypress widgets, try with Members Widget (new, popular…) and tell me later, what happens ehehheheheRoaderParticipantHi Laura.
You know, Buddypress does not have Privacy for Private Messages.
Who can send messages to you?
(1) Logged in user (all members),
(2) Friends (only),
(3) Nobody (except Admin of course)So, as bp does not have a native function to block annoying users, this Privacy can be good.
RoaderParticipantIn spanish:
Hola Laura, en el link que pusiste 1) No hay ningún archivo descargable. 2) El link de esa entrada dice: Error 404. Supongo que lo que quisiste decir es que ponga el members-loop.php Customizado dentro de la carpeta Members de mi Child Theme. Por favor, anexa aquí ese Archivo custom member…php pues realmente me interesa un Search Member con Acordeon, aunque, mi idea es mostrar una parte del Formulario, con un botón ( + ) al final de la barra, así uno puede ver opciones avanzadas.
RoaderParticipantHola Laura, el esquema de color, me gustó. El azul default no me gusta para el tipo de WebSite que voy a subir.
Por el momento, las cosas más vitales a corregir del Theme son:
Cambiar Press Ecs for cancel. Esto me parece sumamente no práctico, porque por default BP trae el botón Cancel.
También resolver lo de las SideBars, la función que trae el Theme para crear las SideBars no funciona. Si los Desarrolladores actualizan, que por favor, añadan que se pueda crear SideBars para lugares específicos:
Activity, Groups, Forums, Members (en caso de usar dos columnas ahí), Profile. De esta manera, uno puede mostrar diferentes WidGets por páginas.
Otra función VITAL que uds deben pedirle a rtMedia, es añadir: Privacidad para Mensajes. El usuario así puede elegir quién le envia mensajes: Amigos, Usuarios Logueados o Nadie (excepto Admin y Moders…)
RoaderParticipantDo not use that:
#whats-new-post-in-box {
margin: -10px;
}If you active: rtMedia > Allow users to set privacy for their content
RoaderParticipantWell for me, those codes works. Using Poedit, I did change “Posts Update” for “Publicar”,
RoaderParticipantDear Laura, the Solution is:
#whats-new-post-in{
right:auto;
position:relative;
bottom:auto;
left:72px;
top:-17px;
}div#whats-new-post-in-box{
margin-top:3px;
}RoaderParticipantSolution 1: I dont understand your instructions.
Inside my Child I have: function.php, style.css, (folders:) activity, members, groups. But, you talk about members-loop.php, and about an attach file. Which file?Solution 2: Nice!
Solution 3: Um
RoaderParticipantRadu, SweetDate Demo has the same problem with the Profile Cover.
Solution (for the Next Update) ––> If user upload a cover, Shadow is activated for text like in Groups.Please, give me this function.
Attachments:
You must be logged in to view attached files.RoaderParticipant/* Selection New, Active, Popular – Sidebar */
.buddypress.widgets .item-options a {
padding: 3px 0;
margin-bottom: 5px;
display: inline-block;
border-radius: 0px;
}
.buddypress.widgets .item-options a.selected {
background: none;
border: 0px;
padding: 3px 5px;
border-bottom: 3px solid #0296c0;
}RoaderParticipantFirst you need to Download FontAwesome from: http://fontawesome.io/
After, Unzip, take folders css and fonts, and put them inside SweetDateChildTheme.
Put the Css Code inside style.css/* Buttons and Icons for: Favorite, Delete, etc. */
a.link.acomment-reply.bp-primary-action {
display: inline-block;
background-color: #fff;
border: 1px solid #ddd;
color: #444;
font-weight: normal;
padding: 6px;
border-radius: 3px;
font-size: 11px !important;
}a.link.secondary.fav.bp-secondary-action {
display: inline-block;
background-color: #fff;
border: 1px solid #ddd;
color: #444;
font-weight: normal;
padding: 6px;
border-radius: 3px;
font-size: 11px !important;
}a.link.unfav.bp-secondary-action {
display: inline-block;
background-color: #fff;
border: 1px solid #ddd;
color: #444;
font-weight: normal;
padding: 6px;
border-radius: 3px;
font-size: 11px !important;
}a.button.item-button.bp-secondary-action.delete-activity.confirm {
display: inline-block;
background-color: #fff;
border: 1px solid #ddd;
color: #444;
font-weight: normal;
padding: 6px;
border-radius: 3px;
font-size: 11px !important;
}a.button.item-button.bp-secondary-action.delete-activity-single.confirm {
display: inline-block;
background-color: #fff;
border: 1px solid #ddd;
color: #444;
font-weight: normal;
padding: 6px;
border-radius: 3px;
font-size: 11px !important;
}a.button.item-button.bp-secondary-action.delete-activity-single.confirm:before {
font-family: “fontawesome”;
content: “\f1f8”;
margin-top: -2px;
margin-right: .25em;
display: inline-block;
vertical-align: middle;}
a.link.secondary.fav.bp-secondary-action:before {
font-family: “fontawesome”;
content: “\f005”;
margin-top: -2px;
margin-right: .25em;
display: inline-block;
vertical-align: middle;
}a.link.secondary.fav.bp-secondary-action.unfav:before {
font-family: “fontawesome”;
content: “\f00d”;
margin-top: -2px;
margin-right: .25em;
display: inline-block;
vertical-align: middle;
}a.button.item-button.bp-secondary-action.delete-activity.confirm:before {
font-family: “fontawesome”;
content: “\f1f8”;
margin-top: -2px;
margin-right: .25em;
display: inline-block;
vertical-align: middle;
}RoaderParticipantFunction: Allow Admin put Content in:
::::: Sidebar Right, Left or Both. Individual Sites:
– Activity
– Groups
– Members
– Forums
– Profile(Bp has Widgets, but not Specific Sidebars).
::::: Sidebar for add Ads (Google AdSense or Whatever). Individual Areas:
– Header (only if your theme has space)
– Body (Before Title, e.g. Activity)
– Side (Right or Left)
– FooterRoaderParticipantEstimada Laura, te escribo en español porque veo eres latina.
Yo quiero utilizar ese esquema Car Sharing, para mi sitio, y no me funciona cuando lo Importo.RoaderParticipantBuddypress Default Data. With this plugin you can create fake profiles to proof your site. For test install too Buddypress User Switching
-
AuthorPosts