MyBB Community Forums

Full Version: Massacre's Mod list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
It really doesn't work.... I can see the templates on GLOBAL TEMPLATES. I even tried putting the templates in my theme's templates directly - it still doesn't work Sad.
Fatal error: Call to a member function on a non-object in /home/otakunet/public_html/forums/gallery.php(503) : eval()'d code on line 1
(Happens when adding a category Sad)
Massacre Wrote:did you read the first post

I know you said something about the first post, but the attachment wasn't there when I checked yesterday.
Ok, it's almost fully functional now. The only thing is that I cannot edit the settings of the gallery (the images per page).

May I also suggest sub-categories?
paolo90 Wrote:Ok, it's almost fully functional now. The only thing is that I cannot edit the settings of the gallery (the images per page).

Something is up with the templates for me. I'll have to take a look at them later.

http://www.richmondforums.com/board/gallery.php

EDIT ^ Nevermind... that's fixed.

Haven't tried the settings yet.
/EDIT

And I'm assuming not being able to add games to the arcade was intended. [shrug]
ok i will have a look at it
Is your REVIEWS Mod and JOURNAL MOD for release? I saw them on your board.
This would be a more complete version of the Arcade Admin Menu Smile

In admin/index.php
Replace this:
makenavoption("Arcade Main Settings", "arcade.php?code=settings");
makenavoption("Games List", "arcade.php?");
makenavoption("Categories", "arcade.php?code=cat");
makenavoption("Add Game", "arcade.php?code=add_game");
makenavoption("Tournaments", "arcade.php?code=tourney");
makenavoption("Group Permissions", "arcade.php?code=groups");
makenavoption("Member Manage", "arcade.php?code=user_search");
makenavoption("IP Banning", "arcade.php?code=ip_ban");
makenavoption("Score Tools", "arcade.php?code=score_tools");
makenavoption("Custom Game Sorting", "arcade.php?code=custom");
makenavselect("Arcade");

With this:
makenavoption("Change Settings", "arcade.php?code=settings");
makenavoption("Add Game", "arcade.php?code=add_game");
makenavoption("Game List", "arcade.php");
makenavoption("Edit Categories", "arcade.php?code=cat");
makenavoption("Tournaments", "arcade.php?code=tourney");
makenavoption("Group Permissions", "arcade.php?code=groups");
makenavoption("Member Manage", "arcade.php?code=user_search");
makenavoption("IP Banning", "arcade.php?code=ip_ban");
makenavoption("Score Tools", "arcade.php?code=score_tools");
makenavoption("Custom Game Sorting", "arcade.php?code=custom");
makenavselect("Arcade");

Smile
where is the shout box?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26