Jump to content
  • 0

Portal Plugin Help


oscars

Question

Hi there guys,

 

I been playing around with blesta, today it seems I did something dump and deleted all the content of the portal plugin. So now I don't have any icon.

 

Can someone post the default code? I already tried to get it from the demo but it's useless (no permission).

 

Thank you!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0


<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>Log in here to manage your account.</p>

</div>

</a>

</div>

<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>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>Search the knowledge base for an answer.</p>

</div>

</a>

</div>

<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>Order</h4>

<p>Visit the order form to purchase new products.</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-download fa-4x"></i>

<h4>Download</h4>

<p>You can access the downloads here.</p>

</div>

</a>

</div>

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...