FM Design
Would you like to react to this message? Create an account in a few clicks or log in to continue.

IMPORTANT

FM Design is in read-only mode, please click here for more information.

Latest topics
» Forumactif Edge - Releases
by Ange Tuteur Tue 03 Sep 2019, 11:49

» GIFActif - Giphy Button for the Editor
by Ange Tuteur Wed 08 May 2019, 17:21

» Forum Closure
by Ange Tuteur Mon 01 Jan 2018, 01:28

» Chit Chat Thread
by Valoish Sun 31 Dec 2017, 19:15

» Font/Text background color.
by Valoish Sun 31 Dec 2017, 19:11

» Forumactif Messenger - Instant Message Application for Forumotion
by Wolfuryo Sun 31 Dec 2017, 18:24

» [GAME] Count to One Million!
by brandon_g Fri 29 Dec 2017, 18:58

» Post Cards
by manikbiradar Wed 20 Dec 2017, 07:50

» [GAME] Countdown from 200,000
by Valoish Wed 13 Dec 2017, 23:22

» GeekPolice Tech Support Forums - GeekPolice.net
by Dr Jay Mon 11 Dec 2017, 19:12

» Asking about some plugin for Forumotion
by Dr Jay Mon 11 Dec 2017, 19:10

» [GAME] What are you thinking right now?
by Van-Helsing Sat 09 Dec 2017, 14:51

» Widget : Similar topics
by ranbac Wed 06 Dec 2017, 18:11

» Change the Background of the Forum and put an image and how to make prefixs?
by Clement Wed 06 Dec 2017, 15:19

» Hello from Western Australia
by SarkZKalie Wed 06 Dec 2017, 05:34

Recent Tutorials
Top posting users this month

Who is online?
In total there are 15 users online :: 0 Registered, 0 Hidden and 15 Guests

None

[ View the whole list ]


Most users ever online was 515 on Tue 14 Sep 2021, 15:24

Need Help installing Forumactif Edge Theme

View previous topic View next topic Go down

Mr_Grande
Mr_Grande

Gender : Unspecified
Age : 25
Posts : 42
Points : 2650
Reputation : 9
Language : English
Browser : Browser : Google Chrome Forum Version : Forum Version : Invision

PostMr_Grande Tue 18 Apr 2017, 10:37

Hey all I need help installing Forumactif Edge for my forum can some help me please.


Last edited by King on Sat 29 Apr 2017, 11:02; edited 1 time in total
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12004
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Tue 18 Apr 2017, 10:55

Hi @King,

If you've read the precautionary steps of the installation ( i.e. "Backing up your personal files" ) and have backed up the files you want to save or don't need to backup any files, follow the condensed installation steps below.

  1. Go to Admin Panel > Modules > HTML Pages Management > Create in advanced mode (HTML)

  2. Fill in the following portions of the HTML page :
    Title : Forumactif Edge Control Panel
    Do you wish to use your forum header and footer ? : Yes
    Use this page as homepage ? : No

    Paste the following code as the page content :
    Code:
    <style type="text/css">#fae_cp { font-size:12px; font-family:"Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; padding:3px; }
    #fae_cp_main_title { font-size:24px; margin:6px 0; }
    #fae_cp .fae_cp_title { color:#FFF; font-size:16px; background:#69C; padding:6px 3px; margin:6px 0; }
    #fae_actions input { color:#FFF; background:#69C; border:none; padding:6px 9px; cursor:pointer; }
    #fae_actions input:hover { background:#58B; }
    #fae_log { background:#EEE; border:1px solid #CCC; height:150px; margin:6px 0; overflow-y:auto; }
    #fae_progress { background:#CCC; height:30px; width:100%; position:relative; }
    #fae_prog_bar { height:30px; background:#69C; width:0%; }
    #fae_prog_number { color:#FFF; font-size:16px; line-height:30px; font-family:Arial; text-align:center; position:absolute; left:0; right:0; top:0; bottom:0; }
    .fae_msg_log { margin:3px; }</style>

    <div id="fae_cp">
      <h1 id="fae_cp_main_title" class="page-title">Forumactif Edge Control Panel</h1>
      <p id="fae_cp_desc">This panel allows you to install, uninstall, and update <a href="https://github.com/SethClydesdale/forumactif-edge" target="_blank">Forumactif Edge</a>. Get ready to experience your forum in a more modern and responsive way!</p>

      <h3 class="fae_cp_title">Log</h3>
      <div id="fae_log"></div>
      <div id="fae_progress"></div>

      <div id="fae_actions" style="display:none;">
        <h3 class="fae_cp_title">Actions</h3>
        <div id="fae_options">
          <input id="fae_install" type="button" value="Install" />
          <input id="fae_uninstall" type="button" value="Uninstall" style="display:none;" />
          <input id="fae_update" type="button" value="Check for updates" style="display:none;" />
        </div>
      </div>
    </div>

    <script type="text/javascript">//<![CDATA[
    $.get('https://raw.githubusercontent.com/SethClydesdale/forumactif-edge/master/javascripts/installer-utils.js', function(d) {
      var script = document.createElement('SCRIPT');
      script.type = 'text/javascript';
      script.text = d;
      document.body.appendChild(script);
    });
    //]]></script>

  3. Check to make sure that your settings are similar to this example and then save the HTML page.

  4. Go back to HTML pages management and click the eyeball on your newly added HTML page to go to the FAE Control Panel. (See Example)

  5. All you need to do after this is click the "Install" button to install Forumactif Edge. Then you can sit back and relax while the installer does its thing.


