Version: , by Intex
Developer Last Online: Apr 2014
Version: Unknown
Rating:
Released: 06-03-2004
Last Update: Never
Installs: 0
No support by the author.
Tigga - let me be the first to say what an absolutely outstanding hack this is. I've been using it now for about a month (or whenever you first released it on your website).
Installed and working great on 3.0.1. Fantastic work !!!! Waiting to vote for it on 'Hack of the Month'.
* Intex clicks INSTALL. Even though it was installed a few weeks ago .
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
vbadvanced.com was down for about an hour or so... Apparently there was a problem restarting Apache after a security fix was applied.
Ted - I believe there is a add-on module for this posted on our forums.
Can I install and test this out without having my users see it as the default forums page (or even an option) until it's ready? When it is installed, does it become the forums index.php automatically?
Can I install and test this out without having my users see it as the default forums page (or even an option) until it's ready? When it is installed, does it become the forums index.php automatically?
Thanks
I believe it will be your actual home page, not your forum index. Not sure though, Im about to install it and check it out. Looks awsome.
pjdaley - That means you've mis-hacked your functions.php file. Get a fresh, un-hacked version of that file and reapply the file changes using Notepad or another simple text editor. Do not use Dreamweaver or any similar programs as they have been known to cause problems in the past.
redlabour - Reapply the file modifications in the readme file, then upload the install file to your admincp directory, go to it in your browser, and select the option to install only the templates.
lmongello - Your users will not see the page until you rename the file (by default it's called cmps_index.php so that you can set everything up and then rename it when you're ready to go live with it. )
romeshomey - The only difference you should notice is that the code to change in your functions_calendar.php file is slightly different. Just look for the first part of the code and you shouldn't have any problems.
XtReMaTriX - Yes, it should work fine with any of the 3.0.X versions.
I have everything installed, but am having a problem getting the portal to work.
I have my chdir path right in the index.php and have the files in the right area, although I dont understand why Im getting these errors.
Code:
Warning: main(./global.php): failed to open stream: No such file or directory in /home/drewster/public_html/index.php on line 59
Fatal error: main(): Failed opening required './global.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/drewster/public_html/index.php on line 59
Here is what I have in the file currently, maybe someone can see an error, I'v been trying to figure it out for hours lol.
Code:
// Enter the full path to your forum here
// Example: /home/vbadvanced/public_html/forum
// ============================================
chdir('/home/drewster/public_html/);
// ============================================
// No Further Editing Necessary!
// ============================================
require_once('./global.php');
print_portal_output($home);
?>
You can currently view the page here: http://www.insidersportszone.com
Here is what it said my server path was, which I had right to begin with..