Bugs
Posted: Tue 20. Jun 2006, 18:03
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/
Ahh I didn't mentioned that... ok - i hang onOliver Georgi wrote:...still problems in IE when hidden stuff. I try to find a bugfix for all menus.
Oliver
Solved! I have found the "bug" - $temp_count was missing. I have prepared new file packages available this evening.pico wrote:Hi
have exact the same Problem with the Contentparts as Knut has shown
tested with:
updated 1.2.6
fresh install with imported Data
Apache 2.2.0
PHP 5.1.1
mySQL 5.0.18
edited: seems that this Code always run (articlecontent.list.tmpl.php)with a change to this it works for meCode: Select all
if(!$temp_count) { //list all available content parts foreach($wcs_content_type as $key => $value) { echo "<option value="".$key."">".$value."</option>"; }
Code: Select all
if(is_array($article["article_cntpart"]) && count($article["article_cntpart"])) { // list all content parts usable for this article category foreach($article["article_cntpart"] as $value) { if(isset($wcs_content_type[$value])) { echo '<option value="'.$value.'">'.$wcs_content_type[$value]."</option>\n"; } $value1 = $value * (-1); $temp_count++; // <--------------------------------- -------added by pico if(isset($BL['be_admin_optgroup_label'][$value1])) { echo '<optgroup label="[ '.$BL['be_admin_optgroup_label'][$value1].' ]" class="cntOptGroup"></optgroup>'."\n"; } }
Yes please! It's needed.ssyfrig wrote:does the release 1.2.7 contains a FE User Solution? (not the pre 1.2.7 release)
It's been so long since I looked at it.Oliver Georgi wrote:check you settings for hidden menus - maybe your home is set not correct.
Not on my end.Oliver Georgi wrote:it is still working - check your settings.
This is not supported - so please only post errors for non-hacked releases.1996 328ti wrote:Not on my end.Oliver Georgi wrote:it is still working - check your settings.
Could be a conflict with a RT.
The last tiime I upgraded I was not able to use the teaser_tag with users_online so I abandoned users_online.