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
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
Top Achievers
Who is online?
In total there are 46 users online :: 0 Registered, 0 Hidden and 46 Guests :: 2 Bots
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
None
Most users ever online was 515 on Tue 14 Sep 2021, 15:24
Need Help installing Forumactif Edge Theme
Page 1 of 1 • Share
- Mr_Grande
- Gender :
Age : 26
Posts : 42
Points : 2897
Reputation : 9
Language : English
Browser : Forum Version :
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
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.
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.
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.
- Go to Admin Panel > Modules > HTML Pages Management > Create in advanced mode (HTML)
- 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>
- Check to make sure that your settings are similar to this example and then save the HTML page.
- 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)
- 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.
- Mr_Grande
- Gender :
Age : 26
Posts : 42
Points : 2897
Reputation : 9
Language : English
Browser : Forum Version :
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.
- Go to Admin Panel > Modules > HTML Pages Management > Create in advanced mode (HTML)
- 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>- Check to make sure that your settings are similar to this example and then save the HTML page.
- 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)
- 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.
Thanks for fast help and support
- Mr_Grande
- Gender :
Age : 26
Posts : 42
Points : 2897
Reputation : 9
Language : English
Browser : Forum Version :
Ange Tuteur wrote:No problem. If you've any issues we're here to help.
Do you know were I can the award system? something like this forum uses?
The award system they have here is exclusive, but you can find another one here:
http://help.forumotion.com/t68403-award-system
http://help.forumotion.com/t68403-award-system
- Mr_Grande
- Gender :
Age : 26
Posts : 42
Points : 2897
Reputation : 9
Language : English
Browser : Forum Version :
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
- Mr_Grande
- Gender :
Age : 26
Posts : 42
Points : 2897
Reputation : 9
Language : English
Browser : Forum Version :
Dr Jay wrote:Did you end up figuring out a good awards system? Many users here have wondered, so the information would be handy.
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
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 :
Then add this to your CSS :
Basically the awards are created with TD tags and designed with CSS. For example,
creates the registered award and the class
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.
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,
|
|
@Ange Tuteur really neat, thanks for sharing!
Would it be too much to ask for the sliding button too? It's ok if it's not possible
Would it be too much to ask for the sliding button too? It's ok if it's not possible
@dannig sure.
Go to Admin Panel > Modules > JS codes management > New
Placement : In the topics
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';
}());
- Sponsored content
Similar topics
Create an account or log in to leave a reply
You need to be a member in order to leave a reply.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum