رفتن به مطلب

عدم نمایش برگه های پیش فرض بادی پرس


i.gratia

پست های پیشنهاد شده

من افزونه فارسی 1.6 بادی پرسو نصب کردم همچنین افزونه پک پیشنهادی برنامه برای مچ کردن سیستم با قالب سایت

افزونه به طور خودکار چند تا برگه با نام های active form blog register و ... ساخته که وقتی بر روی این برگه های کلیک میکنیم هیچ اتفاقی نمیوفته و ارور 404 میده

من از قالبهای پیش فرض خود بادی پرس استفاده نکردم و میخوام قالب خود سایتم با بادی پرس مچ بشه

چرا این برگه ها چیزی نشون نمیده ؟؟

تو یجایی خوندم که باید برگه های بادی پرس باید تغییر داده بشه همچنین پوسته یکم باید تغییر کنه ، دقیقا منظور از تغییراتی که باید تو برگه های بادی پرس و پوسته انجام بشه چیه ؟؟

ویرایش شده توسط i.gratia
لینک به ارسال

باید پوسته تون رو با بادی پرس منطبق کنید

اون پک + یکسری تغییرات نیاز هست:

بهینه سازی قالب wpبرای bp

لینک به ارسال

ممنون :)

تو این تاپیک خیلی خوب توضیح داده نشده بود فقط دو لینکی 1 + 2 توسط خود شما قرار داده شده بود چند تا مورد بود که انجام دادم امام حل نشد

این دو پیج اینگلیسی هستش اگه یه توضیح مختصر از این دو پیج بدید ممنون میشم من متن انگلیسیشو میزارم شما لطف کنید توضیح فارسیشو بدید که ما بقی دوستان راحت تر بتونن مشکل و بر طرف کنند

تشکر

Step Three: Tweaking your layout

Now that the template files are in the correct location, check out your site. (You can come back to the current page at any time, by visiting Dashboard > Appearance > BP Compatibility.) You should see a BuddyPress admin bar at the top of the page. Try visiting some of the links in the “My Account” menu. If everything has gone right up to this point, you should be able to see your BuddyPress content.

If you find that the pages are not quite aligned correctly, or the content is overlapping the sidebar, you may need to tweak the template HTML. Please follow the “fixing alignment” instructions below. If the content in your pages is aligned to your satisfaction, then you can skip to the “Finishing Up” section at the bottom of this page.

Fixing Alignment

By default BuddyPress templates use this HTML structure:


<?php get_header( 'buddypress' ); ?>

<div id="content">
<div class="padder">

[ CONTENT ]

</div><!-- .padder -->
</div><!-- #content -->

<?php get_sidebar( 'buddypress' ); ?>
<?php get_footer( 'buddypress' ); ?>

If BuddyPress pages are not aligned correctly, then you may need to modify some of the templates to match your theme’s HTML structure. The best way to do this is to access your theme’s files, via FTP, at:/xxxxx/wp-content/themes/twentyeleven/

Open up the page.php file (if this does not exist, use index.php) of your active/preferred WP theme. Make note of the HTML template structure of

the file, specifically the div tags that surround the content and sidebar.

There are two methods for making the necessary template changes.

A. The first method is to change the HTML structure in the following BuddyPress template files which were transferred into your active/preferred WP theme to match the structure of your WP theme’s page.php or index.php file.[t]

  • /activity/index.php
  • /blogs/create.php
  • /blogs/index.php
  • /forums/index.php
  • /groups/index.php
  • /groups/create.php
  • /groups/single/home.php
  • /groups/single/plugins.php
  • /members/index.php
  • /members/single/home.php
  • /members/single/plugins.php
  • /members/single/settings/delete-account.php
  • /members/single/settings/general.php
  • /members/single/settings/notifications.php
  • /registration/activate.php
  • /registration/register.php

B. Alternatively, you may find it easier to make copies of your theme’s header.php, sidebar.php and footer.php and rename them to header-buddypress.php, sidebar-buddypress.php, and footer-buddypress.php.

Then you can alter the structure of these new template files (header-buddypress.php, sidebar-buddypress.php, and footer-buddypress.php) to resemble your theme’s page.php (or index.php).

Once you are done matching up the HTML structure of your theme in these template files, please take another look through your site. You should find that BuddyPress pages now fit inside the content structure of your theme.

Finishing Up

You’re now all done with the conversion process. Your WordPress theme will now happily provide BuddyPress compatibility support. Once you hit the finish button you will be presented with a new permanent theme options page, which will allow you to tweak some settings.t]

Finish

Click on “Finish” link

Final Steps

__Disable BP Template Pack CSS

The BuddyPress template pack comes with basic wireframe CSS styles that will format the layout of BuddyPress pages. You can extend upon these styles in your theme’s CSS file, or simply turn them off and build your own styles.

___Disable BP Template Pack JS / AJAX

The BuddyPress template pack will automatically integrate the BuddyPress default theme javascript and AJAX functionality into your theme. You can switch this off, however the experience will be somewhat degraded.

Save Settings

ویرایش شده توسط i.gratia
لینک به ارسال

توضیح خاصی نداره.

کدی داده که بیس کار یک پوسته بادی پرسی هست.

در بخش بعدی هم فایلهایی هست که باید برای کار خودتون اونها رو ویرایش کنید

بیشتر توضیح داده که بعد از ویرایش ها و تکمیل پوسته اصلی باید پک دریافتی رو غیرفعال کنید.

لینک به ارسال

در بخش بعدی هم فایلهایی هست که باید برای کار خودتون اونها رو ویرایش کنید

خب این تغییرات چه تغییراتیه؟؟؟ چطور باید ویرایش بشه ؟؟؟

لینک به ارسال


http://wp.tutsplus.com/tutorials/getting-started-with-buddypress/
http://wp.tutsplus.com/tutorials/developing-buddypress-themes-part-1-working-with-the-buddypress-api-and-loops/
http://wp.tutsplus.com/tutorials/developing-buddypress-themes-part-2-creating-a-custom-style-and-home-page/
http://wp.tutsplus.com/tutorials/developing-buddypress-themes-part-3-working-with-buddypress-1-5-customizing-member-pages-and-the-overall-user-experience/

توضیح در 4بخش

لینک به ارسال

به گفتگو بپیوندید

هم اکنون می توانید مطلب خود را ارسال نمایید و بعداً ثبت نام کنید. اگر حساب کاربری دارید، برای ارسال با حساب کاربری خود اکنون وارد شوید .

مهمان
ارسال پاسخ به این موضوع ...

×   شما در حال چسباندن محتوایی با قالب بندی هستید.   حذف قالب بندی

  تنها استفاده از 75 اموجی مجاز می باشد.

×   لینک شما به صورت اتوماتیک جای گذاری شد.   نمایش به صورت لینک

×   محتوای قبلی شما بازگردانی شد.   پاک کردن محتوای ویرایشگر

×   شما مستقیما نمی توانید تصویر خود را قرار دهید. یا آن را اینجا بارگذاری کنید یا از یک URL قرار دهید.

×
×
  • اضافه کردن...