| Author |
Message |
Mordrov
Nuke Soldier


Joined: Oct 05, 2006
Posts: 12
|
Posted:
Fri Jan 05, 2007 12:17 pm |
  |
Ok, I found a copy of the simple_subforums ported mod, and followed all of the installation instructions. I have the xs template.php installed as well. I editedthe .tpl files under both their default locations and all of the ones I could find under my current theme (midnight). When I go to the Administration-Forum, the left panel with all of the forum controls will not show up. The right side which shows the current information is there though.
Any thoughts? |
|
|
   |
 |
Fireboar
Corporal


Joined: Dec 01, 2006
Posts: 64
|
Posted:
Sat Jan 06, 2007 2:26 am |
  |
Your problem lies in one of the following files:
admin/admin_forumauth.php
admin/admin_forums.php
To find out which one, and where the problem is, go into config.php in your root PHP-Nuke directory and turn error messages on. Then open up the forum admin page and see what error appears in the side bar. |
_________________ http://www.fantasy-pc.com/ - PHP-Nuke website with a growing community where you can talk about anything.
Want a version of PHP-Nuke with all the bells and whistles removed? PHP-Nuke Lite is for you! |
|
    |
 |
Mordrov
Nuke Soldier


Joined: Oct 05, 2006
Posts: 12
|
Posted:
Sat Jan 06, 2007 7:31 am |
  |
I didn't see an option to turn on error reporting, so I removed both of the files and replaced them with their orginals. I then edited just one at a time and uploaded it to see where the problem came from file wise.
I have determined that it is the admin_forums.php file that is causing the left bar not to load. |
|
|
   |
 |
Fireboar
Corporal


Joined: Dec 01, 2006
Posts: 64
|
Posted:
Sun Jan 07, 2007 4:12 am |
  |
Great. That's the file with most of the modifications in. The line you need to change in config.php looks something like this:
$display_errors = false;
Change it to:
$display_errors = true;
There's not a lot that can be done unless this line is changed. Remember it's config.php and not modules/Forums/config.php.
Once you've got the error message, post it up so we can see where the problem is. It would help massively if you could post up a couple of lines around the one that the error is complaining about. (eg. if it says line 225 is causing the trouble, posting lines 220-230 would help a lot more than just posting line 225.)
If you still can't get the errors working, if you could send a copy of the whole admin_forums.php file, that would do. |
_________________ http://www.fantasy-pc.com/ - PHP-Nuke website with a growing community where you can talk about anything.
Want a version of PHP-Nuke with all the bells and whistles removed? PHP-Nuke Lite is for you! |
|
    |
 |
Mordrov
Nuke Soldier


Joined: Oct 05, 2006
Posts: 12
|
Posted:
Sun Jan 07, 2007 7:55 am |
  |
Ok, the error line wasn't in there at all, so I added it and it worked for that part. Here is the error:
Parse error: parse error, unexpected ',' in /home/content/m/o/r/mordrov/html/modules/Forums/admin/admin_forums.php on line 537
I must be an idiot.... but I can't get the code itself posted. I get an error saying I can't access the module every time I try and put the code in here. |
|
|
   |
 |
Mordrov
Nuke Soldier


Joined: Oct 05, 2006
Posts: 12
|
Posted:
Sun Jan 07, 2007 8:33 am |
  |
Well, I couldn't get the code to post for you guys, however I spent quite a bit of time staring at it, and was able to make the change to get the left bar to show up.
Now I just have to figure out how to actually get the subforums to work... |
|
|
   |
 |
Mordrov
Nuke Soldier


Joined: Oct 05, 2006
Posts: 12
|
Posted:
Sun Jan 07, 2007 8:47 am |
  |
It is working perfectly now. Thank y'all so much for your help. There is no way I could have done this without you guys. |
|
|
   |
 |
GameCharmer
Nuke Soldier


Joined: Nov 17, 2004
Posts: 24
Location: The Abyss
|
Posted:
Mon Jan 08, 2007 10:43 pm |
  |
|
      |
 |
Mordrov
Nuke Soldier


Joined: Oct 05, 2006
Posts: 12
|
Posted:
Tue Jan 09, 2007 3:35 am |
  |
Well, as you can see from reading, I am by no means an expert, however, I will lend what little knowledge I have.
When you say it isn't working, what exactly is it doing? Did you make sure and replace the template.php with the one from xs_mod? |
|
|
   |
 |
GameCharmer
Nuke Soldier


Joined: Nov 17, 2004
Posts: 24
Location: The Abyss
|
Posted:
Tue Jan 09, 2007 12:13 pm |
  |
|
      |
 |
Fireboar
Corporal


Joined: Dec 01, 2006
Posts: 64
|
Posted:
Tue Jan 16, 2007 11:31 am |
  |
The first thing you should do is change the default XAMPP favicon.ico (probably in xampp/htdocs/) to one unique for your site.
After that, I'd go hunting for the path_to_phpbb. In the admin bit there might be something changed... I dunno really. Some index.php coding might help. |
_________________ http://www.fantasy-pc.com/ - PHP-Nuke website with a growing community where you can talk about anything.
Want a version of PHP-Nuke with all the bells and whistles removed? PHP-Nuke Lite is for you! |
|
    |
 |
GameCharmer
Nuke Soldier


Joined: Nov 17, 2004
Posts: 24
Location: The Abyss
|
Posted:
Wed Jan 17, 2007 9:40 am |
  |
I removed the sub-forums. They trashed a lot more than I had expected.
I can't change the favicon. It's the hosting service that uses it. Trust me, I've tried. |
|
|
      |
 |
|
|