Jump to content
  • 0

Client Portal page


kajj99

Question

hi can someone please help me here
i have shared hosting here i was to add reseller hosting 
please look at the screen shot
this is the code for the Client Portal page
need to add code to this for reseller hosting to show up
----------------------

    <div class="col-md-12">
        <div class="thanks">
            <blockquote>
                <h4>Thank you for Choosing DJJ Hosting!</h4>
                <p>With DJJ Hosting we thing we have the best prices and the best hosting on the net.</p>
                <p>
                    <ul>
        </div>
    </div>

    <div class="col-md-4 col-sm-6 portal-box">
        <a href="{client_url}login/">
            <div class="well">
                <i class="fa fa-cogs fa-4x"></i>
                <h4>My Account</h4>
                <p>Have an account with us? Log in here to manage your account.</p>
            </div>
        </a>
    </div>
    {% if plugins.support_manager.enabled %}<div class="col-md-4 col-sm-6 portal-box">
        <a href="{client_url}plugin/support_manager/client_tickets/add/">
            <div class="well">
                <i class="fa fa-ticket fa-4x"></i>
                <h4>Support</h4>
                <p>Looking for help? You can open a trouble ticket here.</p>
            </div>
        </a>
    </div>
<div class="col-md-4 col-sm-6 portal-box">
        <a href="{client_url}plugin/support_manager/knowledgebase/">
            <div class="well">
                <i class="fa fa-info fa-4x"></i>
                <h4>Knowledge Base</h4>
                <p>Have a question? Search the knowledge base for an answer.</p>
            </div>
        </a>
    </div>{% endif %}
    {% if plugins.order.enabled %}<div class="col-md-4 col-sm-6 portal-box">
        <a href="{blesta_url}order/">
            <div class="well">
                <i class="fa fa-shopping-cart fa-4x"></i>
                <h4>Shared Hosting Order</h4>
                <p>Visit the order form to sign up and purchase new products and services.</p>
            </div>
        </a>
    </div>{% endif %}
    {% if plugins.download_manager.enabled %}<div class="col-md-4 col-sm-6 portal-box">
        <a href="{client_url}plugin/download_manager/">
            <div class="well">
                <i class="fa fa-download fa-4x"></i>
                <h4>Download</h4>
                <p>You may need to be logged in to access certain downloads here.</p>
            </div>
        </a>
    </div>{% endif %}

================================================================

djjhosting.png

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

If you want another box to appear at the end, just add the section that generates a box to the end of the HTML you included, e.g.:

    <div class="col-md-4 col-sm-6 portal-box">
        <a href="{client_url}plugin/download_manager/">
            <div class="well">
                <i class="fa fa-server fa-4x"></i>
                <h4>Reseller Hosting</h4>
                <p>I want reseller hosting to be here</p>
            </div>
        </a>
    </div>

Of course, you will need to change the text and the URL it links to.

Link to comment
Share on other sites

  • 0

hi can you please look at my site i added the code you give me 

please look at this link  http://djjhosting.com/client/plugin/download_manager/client_main/

the page is blank

can you please tell me how to fix this

this is the code i have

=========================================

    <div class="col-md-12">
        <div class="thanks">
            <blockquote>
                <h4>Thank you for Choosing DJJ Hosting!</h4>
                <p>With DJJ Hosting we thing we have the best prices and the best hosting on the net.</p>
                <p>
                    <ul>
        </div>
    </div>

    <div class="col-md-4 col-sm-6 portal-box">
        <a href="{client_url}login/">
            <div class="well">
                <i class="fa fa-cogs fa-4x"></i>
                <h4>My Account</h4>
                <p>Have an account with us? Log in here to manage your account.</p>
            </div>
        </a>
    </div>
    {% if plugins.support_manager.enabled %}<div class="col-md-4 col-sm-6 portal-box">
        <a href="{client_url}plugin/support_manager/client_tickets/add/">
            <div class="well">
                <i class="fa fa-ticket fa-4x"></i>
                <h4>Support</h4>
                <p>Looking for help? You can open a trouble ticket here.</p>
            </div>
        </a>
    </div>
    <div class="col-md-4 col-sm-6 portal-box">
        <a href="{client_url}plugin/support_manager/knowledgebase/">
            <div class="well">
                <i class="fa fa-info fa-4x"></i>
                <h4>Knowledge Base</h4>
                <p>Have a question? Search the knowledge base for an answer.</p>
            </div>
        </a>
    </div>{% endif %}
    {% if plugins.order.enabled %}<div class="col-md-4 col-sm-6 portal-box">
        <a href="{blesta_url}order/">
            <div class="well">
                <i class="fa fa-shopping-cart fa-4x"></i>
                <h4>Shared Hosting Order</h4>
                <p>Visit the order form to sign up and purchase new products and services.</p>
            </div>
          </a>
            </div>
                <div class="col-md-4 col-sm-6 portal-box">
        <a href="{client_url}plugin/download_manager/">
            <div class="well">
                <i class="fa fa-server fa-4x"></i>
                <h4>Reseller Hosting</h4>
<p>Visit the order form to sign up and purchase new products and services.</p>
            </div>

        </a>
    </div>{% endif %}
    {% if plugins.download_manager.enabled %}<div class="col-md-4 col-sm-6 portal-box">
        <a href="{client_url}plugin/download_manager/">
            <div class="well">
                <i class="fa fa-download fa-4x"></i>
                <h4>Download</h4>
                <p>You may need to be logged in to access certain downloads here.</p>
            </div>
        </a>
    </div>{% endif %}
 

=======================================

please let me know if you can help me

 

thank you ken

Link to comment
Share on other sites

  • 0

Nothing obvious pops out to me with your portal HTML source. You can try resetting the portal HTML source back to what it was originally to see if that fixes it, or you can take a look at the php error logs to see if there is an error preventing the page from loading properly, then resolve that error.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...