Jump to content
[MUST READ] Forum Rules ×

How to put advertisement section in control panel.


Mayank657

Recommended Posts

11 hours ago, Mayank657 said:

How to put advertisement section in control panel.

x91A9iTcT62ZzLkgre5p

Like this and put ads in it

 

What you're looking to add is a panel widget; you could fetch the code from one of iFastNet's defaults via your browser's DevTools and customize it to your liking, here's how I would go about it:

<div class="panel panel-widget">
    <div class="panel-heading widget-heading">
        <span id="advertisement-header" class="group-header">Advertisement</span>
    </div>
    <div class="panel-body icon-container-body">
        <!--Your code here-->    
    </div>
</div>

 

Link to comment
Share on other sites

40 minutes ago, Anyx said:

What you're looking to add is a panel widget; you could fetch the code from one of iFastNet's defaults via your browser's DevTools and customize it to your liking, here's how I would go about it:

<div class="panel panel-widget">
    <div class="panel-heading widget-heading">
        <span id="advertisement-header" class="group-header">Advertisement</span>
    </div>
    <div class="panel-body icon-container-body">
        <!--Your code here-->    
    </div>
</div>

 

Yes it works but it looks odd with the cpanel theme i use

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
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

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

×
×
  • Create New...