Forum Replies Created
-
Author
-
SQadminKeymaster
Hi,
I don’t know any plugin to do that. You will probably need to develop something to match your needs because it implies some custom queries by chosen fields, etc.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Yes you can limit access to cometchat by wrapping their code in header.php like this:COPY CODE/* In this example we are allowing only levels 1 and 2 to use the chat. */ <?php if ( pmpro_hasMembershipLevel(array(1,2))) { ?> /*put here the css and js from cometchat */ <?php } ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, We added the chekbox in the regiser modal in the 2.1 update.
To add it also in the homepage register form please add this to sweetdate-child/functions.php
http://d.pr/n/6MRcHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Those are notices generated by plugins, Nothing to worry about,
Try disabling any extra plugins you have installed and see if the pages workHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You have two slashes in the path to cometchat. It should be just one, like /cometchat/cometchatcss.php
And make sure cometchat is in yourwebsite.com/cometchat/*Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
I am thinking that you have assigned from Settings -> Buddypres -> Pages the Activate page to Register and vice-versa.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
“Add Friend” “Public Message” “Private Message” tabs appear when you are viewing other profiles and not your own.
Let me know if this is not the problemHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterRight now you can restrict access by default only to the sending message page. Any other preferences requires custom coding,
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Plugins should work fine with PHP 5.4
I think you have an error somewhere. To see errors change in root of wordpress wp-config.php file:
WP_DEBUG to TRUEHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Give us a link to your site. If you have changed the header.php make sure you update it to follow the new structure.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
1. Your settings are correct. Do you have a custom header.php in your child theme? If so, we added some lines of code that handles revolution slider. Make sure the header section looks like this:
http://d.pr/n/S6KPLook in the parent theme to see the new structure.
2. I guess it is about the time revolution slider needs to load all its components. Try adding a caching plugin like w3 total cache
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 26, 2013 at 00:53 in reply to: Replicating Title Plates (Twitter, Facebook) Top Of Site #3334SQadminKeymasterHi,
I don’t really understand what you mean. Maybe if you can provide some screenshotsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
see the attached content for groups/index.php
and groups/home.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.SQadminKeymasterHi, there were some php warnings generated when using the plugin and also we fixed some display issues on the cometchat bar that was interfering with our styles. Now it is all fine.
PS: Thanks for your appreciation 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Profile page design is generated from:
members/single/member-header.php
members/single/profile.php
and basically all templates from singe folder since they are for different profile tabs
Many of the design elements are rendered by Buddypress so you must keep somehow the structureForum templates are located in bbpress folder.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can follow this topic since is covers your request and more: https://archived.seventhqueen.com/forums/topic/add-friend-add-me-as-a-friendHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Yes you can use it without the Buddypress plugin. Just go to Plugins and disable the Buddypress plugin.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, If you refer to the Recent posts widget, then that widget is defined here: sweetdate/framework/widgets/widget_recent_posts.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Update to latest version and see if all good. Anyway it should appear there. Check your settings.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 25, 2013 at 12:16 in reply to: Restrict members to messaging to existing Friends only #3295SQadminKeymasterHi, You can try this plugin: http://wordpress.org/plugins/buddypress-private-message-for-friends-only/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Right now you can only restrict entire members page or you can restrict an user from accessing their media page to add filesHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Try reading this topic: https://archived.seventhqueen.com/forums/topic/disable-profile-tab-below-profile-image
change profile with friendsCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterV.2.1
+ NEW FEATURE: Add friend button on member directory page
+ NEW FEATURE: You can hide the breadcrumb on any specific page/post
+ NEW FEATURE: Facebook avatar is now used when registering with Facebook. Clever logic to show it only when user hasn’t uploaded any photo as avatar
+ NEW FEATURE: Theme options new setting: Show Facebook avatar. Allows you to enable/disable Facebook avatars.
+ When registering using Facebook an email with access credentials will be send to user emaill address
* Moved membership settings to Theme options > Membership
* Cometchat plugin compatibility
* Membership – check if the plugin is activated before checking rules
* Buddypress Groups page – search fix
* Buddypress Sites page – search fix
* Buddydrive integration
* 404 page template – fixed an error that occured with PHP < 5.3 * Fix top navigation bug on some devices * Fix for phone numbers anchors on mobile so you are able to call by clicking the number * Improved speed in admin by removing some requests. * Improved speed in frontend by loading mediaelement only on required pages * Fixed multiselect problem on registration page and search form. * Added in the download package the styles to import from modern and car-sharing stylesHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, If you don’t want the activity page, just remove it and also from your menu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, The widget is located in sweetdate/framework/widgets/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
From Membership > Advanced you can restrict private messaging for specific levels.
PS: Starting with V2.1 these settings will be available in Sweetdate-> MembershipsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Here goes:
1. Automatic translation could be done using Google Translate integration: https://translate.google.com/manager/website/
2. Manage profile fields from WP Admin -> Users -> Profile fields
3. Don’t think is possible. I’ll let you know if I come up with something
4. When you check a specific level you give that one access and all others are not granted to access that page. So by checking at least one level you don’t give permission to non-members
5. You can add a trial on the level settings and the user is able to upgrade. The notification needs to be a custom development to match your needs
6. In Membership -> Advanced there is an option where you can set which levels restricts sending private messages.
7. That is when you want to restrict a specific post category and give that level access.
8. That you can include with a plugin like cometchat or anything compatible with wordpress and buddypressCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
1. This doesn’t have to do with the modal but with WordPress way to handle incorect login. Maybe try searching more on how to keep username value when incorect login. I tried to find something but no luck
3. If you want to add more fields to the modal and to pass the values to the registration page, the input name attribute must match the registration page field name attribute. Inspect the element on registration page and put the same name in the modalHope it helps
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
I am glad you figured out some of them.
3) We already fixed this and today update will include it.
4) Unfortunately there is no search form for group, it only searches in users profile fields
5) I need to install this plugin and see what function it has to display fields. Basically you need to edit the groups template located in sweetdate/groups/groups-loop.phpCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can use css to style it differently. If you want to change the structure you can copy the function named kleo_bp_seach_form_horizontal from sweetdate/custom_buddypress/kleo-bp-search.php to your sweetdate-child/functions.php and you can modify it the way you like.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, To have the form on the whole page you need to edit a file located in sweetdate/page-parts/home-search-form.php
Make sure you use the child theme and copy that file to the same folder location in sweetdate-child.
Replace: “five columns” with “twelve columns”For the checkboxes we will give you a solution after tomorrow update.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks @Anchora
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIgnore those notices because there are also plugins in those are normal notices.
You first need to translate the Sweetdate child theme following the instructions from my above reply.
You can translate strings from every plugin you have installed.
You need to translate also buddypress and bbpress and other plugins you use and have front-end content because on their specific pages, strings belong to the plugins.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Use the Codestyling plugin and ignore those notices. You shoud see the just one Sweetdate theme even if you have the child theme activated. Add your language, scan files and after you translate some strings click to Generate the .mo file
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, By default it takes the structure you choose for all buddypress pages from Sweetdate – Buddypress.
You change the template file though, located in sweetdate/groups/index.php to match the full width template locate in page-templates/full-width.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You should talk with your hosting since all of what you illustrated seems related to them.
You should try doing the upload via a FTP client like Filezilla.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterOk. For others interested you can add an “image” attribute to the shortcode that has the image path
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterBp Album is also packed in the theme. Enable/disable from WP Admin – Sweetdate – Buddypress
No additional plug in install is required.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi
That is fixed in upcoming update.
Fix: https://archived.seventhqueen.com/forums/topic/404-page-errorHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi
For first image please define your tab name like in this topic if using the codestyling localization plugin doesn’t work: https://archived.seventhqueen.com/forums/topic/buddypress-profile-landing-page-change
Those words should come up in the translatable fields. Try using codestyling localization pluginHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts