Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.
dleffler
Updated software to v2.5.2
About
- Username
- dleffler
- Joined
- Visits
- 461
- Last Active
- Roles
- Guest, Member, Administrator
Comments
-
This bug has been reproduced and confirmed. Working on a fix for patch#3, probably out in the next day or so (as soon as this fix is completed). View article...
-
This latest release further refines and enhances the v2.2.1 release. This update includes new features and fixes several issues? This update is an incremental upgrade to v2.2.1 (or earlier). If you update via 'git' you may experience a merge confli…
-
Yes, the fix would be to go to the db. You might check if is_admin && is_acting_admin are clear/0 or set/1, and if this is the main admin account (created at installation), should also have is_system_user is set/1. View article...
-
This latest release further refines and enhances the v2.2.0 release. Need we say this includes many features and fixes many anomalies? This update is an incremental upgrade to v2.2.0 (or earlier). If you update via 'git' you may experience a merge …
-
This latest release further refines and enhances the v2.2.0 release. Need we say this includes many features and fixes many anomalies? This update is an incremental upgrade to v2.2.0 (or earlier). If you update via 'git' you may experience a merge …
-
This latest release further refines and enhances the v2.2.0 release. Need we say this includes many features and fixes many anomalies? This update is an incremental upgrade to v2.2.0 (or earlier). If you update via 'git' you may experience a merge …
-
Thanks! Looks like CKEditor changed the string they insert. I'll try to change the code to handle both options and have it in 2.3.0patch2 due out this Friday. View article...
-
The NewUI is NOT available to a bootstrap2 theme, is the default for a bootstrap3 theme and is optional for other themes. To activate it, you'll need to add a line to your /framework/conf/config.php file setting NEWUI to 1. Though the slingbar and c…
-
This latest release further refines and enhances the v2.2.0 release. Need we say this includes many features and fixes many anomalies? This update is an incremental upgrade to v2.2.0 (or earlier). If you update via 'git' you may experience a merge …
-
Github has started using a new feature which allows including/attaching a file (and changelog) with the list of releases. We will begin placing the zip package of our releases here in addition to sourceforge.net. View article...
-
This latest release further refines and enhances the v2.2.1 release. This update includes new features and fixes several issues? This update is an incremental upgrade to v2.2.1 (or earlier). If you update via 'git' you may experience a merge confli…
-
We've uncovered some bugs and other issues, and fixed them in v2.2.2 (stable). This patch can be applied to any site already running v2.2.2. The patch fixes these bugs: * Fixes issue where user/group permissions could NOT be revoked once assigned[…
-
We've uncovered some bugs and other issues, and fixed them in v2.2.2 (stable). This patch can be applied to any site already running v2.2.2 or v2.2.2patch1. The patch fixes these bugs: * Fixes issue where user/group permissions could NOT be revoke…
-
This latest release addresses several recent issues and adds some valuable new features. This update is an incremental upgrade to v2.2.2 (or earlier). If you update via 'git' you may experience a merge conflict due to the MANY changes. The best rem…
-
We've uncovered some bugs and other issues, and fixed them in v2.2.3 (stable). This patch can be applied to any site already running v2.2.3. The patch fixes these issues: * Problem fully upgrading an EAAS module youtube to media player configurati…
-
We've uncovered some bugs and other issues including some introduced within patch #1 , and fixed them in v2.2.3 (stable) (and v2.2.3 patch #1). This patch can be applied to any site already running v2.2.3 or v2.2.3patch1. The patch fixes these issu…
-
Short of any custom (theme) views for the module (or container), the code shouldn't prevent this for any admin nor super-admin. Have you tried creating a new standalone page and replicating this? I'd be willing to take a look if you could grant me …
-
After doing some more research, it appears the spec/approach has changed somewhat since our initial implementation. I'll change the code to ship out with v2.3.0patch2 next week so there is NO initial-scale default. However, we'll still set our width…
-
To change/remove the 'viewport' line in the 'expTheme::head' config, see this doc page http://docs.exponentcms.org/docs/header-info You can either specifically set the 'viewport' or remove it. See the last two paragraphs and the example at the bot…
-
Is it possible this standalone page is using a different subtheme? Have you tried turning 'error reporting on'? View article...
-
Perhaps the super-admin user isn't really a super-admin user? You might try pulling the users table up and ensure the user has both is_admin & is_acting_admin. There were some bugs fixed in the later patches (v2.2.3patch4 was last) View artic…
-
Quite odd...all admins and super-admins ALWAYS receive permission (the permissions subroutine ALWAYS returns true is user is admin/super-admin). Does the super-admin see any 'chrome' on that standalone page? Does the super-admin see the module on t…
-
We've uncovered several show-stopping bugs and some other issues, and fixed them in v2.2.0 (stable), This patch can be applied to any site already running v2.2.0, v2.2.0patch1, v2.2.0patch2, v2.2.0patch3, or v2.2.0patch4. The patch includes the fixe…
-
This latest release further refines and enhances the v2.2.0 release. Need we say this includes many features and fixes many anomalies? This update is an incremental upgrade to v2.2.0 (or earlier). If you update via 'git' you may experience a merge …
-
OK, sorry and thanks!. The file can be fixed by adding an '=' into the line between link$direct to become link=$direct. And you assumed correctly, this was simply a summary page telling you which files/tables were altered and a link to go back to th…
-
That link was simply a leftover from the before the days of 2.0 stable (before we had a manage themes view). It was simply a shortcut to the Exponent menu, super-admin tools, extensions, manage themes item...which was causing some issues on non-sef-…
-
Probably the easiest thing to do is to edit the database 'users' table (exponent_users) by editing the first record (should be the admin user) and delete the 'password' field. This will let you logon as that user with no password. I'd then immediate…
-
We don't allow template variants in a theme (a theme can only be one framework), so rename it to simply showall_Flydown.tpl View article...
-
Actually most of the news modules allow you to control what is displayed. Open the module configuration settings and on the 'News' tab you'll see the 'Display News Body in List' with several options below it: Full (the entire article), Summary (the …
-
Excellent recommendation! Yes, the current (old) two and three container views haven't been updated and use some float left/right tricks to make some non-responsive columns. I've opened a ticket to work on this and will try to squeeze it into a patc…