If you have any questions or concerns do let me know. Don't be afraid to make a mistake, because we can always fix it. Wink
Mr_Grande
Mr_Grande

Gender : Unspecified
Age : 25
Posts : 42
Points : 2650
Reputation : 9
Language : English
Browser : Browser : Google Chrome Forum Version : Forum Version : Invision

PostMr_Grande Tue 18 Apr 2017, 11:00

Ange Tuteur wrote:Hi @King,

If you've read the precautionary steps of the installation ( i.e. "Backing up your personal files" ) and have backed up the files you want to save or don't need to backup any files, follow the condensed installation steps below.

  1. Go to Admin Panel > Modules > HTML Pages Management > Create in advanced mode (HTML)

  2. Fill in the following portions of the HTML page :
    Title : Forumactif Edge Control Panel
    Do you wish to use your forum header and footer ? : Yes
    Use this page as homepage ? : No

    Paste the following code as the page content :
    Code:
    <style type="text/css">#fae_cp { font-size:12px; font-family:"Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif; padding:3px; }
    #fae_cp_main_title { font-size:24px; margin:6px 0; }
    #fae_cp .fae_cp_title { color:#FFF; font-size:16px; background:#69C; padding:6px 3px; margin:6px 0; }
    #fae_actions input { color:#FFF; background:#69C; border:none; padding:6px 9px; cursor:pointer; }
    #fae_actions input:hover { background:#58B; }
    #fae_log { background:#EEE; border:1px solid #CCC; height:150px; margin:6px 0; overflow-y:auto; }
    #fae_progress { background:#CCC; height:30px; width:100%; position:relative; }
    #fae_prog_bar { height:30px; background:#69C; width:0%; }
    #fae_prog_number { color:#FFF; font-size:16px; line-height:30px; font-family:Arial; text-align:center; position:absolute; left:0; right:0; top:0; bottom:0; }
    .fae_msg_log { margin:3px; }</style>

    <div id="fae_cp">
      <h1 id="fae_cp_main_title" class="page-title">Forumactif Edge Control Panel</h1>
      <p id="fae_cp_desc">This panel allows you to install, uninstall, and update <a href="https://github.com/SethClydesdale/forumactif-edge" target="_blank">Forumactif Edge</a>. Get ready to experience your forum in a more modern and responsive way!</p>

      <h3 class="fae_cp_title">Log</h3>
      <div id="fae_log"></div>
      <div id="fae_progress"></div>

      <div id="fae_actions" style="display:none;">
        <h3 class="fae_cp_title">Actions</h3>
        <div id="fae_options">
          <input id="fae_install" type="button" value="Install" />
          <input id="fae_uninstall" type="button" value="Uninstall" style="display:none;" />
          <input id="fae_update" type="button" value="Check for updates" style="display:none;" />
        </div>
      </div>
    </div>

    <script type="text/javascript">//<![CDATA[
    $.get('https://raw.githubusercontent.com/SethClydesdale/forumactif-edge/master/javascripts/installer-utils.js', function(d) {
      var script = document.createElement('SCRIPT');
      script.type = 'text/javascript';
      script.text = d;
      document.body.appendChild(script);
    });
    //]]></script>

  3. Check to make sure that your settings are similar to this example and then save the HTML page.

  4. Go back to HTML pages management and click the eyeball on your newly added HTML page to go to the FAE Control Panel. (See Example)

  5. All you need to do after this is click the "Install" button to install Forumactif Edge. Then you can sit back and relax while the installer does its thing.


