moodle-an-hochschulen / moodle-theme_boost_campus

Moodle 3.x Boost child theme which is intended to meet the needs of university campuses and adds several features and improvements ––– for Moodle 4.x please use our Theme Boost Union
GNU General Public License v3.0
38 stars 25 forks source link

Moodle Theme boost campus issue #22

Closed vipulfirodiya closed 6 years ago

vipulfirodiya commented 6 years ago

I have installed boost campus plugin, but after installation, all href are replaced by #. So redirection to relevant pages is not taking place. Please suggest solution. Thank You

Kathrin84 commented 6 years ago

Hi vipulfirodiya, could you provide more information regarding your instance, please? Which Moodle version are you using, which version of boost_campus did you install? What do you exactly mean with all href are replaced with #. So you cannot change, for example, into a course or open your your profile page? Best, Kathrin

vipulfirodiya commented 6 years ago

my moodle version is 3.4 and same for boost campus After installing boost campus, In Site Administration block, if i clicked on user button, it only changes url to #linkusers but not redirecting to that page. This thing is happening with all Anchor tags.

On Mon, Mar 5, 2018 at 3:58 PM, Kathrin notifications@github.com wrote:

Hi vipulfirodiya, could you provide more information regarding your instance, please? Which Moodle version are you using, which version of boost_campus did you install? What do you exactly mean with all href are replaced with #. So you cannot change, for example, into a course or open your your profile page? Best, Kathrin

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/moodleuulm/moodle-theme_boost_campus/issues/22#issuecomment-370375851, or mute the thread https://github.com/notifications/unsubscribe-auth/AYpw7SeDTRNB6aESEqyfNX3sMbzA9babks5tbRM0gaJpZM4ScAVV .

Kathrin84 commented 6 years ago

Please see: https://docs.moodle.org/34/en/Administration_block

The Boost theme in Moodle 3.2 onwards uses gear icon links to provide access to settings pages rather than the administration block.

So we don't provide support for this block and please have a try with theme_boost, I assume that it's not working there, too.

vipulfirodiya commented 6 years ago

But even if i click on User profile section in navigation bar, it doesn't show drop-down list for dashboard, profile.....

On Mon, Mar 5, 2018 at 4:36 PM, Kathrin notifications@github.com wrote:

Closed #22 https://github.com/moodleuulm/moodle-theme_boost_campus/issues/22.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/moodleuulm/moodle-theme_boost_campus/issues/22#event-1503856767, or mute the thread https://github.com/notifications/unsubscribe-auth/AYpw7T8B_3RWxq_yYZezfgabn8TspLW9ks5tbRw0gaJpZM4ScAVV .

vipulfirodiya commented 6 years ago

Is it also a version issue?

On Mon, Mar 5, 2018 at 5:12 PM, vipul firodiya sobervipul.22@gmail.com wrote:

But even if i click on User profile section in navigation bar, it doesn't show drop-down list for dashboard, profile.....

On Mon, Mar 5, 2018 at 4:36 PM, Kathrin notifications@github.com wrote:

Closed #22 https://github.com/moodleuulm/moodle-theme_boost_campus/issues/22.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/moodleuulm/moodle-theme_boost_campus/issues/22#event-1503856767, or mute the thread https://github.com/notifications/unsubscribe-auth/AYpw7T8B_3RWxq_yYZezfgabn8TspLW9ks5tbRw0gaJpZM4ScAVV .

Kathrin84 commented 6 years ago

Hi! When using my theme, I don't have any problems with links, all menu are working as they intend to. Did you verify that everything works with Boost core theme on your instance. Can you provide a screenshot or some more information? It's really difficult for me to assume the cause with so few information...

glowingsword commented 4 years ago

I have installed boost campus plugin, but after installation, all href are replaced by #. So redirection to relevant pages is not taking place. Please suggest solution. Thank You

Hi! Please, can you check, was the mbstring.func_overload looks like

mbstring.func_overload = 2

or with other another value, exept right value(0)? I have a same trouble, and the root of this problem was non-correct value of the mbstring.func_overload option in my php.ini...