Jump to content

Quailman

Members
  • Posts

    11
  • Joined

  • Last visited

    Never

Posts posted by Quailman

  1. Hi,

    I have just installed a new PHPNuke theme, called V-Mecha. The problem that I currently face is that the blocks only seem to appear on the left hand side of the homepage and not on the right. I would like to have the capacity to put blocks on either side but Blocks Admin seems to be pretty redundant.

    I have had a look in theme.php and as I am pretty new with PHP it is harder to understand that HTML. I don't even know if I am looking in the right area, but is this the right code to edit and if so, what do I edit? If it isn't then how is it possible to arrange the Blocks the way I want them?


    echo "<table bgcolor=\"#e7e9eb\" align=\"center\" width=\"95%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n"
        ."<tr valign=\"top\">\n"
        ."<td bgcolor=\"#333\"><img src=\"themes/V-Mecha/images/spacer.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\"></td>\n"
        ."<td><img src=\"themes/V-Mecha/images/spacer.gif\" width=\"4\" height=\"1\" border=\"0\" alt=\"\"></td>\n"
        ."<td valign=\"top\">\n";
        if (($name=='Forums') OR ($name=='Private_Messages') OR ($name=='gallery') OR ($name=='Members_List')) {
    } else {
        blocks(left);
    }
    echo "<td><img src=\"themes/V-Mecha/images/spacer.gif\" width=\"4\" height=\"1\" border=\"0\" alt=\"\"></td>\n"
        ."<td align=\"center\" valign=\"top\" width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\">\n";
        $public_msg = public_message();
        echo "$public_msg<br>";
            if (defined('INDEX_FILE')) {
        blocks(centre);
            }
    }

    function themefooter() {
        global $banners, $foot1, $foot2, $foot3, $copyright, $totaltime, $slogan;
        if (defined('INDEX_FILE')) {
    echo "</td>\n"
        ."<td><img src=\"themes/V-Mecha/images/spacer.gif\" width=\"4\" height=\"1\" border=\"0\" alt=\"\"></td>\n"
        ."<td valign=\"top\">\n";
        blocks(right);
    }
    echo "</td>\n"
        ."<td width=\"4\"><img src=\"themes/V-Mecha/images/spacer.gif\" width=\"4\" height=\"1\" border=\"0\" alt=\"\"></td>\n"
        ."<td bgcolor=\"#333\"><img src=\"themes/V-Mecha/images/spacer.gif\" width=\"1\" height=\"1\" border=\"0\" alt=\"\"></td>\n"
        ."</td>\n"
        ."</tr>\n"
        ."</table>\n\n\n";

    Any help would be much appeciated.

    Kind Regards,
    Ben Foley
  2. Hi,

    Even though I have used PHPNuke for quite some time I am still quite a novice using it so please bare with me.

    The problem I have is with the User Account Information. The users are trying to edit the information in their accounts, but it doesn't save. Any ideas why this is?

    Also on a side note, I don't currently have a working memberlist for users to see every member who is registered on the site. I have looked all over, but am yet to find it. Could I be directed to the right location.

    Many thanks,
    Ben Foley
  3. Is there anyway I can edit something in a different table to do with admins on MYSQL? Or can I upgrade the Quailman as a full admin? Because he is already set as level 2, but he just can't access the full admin control centre.
  4. No, there isn't two accounts. The one I see is an admin as I set it, but not a full admin for some reason, I can't access the main admin options and I can only moderate the forums. I can't see the one where I need to log in at the /admin.php page which has full access.
  5. Ok, so I've done the hash thing and have the code.. I am looking at browse in the nuke_users table, but now I have another problem...

    You see both my admin account and actual account appear to be separate. Think the capitals are the difference, for example, Quailman (is my user account - am looking at that now) and quailman is my admin account. Even though I still have admin powers with my user account (Quailman) and so I can moderate the forum etc... I can't actually access the admin section. So what I am getting at is, if I change the password to the Quailman I can see in the nuke_user table, that would probably just change the password for my user account which I know already.

    Do you understand what I am saying? So, if this is the case, then how would I edit the password for my 'actual' main admin account (quailman)?
  6. Ok, I think this is the info you need?


    Module's Name: Forums
    Module's Version: 2.0.11
    Module's Description: phpBB 2.0.11 port for PHP-Nuke
    License: GNU/GPL
    Author's Name: chatserv
    Author's Email: chatserv@nukeresources.com
  7. Hi,

    I have a really big problem. I recently updated my firefox browser and my cookies get deleted each time I go onto a page. For example, I log into my site and I have to do a separate admin login to enter Forum admin, message admin, module admin etc... However, I have forgotten my password as it was entered ages ago!

    Is there any way I can get back into my admin account? I have access to MYSQL and FTP, so is there anything in there that could possibly do to get back into it? Without this access I have no control!

    Any help would be much appreciated! Even though I have had this site for about 1 1/2 years I am of relative inexperience as it was set up for me.

    Kind Regards,

    Ben Foley
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.