If you have any questions or concerns do let me know. Don't be afraid to make a mistake, because we can always fix it. Wink




Thanks for fast help and support Smile
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12004
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Tue 18 Apr 2017, 12:23

No problem. If you've any issues we're here to help. Thumb left
Mr_Grande
Mr_Grande

Gender : Unspecified
Age : 25
Posts : 42
Points : 2650
Reputation : 9
Language : English
Browser : Browser : Google Chrome Forum Version : Forum Version : Invision

PostMr_Grande Tue 18 Apr 2017, 12:25

Ange Tuteur wrote:No problem. If you've any issues we're here to help. Thumb left

Do you know were I can the award system? something like this forum uses?
dannig
dannig

Gender : Female
Age : 36
Posts : 36
Points : 2620
Reputation : 11
Location : Brazil
Language : English, Brazilian-Portuguese
Browser : Browser : Google Chrome Forum Version : Forum Version : Forumactif Edge
http://www.novabrasilis.forumeiros.com https://www.facebook.com/dannielaaragao https://twitter.com/dannielagoes

Postdannig Tue 18 Apr 2017, 13:21

The award system they have here is exclusive, but you can find another one here:

http://help.forumotion.com/t68403-award-system
Mr_Grande
Mr_Grande

Gender : Unspecified
Age : 25
Posts : 42
Points : 2650
Reputation : 9
Language : English
Browser : Browser : Google Chrome Forum Version : Forum Version : Invision

PostMr_Grande Tue 18 Apr 2017, 14:04

dannig wrote:The award system they have here is exclusive, but you can find another one here:

http://help.forumotion.com/t68403-award-system

Thanks
Dr Jay
Dr Jay

Gender : Male
Posts : 156
Points : 2920
Reputation : 35
Location : USA
Language : English (Native)
Browser : Browser : Mozilla Firefox Forum Version : Forum Version : Forumactif Edge
http://www.geekpolice.net

PostDr Jay Sun 23 Apr 2017, 02:24

Did you end up figuring out a good awards system? Many users here have wondered, so the information would be handy. Smile
Mr_Grande
Mr_Grande

Gender : Unspecified
Age : 25
Posts : 42
Points : 2650
Reputation : 9
Language : English
Browser : Browser : Google Chrome Forum Version : Forum Version : Invision

PostMr_Grande Sun 23 Apr 2017, 15:31

Dr Jay wrote:Did you end up figuring out a good awards system? Many users here have wondered, so the information would be handy. Smile

No I did but i still prefer your guys one


Last edited by King on Tue 25 Apr 2017, 15:57; edited 1 time in total
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12004
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Mon 24 Apr 2017, 11:52

You can use our award design, but you'll have to handle distribution manually.

Your profile field should be a text zone so you can format bbcodes. Then you should add this value to the profile field :
Code:
[table class="fa fmd_awards"][tr][td class="a_member"][/td][/tr][/table]

Then add this to your CSS :
Code:
.fmd_awards td {
  color:#FFF;
  background:#69C;
  height:32px;
  width:32px;
  border-radius:100px;
  position:relative;
  display:inline-block;
  text-align:center;
  line-height:32px;
  font-size:18px;
  margin:1px;
  cursor:default;
}

.a_member:before { content:"\f00c"; } /* registered */

Basically the awards are created with TD tags and designed with CSS. For example,
Code:
[td class="a_member"][/td]
creates the registered award and the class
Code:
.a_member
is used for the icon. Whenever you add a new award, you just need to copy and paste the TD tag and change the class name -- you also need to create a new style in the CSS.
dannig
dannig

