m (→Activate the PageLines/MediaWiki Special Page) |
|||
| Line 89: | Line 89: | ||
# Navigate back to the Integrations tab inside the PageLines Store menu | # Navigate back to the Integrations tab inside the PageLines Store menu | ||
# Click the "Activate" PageLines MediaWiki button | # Click the "Activate" PageLines MediaWiki button | ||
| − | # Select the "PageLines" panel, then " | + | # Select the "PageLines" panel, then "Meta" |
# You will now see a new "MediaWiki" tab along with the rest of the Special Pages | # You will now see a new "MediaWiki" tab along with the rest of the Special Pages | ||
Here you can customize your Basic Template, upload a new background image, and more. For more information, click on [[How to Use Special Pages]] | Here you can customize your Basic Template, upload a new background image, and more. For more information, click on [[How to Use Special Pages]] | ||
If you purchased a PageLines 2.0 Developer license, you have access to PageLines Integrations. This allows you to use non-WordPress software on your website such as Vanilla forums & MediaWiki, and complety integrate it with your PageLines theme.
Contents |
Vanilla is a light weight Internet forum package. It is written in PHP and runs smoothly along with your WordPress website. With PageLines Integrations, it's easier than ever to match your Vanilla forum's appearance with the PageLines 2.0 theme. At PageLines.com, we use Vanilla for our own help forums. For more information on Vanilla, go to the Vanilla forums website.
There are two ways to download the Vanilla Integration files.
You will find them under "Your Products" in you PageLines.com Launchpad page. Click the "Download" button next to "PageLines Vanilla Integration."
You can also download them through your PageLines 2.0 site:
From your WordPress Administration Panel:
You will download a ZIP file named "pagelines-integration-vanilla.zip" This file contains everything you need to sync your existing Vanilla installation with the PageLines 2.0 theme.
You should now see your Vanilla forum completely in sync with PageLines 2.0! If for some reason the linking process fails, refer to the README.txt file inside the pagelines-integration-folder for information on linking "wp-load.php."
Now that you've integrated PageLines 2.0 to your forum, you must now add it to your Special Pages for further customization.
Here you can customize your Basic Template, upload a new background image, and more. For more information, click How to Use Special Pages
After you have everything setup & integrated, you may encounter an issue where your forum page is completely blank. No warnings or errors, just a blank screen. This could be caused by certain php-scripts inside Vanilla exceeding the allowed memory. To verify this is what's causing your problem, go to your hosting provider's control panel and look at the error logs. You may see several php-scripts exceeding the allowed memory, and some of those scripts may be located inside Vanilla directories.
The current solution is to increase the available memory for your scripts. This means that you will probably have to edit your php.ini file, which usually resides in the root directory of your web server.
Increasing the memory inside php.ini is usually not enough to solve the problem. The php.ini file usually has to be copied into the directories where your memory hungry php-scripts reside (the ones in the error logs).
Most likely they will be in
../vanilla/applications/vanilla/modules
MediaWiki is a free open source wiki package written in PHP. It is used on sites such as Wikipedia, the World's largest online encyclopedia. It is also used on many other wikis, including PageLines Docs! For more information on MediaWiki, go to the MediaWiki website.
There are two ways to download the MediaWiki Integration files.
You will find them under "Your Products" in you PageLines.com Launchpad page. Click the "Download" button next to "PageLines MediaWiki Integration."
You can also download them through your PageLines 2.0 site:
YOU MUST HAVE MEDIAWIKI VERSION 1.18
From your WordPress Administration Panel:
You will download a ZIP file named "pagelines-integration-mediawiki.zip" This file contains everything you need to sync your existing MediaWiki installation with the PageLines 2.0 theme.
// pagelines-start require_once( '/home/user/www/wp-load.php' ); // pagelines-end
Depending on your operating system, you may need to change the file path to correctly link "wp-load.php," which is located in your root WordPress folder. Make sure to enter the absolute path to wp-load.php, NOT the URL.
You should now see your MediaWiki's appearance completely in sync with PageLines 2.0!
Now that you've integrated PageLines 2.0 to your wiki, you must now add it to your Special Pages for further customization.
Here you can customize your Basic Template, upload a new background image, and more. For more information, click on How to Use Special Pages