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
-
If you have SEF URLs turned on the search query would look like http://localhost/search/search/search_string/keyword without SEF URLs it would be http://localhost/index.php?controller=search&action=search&search_string=help
-
I'm not real familiar with google analytics, therefore I'm not sure what you are asking...there is a script which is included but protected in the /cron folder (generateSiteMap.php) which allows you to build a sitemap.xml which can be fed into Googl…
-
Yes, that will insert the mega_menu into the page and expose the 'chrome' menu. What feature of the old 'mega' menu do you want to use? 'content/module' as the drop down or the multi-column with headers in the drop down? BTW, there is a 'bug' in th…
-
The primary means to control the width is found by using the 'Pages' menu item, 'Manage All Pages', then Edit your 'Free Form' menu item, by setting the column width.
-
What theme framework are you using? What is your INTENT? (e.g., do you want 'content' in the drop down menu?)
-
It is still being shipped, and any new phrase library additions are being machine translated via Microsoft Vuze. You can find the library in /framework/core/lang, you can see the english phrase is the array key with the value being that translation.…
-
Right...I don't fully document ALL the code changes in the changelog (you'd need to look at the extensive github commit log instead). I have a feeling the formsController.php and/or the uploadontrol.php (and/or assoc files) have changed structure sl…
-
Though it shouldn't change with the error reporting setting...is it possible you have turned on 'Restrict Form Entry' on the Forms tab of the forms module configure settings? Regarding the other problem...Is the warning for line 619 instead of line…
-
Just to confirm, this is a bootstrap 3 theme? and we're talking about the initial display of the form (not the 'confirm entries' or 'form submitted' stages)? Is the 'undefined index' notice display after submitting a form (e.g., the initial display…
-
Confirm you installed patch #6? What is the error/warning being displayed with the forms?
-
The issue about not getting to the install page now has to do with a /framework/config.php now existing (it can't exist for an installation to begin proceed). No ideas on the original issue about getting to the 2nd step of an install, which is the …
-
Ok, you can likely address the issue with forms with another entry in the action_maps.php file 'forms'=>array( // forms module '*'=>'Default' // wildcard for all actions will use the 'Default' subtheme ), I'm…
-
After looking at the code, it is operating as expected, but not as YOU would desire...Exponent attempts to maintain the subtheme from the calling page (e.g., I believe you are only experiencing this when editing or submitting a form from the home/de…
-
Just to clarify...when you say it jumps back to the front page are we talking it displays the front page CONTENT (e.g., the actual front page), or uses the front page SUBTHEME TEMPLATE?
-
I'm thinking that your system (and maybe Exponent in general) thinks the page your on is the 'default' page and therefore loads that subtheme template. A possible quick fix MIGHT be to edit the theme's action_maps.php file adding the following: '*'…
-
I've added some better error checking for this situation which will be included in the next patch/release which should be out by the end of the week.
-
You might check to ensure the /tmp (main folder) and the /files/uploads folders have 'write' access. The file will temporarily be placed within /tmp, then moved to /files/upload...perhaps you can view the system folder to see if there is a file of s…
-
Well, the .less compilation issue couldn't be reproduced locally...so now that the stylesheet for the bs3 control has been created, there seems to be an issue where the uploaded filename isn't being passed....I'll check that later today
-
What is the SWATCH set to? define("SWATCH",'custom');
-
This is for a bootstrap 3 theme...in the theme folder is a file 'config.php' which should have a line which defines the SWATCH (in addition to some other theme customization settings). There should also be a file in the theme's /less subfolder named…
-
I'll be out for a week...is it only when editing items on the 'front page' or when editing any item?
-
Hmmm...a patch file is simply a collection of only the changed files from that original version package (you don't have to sequentially patch the installation to work, e.g., patch 5 contains all the previous patches 1 thru 4). HOWEVER, it doesn't re…
-
How are you testing email? Using the Mass Mailer feature under the Exponent Users menu? Have you turned on SMTP debugging in Site Configuration? Have you attempted an Test SMTP Server Settings command under the Super-Admin Tools menu? Is the patch …
-
Do you have an 'action_map.php' file within the theme with lines which aren't commented out? The logic for selecting the theme/subtheme template is found in the expTheme.php subsystem file, the getTheme() function at line #574.
-
Open the browser 'developer tools' (usually by pressing F12) and reload the page to determine what javascript is breaking that page by looking in the 'console' of the developer tools; post the errors here.
-
More questions: Does the editor appear elsewhere? Do you use a custom WYSIWYG configuration? and if so, what are you customizing?
-
Question: Do the other tabs on that form configuration display an editor? Did you manually update the CKEditor version on the server (apart from a patch)? Apart from the editors, is the checkbox on that tab checked when you open the settings? Are yo…
-
Sorry, that's one of the bugs that patch #3 fixes...is it possible to simply extract the patch to the web folder or at least extract /external/Zip.php to the /external folder?
-
You did indeed catch an overlooked bug in the code since last Dec 16th...the two PEAR modules we've always included are not written the same...will be fixed for the next release, patch 3 out in a week or two. The work-around would be to convert the…
-
Did you check the 'Install as Patch' box before doing this? The 'install as patch' option installs the files into the root folder, leaving it unchecked installs them into the theme as a 'custom' module. My assumption is you've extracted the files in…