Current time: 02-10-2012, 06:45 AM Hello There, Guest! (LoginRegister)




MySubscriptions, Donation Bar, MyDownloads, MyAchievements and support for our free and paid plugins. All that for $7!

Advertise Here!
Are you looking to advertise on this forum? Please read this announcement thread.


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] MyRPG 1.2.0 - Gold
03-30-2009, 11:59 PM (This post was last modified: 08-19-2009 03:37 AM by Pirata Nervo.)
Post: #1
[Release] MyRPG 1.2.0 - Gold
Although everybody can see this section and its threads and posts, only gold users can download attachments. Click here to subscribe.

MyRPG 1.2.0 Gold

Changes from 1.1.0 to 1.2.0:
* Fixed one bug
* Updated to be compatible with the new "Admin Page for modules" and "Rebuild menu" features.
* Added 2 custom items (one which increases the attack and one which increases the defense)

Installation
Upload the contents of Upload to your forums's root.
Go to your Admin CP, go to MyPlaza Turbo page and choose the Modules tab. Activate MyRPG Gold

Upgrade
From 1.2.0 premium to 1.2.0 gold:
You will need to create the following templates in global templates:
template name: plaza_myrpg_levels_level
template:
Code:
    <tr class="trow1">
        <td width="50%">
            {$level['username']}
        </td>
        <td width="50%">
            {$level['myrpg_level']}
        </td>
    </tr>

template name: plaza_myrpg_levels
template:
Code:
    {$plaza_header}
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
    <thead>
        <tr><td class="thead" colspan="3"><strong>{$lang->myrpg}</strong></td></tr>
    </thead>
    <tbody>
        <tr class="tcat">
            <td width="50%">
                {$lang->myrpg_username}
            </td>
            <td width="50%">
                {$lang->myrpg_level}
            </td>
        </tr>
        {$levels}
    </tbody>
    </table>
    {$multipage}
    {$plaza_footer}

And replace the contents of the template plaza_myrpg with:
Code:
    {$plaza_header}
    <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
        <tr><td class="thead" colspan="3"><strong>{$lang->myrpg}</strong></td></tr>
        <tr>
            <td class="trow1" width="30%">
                {$lang->myrpg_hp} {$mybb->user['myrpg_life']}
            </td>
            <td class="trow1" width="30%">
                {$lang->myrpg_level} {$mybb->user['myrpg_level']}
            </td>
            <td class="trow1" rowspan="2">
                {$myrpg_message}
            </td>
        </tr>
        <tr>
            <td class="trow1" width="30%">
                {$lang->myrpg_attack} {$mybb->user['myrpg_attack']}
            </td>
            <td class="trow1" cwidth="30%">
                {$lang->myrpg_defense} {$mybb->user['myrpg_defense']}
            </td>
        </tr>
        <tr class="tfoot">
            <td>
                <a href="plaza.php?action=page&amp;p=myrpg&amp;myrpg_action=battles&amp;uid={$mybb->user['uid']}&amp;filter=victories">{$lang->myrpg_victories}</a>
            </td>
            <td>
                <a href="plaza.php?action=page&amp;p=myrpg&amp;myrpg_action=battles&amp;uid={$mybb->user['uid']}&amp;filter=defeats">{$lang->myrpg_defeats}</a>
            </td>
            <td>
                <a href="plaza.php?action=page&amp;p=myrpg&amp;myrpg_action=levels">{$lang->myrpg_levels}</a>
            </td>
        </tr>
    </table>

    {$plaza_footer}

From 1.1.0 Gold to 1.2.0 gold
Take a look at Upgrade MyRPG.txt

Re-upload all files and voilá you're done!

New in gold
  • You can view everybody's level now by going to MyRPG page and clicking the View levels link. It will show a list of users and the level of each user starting by the user with the highest level.
  • Pagination for "View victories","View Defeats" and "View Levels"

MyRPG 1.2.0 Premium features are included


Attached File(s)
.rar  MyRPG Gold 1.2.0.rar (Size: 115.01 KB / Downloads: 100)

[Image: s.png]
Find all posts by this user

03-31-2009, 04:34 AM
Post: #2
RE: [Release] MyRPG 1.1.0 Gold
So I just upgrade right?

[Image: eternalwolfsig.php]
Find all posts by this user
03-31-2009, 04:42 AM
Post: #3
RE: [Release] MyRPG 1.1.0 Gold
Re-upload new files and then follow the upgrade instructions Tongue

[Image: s.png]
Find all posts by this user
03-31-2009, 04:48 AM
Post: #4
RE: [Release] MyRPG 1.1.0 Gold
Can't I just reconstruct the template? I did it and it worked.

[Image: eternalwolfsig.php]
Find all posts by this user

03-31-2009, 04:50 AM
Post: #5
RE: [Release] MyRPG 1.1.0 Gold
Yes it will work as the templates changed are MyRPG-only, but if they were for example a postbit template it wouldn't work

[Image: s.png]
Find all posts by this user
07-17-2009, 08:58 AM
Post: #6
RE: [Release] MyRPG
Updated to 1.2.0 to be compatible with MyPlaza Turbo 0.3.0

[Image: s.png]
Find all posts by this user
07-18-2009, 01:46 PM (This post was last modified: 07-18-2009 01:46 PM by madshark.)
Post: #7
RE: [Release] MyRPG
what are the other advantages of myrpg gold ?
Find all posts by this user

07-18-2009, 09:22 PM
Post: #8
RE: [Release] MyRPG
They come with the premium features and with a few small enhancements and minor features that in my opinion give a better look than the premium/free versions. Imagine you have 500000 users and you are browsing the levels page, in the premium or free versions it will display a list of 500000 users without pagination

[Image: s.png]
Find all posts by this user
10-01-2009, 08:36 PM
Post: #9
RE: [Release] MyRPG 1.2.0 - Gold
I activate both RPG and Stealer, but it's realy annoying when you have 20 to 30 notifications that you've been attacked or stollen..

How to remove it from header and turn off the PM?

or, at least, can you help me to make it simple?
1 global notification of all attacked logs with link to full report..

is there any way to modify it? HuhHuhHuh

Heart
Visit this user's website Find all posts by this user
10-02-2009, 04:15 AM
Post: #10
RE: [Release] MyRPG 1.2.0 - Gold
Everything is possible, but that's not easy to do

[Image: s.png]
Find all posts by this user



Forum Jump:


User(s) browsing this thread: 1 Guest(s)