![]() |
[Rejected] Reputation fetching wrong template. - Printable Version +- MyBB Community Forums (https://community.mybb.com) +-- Forum: Development (https://community.mybb.com/forum-161.html) +--- Forum: MyBB 1.8 Development (https://community.mybb.com/forum-165.html) +---- Forum: 1.8 Bugs and Issues (https://community.mybb.com/forum-157.html) +----- Forum: Rejected (https://community.mybb.com/forum-184.html) +----- Thread: [Rejected] Reputation fetching wrong template. (/thread-168478.html) |
Reputation fetching wrong template. - Omar G. - 2015-03-14 It seems that it doesn't matters if we are adding a reputation from a modal, if an error pops up the core will fetch the reputation_add_error_nomal template to show the modal error. The issue is within the "reputation_add" template:
From the first line it is self explanatory that it is a modal, yet nomodal is passed with a value of 1. RE: Reputation fetching wrong template. - Jones H - 2015-07-02 The "nomodal" is correct. The new page is loaded from within a modal and is inserted into the modal div already, therefore we don't need a new modal and the template without the modal is loaded. Rejecting this. |