in forums, whenever a message is big, it is shortened and an icon appears. Unfortunately, when this icon is clicked the rest of the message will not appear on the screen. I attach a screenshot to make clear which icon this is about
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The drop down button uses javascript. So I guess the first question is, what browser are you using and is javascript enabled?
The present code does not degrade well if javascript is 'turned off'. The post is initially shown 'folded up' then needs javascript to fully show the post. I have done some new code this morning, that initially shows the full post then uses javascript to 'fold up' the post. That should work better for browsers without javascript.
I will upload this new code to the Subversion SVN later today. Needs more testing.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have uploaded a file to the Subversion SVN under trunk/webcollab/forum. The file is forum_list.php. Put this file into the same place (/forum) in your installation. It should fix the problem, if your problem is indeed javascript not enabled or not executing properly.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
in forums, whenever a message is big, it is shortened and an icon appears. Unfortunately, when this icon is clicked the rest of the message will not appear on the screen. I attach a screenshot to make clear which icon this is about
The drop down button uses javascript. So I guess the first question is, what browser are you using and is javascript enabled?
The present code does not degrade well if javascript is 'turned off'. The post is initially shown 'folded up' then needs javascript to fully show the post. I have done some new code this morning, that initially shows the full post then uses javascript to 'fold up' the post. That should work better for browsers without javascript.
I will upload this new code to the Subversion SVN later today. Needs more testing.
I have uploaded a file to the Subversion SVN under trunk/webcollab/forum. The file is forum_list.php. Put this file into the same place (/forum) in your installation. It should fix the problem, if your problem is indeed javascript not enabled or not executing properly.