Bug #8004
Site headers appear when answering linked forum in LP
Status:
Feature implemented
Priority:
Normal
Assignee:
Category:
Learning paths / Lecciones
Target version:
Complexity:
Normal
SCRUM pts - complexity:
?
Description
To reproduce:
- create a course
- create a LP
- create a document and place it as first page
- link the document to a forum
- look at the learning path as student (or as admin, it doesn't matter)
- add a message to the forum thread
- -> the full site headers appear inside the LP content frame (baaaad)
Associated revisions
Improve flat view for linked LP forum - refs #8004
History
Updated by Julio Montoya about 5 years ago
- Assignee changed from Julio Montoya to Yannick Warnier
How you do this?? "link the document to a forum"
Updated by Angel Quiroz about 5 years ago
- Assignee changed from Angel Quiroz to Alex Aragon
- % Done changed from 0 to 70
Fixed!
Asigno a Alex para corregir un problema con el overflow que no permite hacer scroll en el foro dentro del ifram
Updated by Alex Aragon about 5 years ago
El problema estaba en el ajax que llama al foro.
var forumIframe = $('<iframe>').attr({ width:'100%', frameborder:'0', scrolling:'yes', tabindex:'0', id:'chamilo-disqus',
la propiedad del iframe scrolling estaba en NO, cuando deberia estar en YES.
Updated by Alex Aragon about 5 years ago
- Status changed from Assigned to Needs testing
- Assignee changed from Alex Aragon to Yannick Warnier
Cambio enviado en PR https://github.com/chamilo/chamilo-lms/pull/961
Updated by Yannick Warnier about 5 years ago
- Status changed from Needs testing to Feature implemented
- Assignee changed from Yannick Warnier to Alex Aragon
- % Done changed from 70 to 100
Tested and approved.
Hide headers when answering linked LP forum - refs #8004