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
- 462
- Last Active
- Roles
- Guest, Member, Administrator
Comments
-
Ok, I think I have the Yes/No problem corrected...will be in v2.2.3 which should be released tomorrow. I'm still a little confused on which email area you are having trouble adding a 2nd address: * On the module configuration settings view, email…
-
Ok, I think I have the Yes/No problem corrected...will be in v2.2.3 which should be released tomorrow. I'm still a little confused on which email area you are having trouble adding a 2nd address: * On the module configuration settings view, email…
-
Specifically, Patch #2 only fixes one issue introduced with Patch #1, that of not being able to turn on Admin or Super-Admin status of a user. I'm unable to reproduce what you describe. Please confirm you are editing the form module (from the page)…
-
The 'classes' for the form enter data view is class="module forms edit enter-data" So if you create a theme style such as: Code: .forms.edit.enter-data { background : url(../images/form.png); } Statistics: Posted by dleffler
-
What version of Exponent are you running...I can't locate why the error would refer to a line #118...but I can speculate your server might not have 'gd' installed correctly? Statistics: Posted by dleffler
-
What version of Exponent are you using? (v2.2.2 is the most recent) You may insert a 'break' (shift-enter) into the text which will be included in the first para/div. The 3 display options are full (the entire article), none (no article), and su…
-
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 …
-
FWIW, the editor page break simply inserts a Code: which is a printer page break. You can create your own custom 'summarize' modifier by copying the /framework/plugins/modifier.summarize.php file into /themes/yourtheme/plugins/modifier.su…
-
This is an EXCELLENT idea, and is now included in the pre-release code for v2.2.3! My suggestion to create a custom plugin will NOT work since we've moved the 'summarize' method to the expString subsystem and you cannot create a theme custom subsys…
-
This was supposed to be fixed/changed in the most recent version release v2.2.2. I'll check it out. Statistics: Posted by dleffler
-
OK, it appears to be something related to the browser (OS) and the pdf handler? Not sure I (myself) can track down a solution since this is occurring OUTSIDE of Exponent...it's a simple file transfer of a pdf file on the server to your computer whic…
-
.asp/MS-SQL is less prevalent on the internet since it requires the host web server run MS Windows. Whereas .php/MySQL runs on any PC including those running Linux (or a derivative) so it is therefore a broader based solution. As you had stated, if…
-
This was supposed to be fixed/changed in the most recent version release v2.2.2. I'll check it out. Statistics: Posted by dleffler
-
OK, it appears to be something related to the browser (OS) and the pdf handler? Not sure I (myself) can track down a solution since this is occurring OUTSIDE of Exponent...it's a simple file transfer of a pdf file on the server to your computer whic…
-
This is an EXCELLENT idea, and is now included in the pre-release code for v2.2.3! My suggestion to create a custom plugin will NOT work since we've moved the 'summarize' method to the expString subsystem and you cannot create a theme custom subsys…
-
FWIW, the editor page break simply inserts a Code: which is a printer page break. You can create your own custom 'summarize' modifier by copying the /framework/plugins/modifier.summarize.php file into /themes/yourtheme/plugins/modifier.su…
-
Not sure what is occurring. Was this a new install or an upgrade to an existing (working) install? If an upgrade, from what previous version? Statistics: Posted by dleffler
-
Though I've not done it, I believe you can host unlimited domains on a single account. http://wiki.dreamhost.com/One_User_Per_Domain_Policy Statistics: Posted by dleffler
-
Great! I'm a Dreamhost non-profit guy myself. I like the selection of PHP versions from the control panel (5.2, 5.3, or 5.4), custom php.ini settings (.php/5.4/phprc or full ini .php/5.4/php.ini) http://wiki.dreamhost.com/PHP.ini and ssh. They also …
-
Sounds like the owner is NOT 'nobody' and also the php.ini settings would prevent you from running Exp (unless they can change them). However, here is a script you could place into the empty root folder, then browse to it which should create the app…
-
Generally, the permissions tests perform an 'is_writable' on Linux servers and a work-around on windows servers to determine if we have read/write access to the file/folder. I would suspect the user/group assigned to the folders/files is not the sam…
-
An 'Online Database' is simply a collection of data and implies the tools/software to interact with that data (adding new data or retrieving stored data based on a set of parameters). This is typically done using Forms (input) and Reports (output). …
-
An 'Online Database' is simply a collection of data and implies the tools/software to interact with that data (adding new data or retrieving stored data based on a set of parameters). This is typically done using Forms (input) and Reports (output). …
-
An 'Online Database' is simply a collection of data and implies the tools/software to interact with that data (adding new data or retrieving stored data based on a set of parameters). This is typically done using Forms (input) and Reports (output). …
-
An 'Online Database' is simply a collection of data and implies the tools/software to interact with that data (adding new data or retrieving stored data based on a set of parameters). This is typically done using Forms (input) and Reports (output). …
-
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 …
-
Well, since you mention it...we'll have a NEW 'toggle' view for the faq module in 2.2.2 (which will probably be released much sooner than the end of the year). This is equivalent to an 'accordion' view in most cases, as each question can be collapse…