-
DD
KeymasterMarch 11, 2013 at 11:10 in reply to: Site Activity & Personal ProfileDo you have the same problem when Default BP theme is active? Try to disable all plugins except buddypress, bbpress and contact form 7
DD
KeymasterMarch 11, 2013 at 10:05 in reply to: OneCommunity Buddypress 1.7 readyFull integration with bbPress is done and I’ll upload it today but compatibility with Buddypress 1.7 will be done when final version 1.7 will be released.
DD
KeymasterMarch 11, 2013 at 09:58 in reply to: Wrong groups url in some pagesProbably it has the same variables (var) like organicTabs
DD
KeymasterMarch 11, 2013 at 09:53 in reply to: How can I create black login boxAdd following code to the myStyle.css:
#right-login { background:#ffffff; }Recent posts widget should be already red because it contains
widget_recent_entries class.DD
KeymasterHi,
If you want to use my theme on child sites then you have to buy extended license. When you buy it then I’ll tell you how to fix it.
DD
KeymasterMarch 11, 2013 at 09:46 in reply to: Update ThemeDid you select Frontpage 2 for Home page? Disable all plugins except buddypress, bbpress and contact form 7.
DD
KeymasterMarch 10, 2013 at 15:08 in reply to: Event manager / wpautop conflict– I
DD
KeymasterMarch 10, 2013 at 10:05 in reply to: Update ThemeDid you upload “slider” folder?
DD
KeymasterMarch 10, 2013 at 10:01 in reply to: Plugins and broken layoutInside plugins folder, there should be folder with page templates
DD
KeymasterMarch 10, 2013 at 09:58 in reply to: Wrong groups url in some pagesOpen frontpageX.php and group/groups-loop.php and replace:
<?php bp_group_permalink() ?>forum
for
<?php bp_group_permalink() ?>
few times
DD
KeymasterMarch 10, 2013 at 09:54 in reply to: Event manager / wpautop conflictOpen functions .php and remove:
function my_formatter($content) {
$new_content = ”;
$pattern_full = ‘{(\[raw\].*?\[/raw\])}is’;
$pattern_contents = ‘{\[raw\](.*?)\[/raw\]}is’;
$pieces = preg_split($pattern_full, $content, -1, PREG_SPLIT_DELIM_CAPTURE);foreach ($pieces as $piece) {
if (preg_match($pattern_contents, $piece, $matches)) {
$new_content .= $matches[1];
} else {
$new_content .= wptexturize(wpautop($piece));
}
}return $new_content;
}remove_filter(‘the_content’, ‘wpautop’);
remove_filter(‘the_content’, ‘wptexturize’);add_filter(‘the_content’, ‘my_formatter’, 99);
DD
KeymasterMarch 9, 2013 at 10:00 in reply to: Popular Members not showingIt’s inside the frontpageX.php – http://pastebin.com/3uEPXWq0
DD
KeymasterMarch 9, 2013 at 09:58 in reply to: Customizing registration processIf you want to add more fields then go to users -> profile fields and add new fields.
DD
KeymasterOpen blog.php and replace posts_per_page=4 for cat=1&posts_per_page=4
DD
KeymasterOpen functions.php and replace 135 and 215 for 150. Keep in mind selection will be the same for groups thumbnails too.
DD
KeymasterMarch 8, 2013 at 10:17 in reply to: Customizing registration processYour customized page can’t have <strong>register</strong> slug. Also open header.php and replace:
<?php printf( __( ‘<a href=”%s” title=”Create an account” rel=”nofollow”>Sign Up</a>’, ‘buddypress’ ), site_url( bp_get_signup_slug() . ‘/’ ) ) ?>for own link <a href=”http://www.domainname.com/regitration” title=”Create an account ” rel=”nofollow”>Sign Up</a>
DD
KeymasterBuddypress plugin is inactive. If you can’t access WP Dashboard then remove folder with my theme first.
DD
KeymasterMarch 7, 2013 at 10:02 in reply to: Post ExcerptsOpen blog.php & frontpage3.php and replace
the_content
for:
the_excerptNow open functions.php and paste following code -> http://pastebin.com/3bYSjdZW
You can also insert Read More button into loop (blog.php & frontpage3.php) -> http://pastebin.com/YhbqPRJ2
DD
KeymasterIn the documentation – if you have the latest version of theme.
DD
KeymasterMarch 6, 2013 at 10:53 in reply to: Theme installation failingTry to upload WildCommunity folder with theme using FTP client here wp-content/themes
DD
KeymasterMarch 5, 2013 at 10:59 in reply to: Popular Members not showingOf course
DD
KeymasterMarch 5, 2013 at 10:58 in reply to: "SlideDeck 2" on "frontpage 1"?You have to create a new widget area, open functions.php and after:
register_sidebar(array(
‘name’ => ‘Sidebar – Pages’,
‘id’DD
KeymasterMarch 5, 2013 at 10:49 in reply to: Popular Members not showingIt generated based on number of friends.
DD
KeymasterMarch 5, 2013 at 10:36 in reply to: CSS Background?Not found. If you are trying to insert comments inside the #content div then comments wan’t be full width because #content has a fixed width.
DD
KeymasterMarch 5, 2013 at 10:31 in reply to: Plugins and broken layoutThis is a proper modification – http://pastebin.com/PdUugShr
I updated FAQ too so it’s more clear now – http://themeforest.net/item/wildcommunity-buddypress-theme/3146452/faqs/12134
DD
KeymasterMarch 4, 2013 at 10:31 in reply to: Plugins and broken layoutHere is a solution – http://themeforest.net/item/wildcommunity-buddypress-theme/3146452/faqs/12134
DD
KeymasterMarch 3, 2013 at 10:23 in reply to: Forum slug must read DiscussionsProbably you selected full width template or something else for this page. I changed slug on my test site and there is no problem.
DD
KeymasterI copied html on deskop and checked it with default header files but it still doesn’t work. I have no idea what you did with code.
DD
KeymasterHi,
I can recommend this plugin – http://wpmu.org/login-with-facebook-on-any-wordpress-wpmu-or-buddypress-site-using-wp-fb-autoconnect/
For Login Radius instructions are here:
http://wordpress.org/extend/plugins/loginradius-for-wordpress/installation/
DD
KeymasterMarch 2, 2013 at 10:37 in reply to: Frontpage3 table overlapIt looks like corrupted code. Make a copy of your changes and upload my theme again.
DD
KeymasterProbably your logo is too big. Also I must see code or at least screenshot.
DD
KeymasterGo to WP Dashboard -> Settings -> Discussion and select Show Avatar, Suitable for all audiences. Identicon (Generated)
If it’s already selected than unselect it, save and select again.
DD
KeymasterMarch 2, 2013 at 10:19 in reply to: Remove "profile" link from tabsAdd it to the myStyle.css
#xprofile-personal-li { display:none; }
DD
KeymasterMarch 2, 2013 at 10:15 in reply to: Forum slug must read DiscussionsI am not sure what do you mean. Each widget must contain title.
DD
KeymasterOpen frontpage2.php and replace posts_per_page=5 for posts_per_page=5&cat=1
DD
KeymasterOpen frontpage2.php and replace posts_per_page=5 for posts_per_page=5&cat=1
DD
KeymasterI don’t know how this plugin works so I can’t help you. Also check it on the Default BP theme.
DD
KeymasterWhich types?
DD
KeymasterMarch 1, 2013 at 09:36 in reply to: bbPress and Buddy Press forumsYes
DD
KeymasterAre you talking about this page – http://www.demo1.diaboliquedesign.com/4/groups/
Do you see the same thing when a default bp theme is active?
DD
Keymasteran example:
.subtitle { color:#ff6700; border:1px solid #cccccc; background:#ececec; }
DD
KeymasterInsert custom field below post editor – http://imm.io/XF1M
DD
KeymasterHello,
Open single.php and paste following code http://pastebin.com/2WuDgLec
before <div class=”entry”>
also replace subtitle for your custom field name
DD
KeymasterProbably you inserted bbpress shortcode with posts into the Groups page.
DD
KeymasterWhich profile links?
DD
KeymasterFebruary 27, 2013 at 11:27 in reply to: Topic can be deletedHow do I assign different avatars to each group?
Go to
DD
KeymasterFebruary 27, 2013 at 11:02 in reply to: Change Username in User tileThen I don’t know, search in google – buddypress display username
DD
KeymasterFebruary 27, 2013 at 10:16 in reply to: changing theme colorPaste it into the myStyle.css:
.tile2 { background:#cccccc; }
DD
KeymasterFebruary 27, 2013 at 10:12 in reply to: Sidebars issueEach widget must contain title. Probably you display search field without title.
DD
KeymasterFebruary 26, 2013 at 14:44 in reply to: Password recoveryYes, it’s normal, I removed WP logo from this page so I don’t see problem. Anyway here is some solution – http://buddypress.org/support/topic/stop-redirecting-to-the-wp-login-page/
Login page is here – wp-content/themes/OneCommunity/login.php
DD
KeymasterFebruary 26, 2013 at 14:41 in reply to: Change Username in User tileOpen header.php and replace
bp_core_get_userlink( bp_loggedin_user_id() )
for
bp_core_get_username($user_id)DD
KeymasterHi,
Replace this image on FTP – wp-content/themes/OneCommunity/images/avatar.gif
DD
KeymasterNot yet but it will be possible very soon.
DD
KeymasterFebruary 26, 2013 at 10:07 in reply to: Password recoveryHello,
Create empty page called for example Password Recovery (Pages ? Add New) with selected Password Recovery template. Permalink for this page must be recovery.
DD
KeymasterOpen: buddypress\bp-members\bp-members-buddybar.php
and replace
<?php bp_members_component_link( ‘profile’, ‘change-avatar’ ); ?>
for
DD
KeymasterFebruary 25, 2013 at 11:35 in reply to: Traduction du themeHello,
Install French version of Buddypress. Also go to theme options panel -> Translations
DD
KeymasterFebruary 25, 2013 at 10:07 in reply to: recent postsIt’s My Recent Posts Widget or My Recent Topics Widget
DD
KeymasterFebruary 25, 2013 at 10:01 in reply to: Update ThemeHello,
Download purchased file from TF and reupload all theme files. If you want to display slider on the frontpage then select Frontpage 2/3 page template for Home page.
DD
KeymasterFebruary 25, 2013 at 09:59 in reply to: PermalinksIt’s not a theme issue. You can see on the live demo that single post page doesn’t contain blog slug – http://www.demo1.diaboliquedesign.com/4/aenean-neque-nisi-eleifend/
Select Custom Structure and paste /%postname%/
DD
KeymasterFebruary 25, 2013 at 09:55 in reply to: Theme installation failingHi,
You are trying to upload whole file downloaded from ThemeForest. You have to unzip downloaded file -> compress WildCommunity folder to ZIP format and upload. Inside the Help folder you
DD
KeymasterFebruary 24, 2013 at 10:23 in reply to: PermalinksGo to WP Dashboard -> Settings -> permalinks -> select “Post name” -> save
DD
KeymasterFebruary 23, 2013 at 12:30 in reply to: PermalinksIt
DD
KeymasterIt’s here:
nav ul ul { border-top:3px solid #f69200; (..) } #object-nav ul li a, #object-nav2 ul li a { color:#ffffff; font:16px QuicksandBold; text-shadow: 1px 1px 0px #c77804; } #subnav ul li a { color:#ffffff; font:13px Open Sans!important; text-shadow:#c77804 1px 1px 0px; }DD
KeymasterFebruary 23, 2013 at 10:32 in reply to: Featured Groups Home PageOpen frontpageX.php and paste following code
before http://pastebin.com/EijUNcTr
and remove class=”current”
from
href=”#popular” class=”current”
Now paste static html with your featured groups http://pastebin.com/sm155Due
before <!– NEWEST GROUPS LOOP POPULAR –>
and add replace <ul id=”popular”> for <ul id=”popular”
DD
KeymasterOpen members\single\profile\change-avatar.php
remove following code – http://pastebin.com/KTbBe8gR
————————————————————
<p><?php _e( ‘Your avatar will be used on your profile and throughout the site. If there is a <a href=”http://gravatar.com”>Gravatar</a> associated with your account email we will use that, or you can upload an image from your computer.’, ‘buddypress’); ?></p>
<form action=”” method=”post” id=”avatar-upload-form” class=”standard-form” enctype=”multipart/form-data”>
<?php if ( ‘upload-image’ == bp_get_avatar_admin_step() ) : ?>
<?php wp_nonce_field( ‘bp_avatar_upload’ ); ?>
<p><?php _e( ‘Click below to select a JPG, GIF or PNG format photo from your computer and then click \’Upload Image\’ to proceed.’, ‘buddypress’ ); ?></p><p id=”avatar-upload”>
<input type=”file” name=”file” id=”file” />
<input type=”submit” name=”upload” id=”upload” value=”<?php _e( ‘Upload Image’, ‘buddypress’ ); ?>” />
<input type=”hidden” name=”action” id=”action” value=”bp_avatar_upload” />
</p><?php if ( bp_get_user_has_avatar() ) : ?>
<p><?php _e( “If you’d like to delete your current avatar but not upload a new one, please use the delete avatar button.”, ‘buddypress’ ); ?></p>
<p><a class=”button edit” href=”<?php bp_avatar_delete_link(); ?>” title=”<?php _e( ‘Delete Avatar’, ‘buddypress’ ); ?>”><?php _e( ‘Delete My Avatar’, ‘buddypress’ ); ?></a></p>
<?php endif; ?><?php endif; ?>
<?php if ( ‘crop-image’ == bp_get_avatar_admin_step() ) : ?>
<h5><?php _e( ‘Crop Your New Avatar’, ‘buddypress’ ); ?></h5>
<img src=”<?php bp_avatar_to_crop(); ?>” id=”avatar-to-crop” class=”avatar” alt=”<?php _e( ‘Avatar to crop’, ‘buddypress’ ); ?>” />
<div id=”avatar-crop-pane”>
<img src=”<?php bp_avatar_to_crop(); ?>” id=”avatar-crop-preview” class=”avatar” alt=”<?php _e( ‘Avatar preview’, ‘buddypress’ ); ?>” />
</div><input type=”submit” name=”avatar-crop-submit” id=”avatar-crop-submit” value=”<?php _e( ‘Crop Image’, ‘buddypress’ ); ?>” />
<input type=”hidden” name=”image_src” id=”image_src” value=”<?php bp_avatar_to_crop_src(); ?>” />
<input type=”hidden” id=”x” name=”x” />
<input type=”hidden” id=”y” name=”y” />
<input type=”hidden” id=”w” name=”w” />
<input type=”hidden” id=”h” name=”h” /><?php wp_nonce_field( ‘bp_avatar_cropstore’ ); ?>
<?php endif; ?>
</form>
————————————————————
…and paste following redirection – http://pastebin.com/T47kDBd4
DD
KeymasterPaste own style into the myStyle.css
DD
KeymasterFebruary 22, 2013 at 11:07 in reply to: Group forums changed to site wide, all groups foward to forums pageOpen frontpageX.php and groups/groups-loop.php and replace everywhere
<?php bp_group_permalink() ?>forum
for
<?php bp_group_permalink() ?>
DD
KeymasterYou can change it under theme options panel (translation tab)
DD
KeymasterDD
Keymastertext-decoration: underline white; doesn’t exist in wc3 specification –
