Forum Replies Created
-
Author
-
wannabeParticipant
well if that is so, a few words from one of the SeventhQueen crew would have been nice …
wannabeParticipantImplementing a voting system and do noting with it, for over 11 months this is voted highest. Not even a brief response.
I totally agree with vinz98 .. highest vote but not a single response.. too bad..
wannabeParticipantHi, it is working for a bit. But I cannot set the background color of the edit area. Does anyone know how to do that?
I have so far:
COPY CODE.mce-menubar { <-- working background: #555 !important; } .mce-content-body { <-- not working background: #555 !important; } .mce-edit-area { <-- not working background: #555 !important; }
thanks in advance,
WwannabeParticipantI counted the total users on the admin dashboard->Users->All and there are in total 24 users.
I did the tool thingy (recount users) but didn’t work. Its not that important to solve, but it would be nice if it reflect the real number of members 🙂wannabeParticipantHi,
A link is not possible bcs its a private site.
the theme version is the version before the new 4.036 members are showing but there are only 22
thanks in advance,
W
Attachments:
You must be logged in to view attached files.wannabeParticipantIf you are using a VPS you should also check on dkim email signature settings in your DNS. If these settings are not good the email has a good chance of ending up in junk/spam folder.
Another thing to check is your SPF in your DNS
wannabeParticipantFor those who are experiencing the same here is a fix;
You see, the table_name is not set in query.
I use the latest release of rtMedia with the latest release of BuddyPress Activity Privacy on WordPress 4.0.
I changed the lines 330, 472 in your code in file /includes/bp-activity-privacy-integrations.php
from
$table_name = $rtmedia_query->model->table_name;
to
$table_name = $wpdb->base_prefix.”rt_rtm_media”;Now the error is going away and it works fine for me.
Please fix this for next updates, so my changes are not lost.
Thanks
wannabeParticipantIf you are using a VPS you should also check on dkim email signature settings in your DNS. If these settings are not good the email has a good chance of ending up in junk/spam folder.
wannabeParticipantNeah I don’t need it soon, but would be nice if the stream is cleaned up a bit. Its just annoying. As it is now, I can’t really change it with just css because the image is placed after the text. The HTML code should be changed, so I guess a plugin with a filter will do the job 🙂
Thanks for your efforts, I will wait a bit and see if my request will be accepted. If not, I will get my hands dirty and try to write my own plugin.
Thanks
wannabeParticipantToo bad I cannot edit my original post, I should have added a bit more information.
The activity stream at this moment is a bit messed up. The images in the stream have different sizes, plus images are added after text. It just doesn’t look nice at all. This can be done a lot better, done Kleo Style 🙂
wannabeParticipantI truly don’t get it.. Anyway the theming of activity stream is far from nice, different size of images and other things that I would like to see differently. Is there any easy way to make it look fancy?
example:
wannabeParticipantthe img is contained inside <p> tags. I am no CSS expert but if the img comes after <p> I think the problem is completely resolved. Any idea on how to do this?
<p>
Lorem Ipsum is simply dummy text of the printing a…
</img>
</p>
wannabeParticipantHi there, did some more testing. It seems that if you put several lines of tekst and have a line-break in between, it is messing up the activity stream.
pls try adding the tekst below in a post. If it also breaks up on your installation then its settled, nothing to do with Kleo but with activity stream. But perhaps the nice people of seventh queen could write a plugin to rewrite the output for activity stream so that we can tweak it a bit..? 🙂
—
Si quicquam extra virtutem habeatur in bonis. Qua ex cognitione facilior facta est investigatio rerum occultissimarum. Tum ille timide vel potius verecunde: Facio, inquit.Videmus igitur ut conquiescere ne infantes quidem possint. Multoque hoc melius nos veriusque quam Stoici. Rationis enim perfectio est virtus; Illis videtur, qui illud non dubitant bonum dicere -; Sed tamen enitar et, si minus multa mihi occurrent, non fugiam ista popularia. Nam ista vestra: Si gravis, brevis; Bonum liberi: misera orbitas. Nummus in Croesi divitiis obscuratur, pars est tamen divitiarum. Qualem igitur hominem natura inchoavit?
—wannabeParticipantI will check again later today. I have no more time right now.
I will report back inhere.
Thanks
wannabeParticipantI am gonna test that and report back inhere
I set mine as featured image, can you please try that one ?
wannabeParticipantThanks , Just for thoroughness sake. Please add a blog with more text. I am wondering how that will look like.
How do you add the picture to the blog? It shouldnt actually matter, should it?
wannabeParticipantNo you didn’t prove it works ..
I am having problems, vanilla wordpress with vanilla kleo (including all plugins that are required by kleo)
Please create a post on the demo site ..
wannabeParticipantYes I see .. However I want to see a regular post in the activity stream on the demo site. Where can I find a demo of that?
Thanks
W/
wannabeParticipantHow do we add restrictions on other plugins? I installed the ‘poke’ plugin ( https://wordpress.org/plugins/bp-poke/ ) and i want to restrict the use of this plugin to paid members only.
thanks in advance,
JwannabeParticipantHi, None of the links with code-examples work.
I want my users to be able to add videos from youtube/vimeo etc to their profile media. Now only video uploading is possible, how can we also allow users to use video’s from youtube/vimeo, etc. ?
Thanks,
J
-
AuthorPosts