Posted: Tue 20. Mar 2007, 18:09
If you speak Romanian to that is great, if not i WILL TRANSLATE IT FOR YOU... IF YOU DON'T nothing against it.
The phpwcms support forum will help to find answers to your questions. The small but strong community is here since more than 10 years.
https://forum.phpwcms.org/
Code: Select all
[ID 3]Pegasus[/ID]
Code: Select all
// casa-loca's ExDataMOD
if($phpwcms["exdata_mod"]) { //enabled/disable ExData MOD
require_once ('./include/inc_module/mod_exdata/inc_front/func.inc.php');
}
Code: Select all
// include external PHP script (also normal HTML snippets) or return PHP var value
if( ! ( strpos($content["all"],'PHP')===false ) ) {
$content["all"] = render_PHPcode($content["all"]);
}
Code: Select all
[PHP]$_POST['exd_filter1']="Belgium";[/PHP]
Code: Select all
display:none;
comes with version 2.652xS wrote:would be good to choose in which fields the search function is looking for a given keyphrase. At the moment it's looking in all fields, but I want to limit it to a selection of one/more/all field(s).
your ExData Version#? should be fixed in 2.62 and up2xS wrote:and another search problem: I have a filter and a search function included. If the search results in "no entries" the filter jumps to "no entries" and the user has to change the filter before he can start a new search, which is very annoying. I saw that the behaviour at the example pages [...] is different. Where can I change this behaviour?
2xS wrote:and another search problem: I have a filter and a search function included. If the search results in "no entries" the filter jumps to "no entries" and the user has to change the filter before he can start a new search, which is very annoying. I saw that the behaviour at the example pages [...] is different. Where can I change this behaviour?
my version is ExData MODULE 2.63 under phpwcms 1.2.8breitsch wrote:your ExData Version#? should be fixed in 2.62 and up
Code: Select all
//detailview-link
if ($det_link == $j) {
if (!isset($_POST['exd_filter1'])) $_POST['exd_filter1']=$navi_filterfunc[4];
Code: Select all
if (!isset($_POST['filter_string'])) $_POST['filter_string']=implode(";",$navi_filterfunc);
work!2xS wrote:How can I paginate the entries in the overview by the first letter of a certain field? I don't want the <<1 2 3 4 >> but << A B C D ...>>
Any idea???
ExData 2.65 comes for phpwcms versions 1.2.6, 1.2.8 and 1.3.02xS wrote:will the new version 2.65 work with phpwcms <1.3.0 or is it necessary to upgrade?
I'm working very, very hard on it!oeconom wrote:Hey breitsch,
hope you had a good and productive eastertime an some time go get nearer to finishing the new version...!?
I'm curiously waiting for it
(but no bustle, no pressure here!)
All the best,
FELIX