Hi, I'm running 3.7.1 and I thought I followed the arcade install instructions correctly until I got to this point in the directions:
"Now you should:
* Expand the menu "Arcade" in the left AdminCP-menu
* Click Group Permissions
* Adjust the permissions the way you want"
I'm not even seeing this, is it possible I could just be overlooking it because I dont see any menu for Arcade except in the Edit Templates in the Style Manager menu? I have a button for arcade on the top of my navbar/header but when I click on it I'm getting a 404 error.
Off the top of my head, I can only think of two possible errors I made:
1) Instead of entering the path for the product-ibproarcade.xml file and importing it like that, I imported it from my local file instead. Was that a mistake? When I entered in the path, I was getting an error that the path wasn't found.
2) I'm using a Complete VB template and instead of using
Code:
<td class="vbmenu_control"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>
in the
Navbar, I used this code instead in the
Header to make it work (which is the instructed method from Complete VB as I understood):
Code:
<td class="navitem"><a href="arcade.php?$session[sessionurl_q]">Arcade</a></td>
Those are all the details I know, any advice would truly be much appreciated. I was able to use the wayback machine and download a ton of the pn flash games so I'm really excited to integrate this into my community!