پاسخ : ست نبودن whmcs با وردپرس
افزونه هست (سرچ کنید پیدا میکنید )
اما من توصیه میکنم شما از قالب html ساده استفاده کنید
پاسخ : ست نبودن whmcs با وردپرس
هر دو سیستم وردپرس و WHMCS رو در ساب دامین یا دایرکتوری های متفاوت بریزید و نصب کنید و با استفاده از htaccess وردپرس رو در روت سایت لود کنید
اموزش انتقال وردپرس به روت ( در اصل وردپرس در ساب دایرکتوری نصب میشه ولی از روت فراخوانی میشه و باعث تداخل نمیشه )
http://codex.wordpress.org/Giving_Wo..._Own_Directory
نقل قول:
Moving a Root install to its own directory The process to move WordPress into its own directory is as follows:
- Create the new location for the core WordPress files to be stored (we will use /wordpress in our examples). (On linux, use mkdir wordpress from your www directory. You'll probably want to use "chown apache:apache" on the wordpress directory you created.)
- Go to the General panel.
- In the box for WordPress address (URL): change the address to the new location of your main WordPress core files. Example: http://example.com/wordpress
- In the box for Site address (URL): change the address to the root directory's URL. Example: http://example.com
- Click Save Changes. (Do not worry about the error message and do not try to see your blog at this point! You will probably get a message about file not found.)
- Move your WordPress core files to the new location (WordPress address).
- Copy (NOT MOVE!) the index.php and .htaccess files from the WordPress directory into the root directory of your site (Blog address). The .htaccess file is invisible, so you may have to set your FTP client to show hidden files. If you are not using pretty permalinks, then you may not have a .htaccess file. If you are running WordPress on a Windows (IIS) server and are using pretty permalinks, you'll have a web.config rather than a .htaccess file in your WordPress directory. For the index.php file the instructions remain the same, copy (don't move) the index.php file to your root directory. The web.config file, must be treated differently than the .htaccess file so you must MOVE (DON'T COPY) the web.config file to your root directory.
- Open your root directory's index.php file in a text editor
- Change the following and save the file. Change the line that says:
require( dirname( __FILE__ ) . '/wp-blog-header.php' );
to the following, using your directory name for the WordPress core files:
require( dirname( __FILE__ ) . '/wordpress/wp-blog-header.php' ); - Login to the new location. It might now be http://example.com/wordpress/wp-admin/
- If you have set up Permalinks, go to the Permalinks panel and update your Permalink structure. WordPress will automatically update your .htaccess file if it has the appropriate file permissions. If WordPress can't write to your .htaccess file, it will display the new rewrite rules to you, which you should manually copy into your .htaccess file (in the same directory as the main index.php file.)
پاسخ : ست نبودن whmcs با وردپرس
نقل قول:
نوشته اصلی توسط
cheapmizban
افزونه هست (سرچ کنید پیدا میکنید )
اما من توصیه میکنم شما از قالب html ساده استفاده کنید
ببین شعر تحویل من نده که این افزونه اسم نداره؟
درضمن این همه سایت وردپرسی باwhmcs اجرا میشن
اونطوری که میگی الان دیگه نباید وردپرسی در کار بود مجبوری حرف بزنی؟؟کسی زور کرد نظر بدی؟
یا تازه واردی میخوای پستات بره بالا برو عمو خدا روزیتو جا دیکه حواله کنه
--------------
شرمنده بابت اسپم
پاسخ : ست نبودن whmcs با وردپرس
whmpress یکی سری short codes داره مثل نمایش صفحه ورود و خروج
داخل صفحات جانبی وردپرس
من تست نکردم احتمالا برای صفحه عضویت هم short codes داشته باشه
پاسخ : ست نبودن whmcs با وردپرس
نقل قول:
نوشته اصلی توسط
avatco
هر دو سیستم وردپرس و WHMCS رو در ساب دامین یا دایرکتوری های متفاوت بریزید و نصب کنید و با استفاده از htaccess وردپرس رو در روت سایت لود کنید
اموزش انتقال وردپرس به روت ( در اصل وردپرس در ساب دایرکتوری نصب میشه ولی از روت فراخوانی میشه و باعث تداخل نمیشه )
http://codex.wordpress.org/Giving_Wo..._Own_Directory
اهان متوجه منظورتون شدم باشه مرسی از پاسختون
پاسخ : ست نبودن whmcs با وردپرس
اگر نیاز بود دسترسی بدید به هاست براتون انجام بدم انتقال و ست کردن موارد مورد نیاز رو
همچنین از افزونه زیر جهت اتصال WHMCS به وردپرس استفاده کنید
WHMCS Bridge — WordPress Plugins