Gender : Female
Age : 36
Posts : 36
Points : 2620
Reputation : 11
Location : Brazil
Language : English, Brazilian-Portuguese
Browser : Browser : Google Chrome Forum Version : Forum Version : Forumactif Edge
http://www.novabrasilis.forumeiros.com https://www.facebook.com/dannielaaragao https://twitter.com/dannielagoes

Postdannig Tue 25 Apr 2017, 11:54

@Ange Tuteur really neat, thanks for sharing! Need Help installing Forumactif Edge Theme 1f44f

Would it be too much to ask for the sliding button too? It's ok if it's not possible Very Happy
Ange Tuteur
Ange Tuteur
Administrator
Gender : Male
Posts : 4741
Points : 12004
Reputation : 2375
Location : Pennsylvania
Language : EN, JA, FR
Browser : Browser : Brave Forum Version : Forum Version : Forumactif Edge
https://sethclydesdale.github.io/ https://twitter.com/sethc1995

PostAnge Tuteur Thu 27 Apr 2017, 11:13

@dannig sure. Wink

Go to Admin Panel > Modules > JS codes management > New

Placement : In the topics
Code:
(function() {
  window.fmd_award_list = {
    stop : function() {
      if (fmd_award_list.interval) {
        window.clearInterval(fmd_award_list.interval);
        fmd_award_list.interval = null;
      }
    },

    scroll : function(that, by, max) {
      if (!fmd_award_list.interval) {
        var node = that.parentNode.firstChild;

        fmd_award_list.interval = window.setInterval(function() {
          var margin = +node.style.marginLeft.replace(/px/, '');
          (by < 0 && margin <= max) || (by > 0 && margin >= max) ? fmd_award_list.stop() : node.style.marginLeft = margin + by + 'px';
        }, 1);
      }
    }
  };

  document.write('<style type="text/css">a.award_scroller { color:#FFF !important;  background:#369; font-size:20px; text-align:center; text-decoration:none !important; position:absolute; bottom:0; width:20px; height:38px; line-height:38px; opacity:0; } .fmd_awards:hover a.award_scroller { opacity:0.8 } .fmd_awards a.award_scroller:hover { opacity:1 } a.award_scroller.scroll_left { left:-3px; } a.award_scroller.scroll_right { right:-3px; }</style>');

  $(function() {
    for (var a = $('.postprofile .fmd_awards tbody'), i = 0, j = a.length; i < j; i++) {
      if (a[i].scrollWidth > a[i].clientWidth) {
        a[i].style.marginLeft = '0px';
        a[i].insertAdjacentHTML('afterend', '<a class="award_scroller scroll_left" href="#" onmousedown="fmd_award_list.scroll(this, 1, 0);" onclick="fmd_award_list.stop(); return false;" onmouseout="fmd_award_list.stop();"><</a><a class="award_scroller scroll_right" href="#" onmousedown="fmd_award_list.scroll(this, -1, -' + (a[i].scrollWidth - a[i].clientWidth) + ');" onclick="fmd_award_list.stop(); return false;" onmouseout="fmd_award_list.stop();">></a>');
      }
    }
  });
 
  'par ange tuteur';
}());
It should work on FAE / phpbb3 without issue.
dannig
dannig

Gender : Female
Age : 36
Posts : 36
Points : 2620
Reputation : 11
Location : Brazil
Language : English, Brazilian-Portuguese
Browser : Browser : Google Chrome Forum Version : Forum Version : Forumactif Edge
http://www.novabrasilis.forumeiros.com https://www.facebook.com/dannielaaragao https://twitter.com/dannielagoes

Postdannig Thu 27 Apr 2017, 12:21

Awesome, thank you! Anything else I'll open a new topic, this one is going out of subject Razz
Sponsored content

PostSponsored content

View previous topic View next topic Back to top

Create an account or log in to leave a reply

You need to be a member in order to leave a reply.

Create an account

Join our community by creating a new account. It's easy!


Create a new account

Log in

Already have an account? No problem, log in here.


Log in

 
Permissions in this forum:
You cannot reply to topics in this forum