Forum Replies Created
-
Author
-
WinDroidAnswersParticipant
yeah I know, it is a little bit weird to talk about the same CSS code section in two different tickets, but I’m talking about also your last script for the search bar in members page, it doesn’t work, how to fix it?
WinDroidAnswersParticipantwait a second,
it works, but not in that page:
http://www.windroidanswers.com/login/as you can see the overlay is not as dark as we aspect to be.
I was thinking only logged users can display the community, all the others can only see the login page. Did I understand it wrong?
or how to correct this setting?WinDroidAnswersParticipanti dunno what happen, I simply move that piece of code on top and then after the one regarding the login overlay and the error message is disappeared.
At this point I thing I’m unable to clean perfectly the cache, because also in the other ticket i cannot understand why the overlay is still white; I’ve changed everything to put the overlay darker (black with less transparency so the background is barely visible) and all the text in white, but nothing change.
what I’m doing wrong?WinDroidAnswersParticipantat this point i do not understand what is happening.
i quit for now, and if i can i redo tomorrow.
thanks for your help Kieran, always apreciate it!WinDroidAnswersParticipantyep, that’s right.
we’re looking for a solution for WordPress sites, I’ve read about something with a particular plugin., but at moment i can’t find it.
i was hoping you know something official with your theme.WinDroidAnswersParticipantI’m trying to use it (your first and second custom case) but it doesn’t works. May I do something wrong? I clean chrome cache three times 🙁
WinDroidAnswersParticipantok for the imput text, but for the labels and other page text?
maybe we put the overlay darker and all the text in white, but only for that pageWinDroidAnswersParticipantOk, thanks for the kind reply. I’ve seen that some moderators have also a wp account and I don’t want to mess around. If there is something to change before promote a user as moderators, that’s my question.
WinDroidAnswersParticipantBut sorry Radu, this is not already implemented in bbpress by default? Why it is not working with the theme now?
WinDroidAnswersParticipantto bbpress simply add other roles, but there is no relation with wordpress woles?
when i declare someone moderator, what i have to select as wordpress role?WinDroidAnswersParticipantthis tutorial is talking about the mediapress [if( is_user_logged_in() && bp_is_current_component( ‘mediapress’ ) )].
i’m talking about the normal forum replies and posts. in other words, the normal forum areas.
Do you have any suggestion?COPY CODEadd_filter( 'bp_activity_maybe_load_mentions_scripts', 'buddydev_enable_mention_autosuggestions', 10, 2 ); function buddydev_enable_mention_autosuggestions( $load, $mentions_enabled ) { if( ! $mentions_enabled ) { return $load;//activity mention is not enabled, so no need to bother } //modify this condition to suit yours if( is_user_logged_in() && bp_is_current_component( 'mediapress' ) ) { $load = true; } return $load; }
WinDroidAnswersParticipantOk then, so I can have categories (empty without posts inside) with real forums inside them. Am I right?
WinDroidAnswersParticipantI’m trying to understand wow it works. If I have WordPress official roles, how bbpress roles effect on them?
WinDroidAnswersParticipantNo, we don’t want html in users reply. And this is mandatory. But I read that bbpress already integrate the mentioning system as drop-down. May you have a look in the back end please?
WinDroidAnswersParticipantI dunno. I’ve found that it is possible to create a category and I create it to understand the aim behind that. That’s why I’m asking you why your theme comes with categories.
WinDroidAnswersParticipanti’m wondering if the latest bbpress do not support itself the mentioning sistem as a dropdown.
we deactivate the html custom text for normal users, but before that it works, where we’re doing something wrong? -
AuthorPosts