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 55 users online :: 0 Registered, 0 Hidden and 55 Guests :: 1 Bot
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
Message notification for update
Page 1 of 1 • Share
Hi @sohab,
That notification is for everyone who uses Forumactif Edge. Whenever there's an update available you will see this notification. Forumactif Edge checks for updates on Github once per session, to ensure that your forum is up to date with the latest fixes and features. If you need more information, please see the following page.
https://github.com/SethClydesdale/forumactif-edge/wiki/Checking-for-updates
That notification is for everyone who uses Forumactif Edge. Whenever there's an update available you will see this notification. Forumactif Edge checks for updates on Github once per session, to ensure that your forum is up to date with the latest fixes and features. If you need more information, please see the following page.
https://github.com/SethClydesdale/forumactif-edge/wiki/Checking-for-updates
- GuestGuest
@Ange Tuteur: I know AWC sends mssgs on updates whenever they're available, but only to ADMINS. Can't you make it so that just them will receive the nots or offer them a solution to not showing the nots at all (CSS wise)?
The update notification and once-per-session check is already for the founder only, since the founder is the only user on the board who can use the FAE Control Panel.
Edit :
I think I misinterpreted his post ?
Edit :
I think I misinterpreted his post ?
- GuestGuest
So, it's all in his hands then. Topic Solved.
Yep, the FAE Control Panel requires high-level access to the admin panel. ( i.e. templates ) If templates were modifiable by normal admins I'd have allowed them access to the control panel as well, but unfortunately Forumotion disallows admins access to the templates.. still no Idea why.
- GuestGuest
Well, then have it archived. Silly request IMO. Importance = < 0 , like everyone 'd die from pressing the 'OK' notification button....
I think he wanted to confirm if he was the only one who saw the notification. ( e.g. if members saw it too ) I'll await his response before closing the issue in case he has anymore questions about updating.
@sohab yes, you're the only one who sees this notification. The notification should only popup once per session IF you're accepting cookies. To stop the notification, you need only update Forumactif Edge by proceeding to your control panel and clicking the "check for updates" button. Please see this document to learn how to update :
https://github.com/SethClydesdale/forumactif-edge/wiki/Checking-for-updates
https://github.com/SethClydesdale/forumactif-edge/wiki/Checking-for-updates
You can remove the script which performs the check via Admin Panel > Modules > JavaScript codes management > [FA EDGE] ALL.JS
Find and remove :
Find and remove :
- Code:
/* -- 09. update_notifier -- */
$(function() {
if (_userdata.user_id == 1 && !my_getcookie('fae_update_alerted')) {
$.get('https://raw.githubusercontent.com/SethClydesdale/forumactif-edge/master/javascripts/version-data.js', function(d) {
var script = document.createElement('SCRIPT');
script.type = 'text/javascript';
script.text = d.replace(/forumactif_edge_version_data/, 'fae_github_version_data');
document.body.appendChild(script);
if (forumactif_edge_version_data.length < fae_github_version_data.length) {
alert('An update has been found for Forumactif Edge. When you\'re ready, please proceed to your FAE Control Panel and click "Check for updates" to begin the update process.');
}
my_setcookie('fae_update_alerted', '1');
});
}
});
You can check if new updates were released via this page :
https://github.com/SethClydesdale/forumactif-edge/releases
or this topic on the forum :
https://fmdesign.forumotion.com/t698-forumactif-edge-releases
https://github.com/SethClydesdale/forumactif-edge/releases
or this topic on the forum :
https://fmdesign.forumotion.com/t698-forumactif-edge-releases
thakns but i don't understand the lats update
Fixed major sticky footer bug on mobile devices and some browsers.
Fixed breadcrumbs exceeding page width on mobile.
Fixed unusually large overflow that was visible while splitting a topic with a lot of posts.
you must explain them widh an image or someting
Fixed major sticky footer bug on mobile devices and some browsers.
Fixed breadcrumbs exceeding page width on mobile.
Fixed unusually large overflow that was visible while splitting a topic with a lot of posts.
you must explain them widh an image or someting
This would occur on some platforms.Fixed major sticky footer bug on mobile devices and some browsers.
This doesn't require an image. The breadcrumbs ( i.e. the boxes that show above forums "FM Design > Services > Forumactif Edge" ) wouldn't wrap, so in turn they caused horizontal overflow on the body.Fixed breadcrumbs exceeding page width on mobile.
This doesn't require an image either. While splitting a topic, there was a very large amount of vertical overflow which allowed you to scroll far below the footer. Normally the page ends at the footer, that wasn't the case with this bug.Fixed unusually large overflow that was visible while splitting a topic with a lot of posts.
- 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