Moodle Home Page with Plain Text Only, no Theme - moodle

I have just finished my Moodle instalation, through command line, using SSH. It went smootly, without any errors, but now I face something I feel like its a huge problem.
My moodle is using no theme, its plain text.
Any clues on how can I solve it?

Solved the problem, so I post it here expecting it can be usefull for others:
Simply, deactivate 'slash arguments' from Site Admin > Server > HTTP.
Thanks for your help Andrew, but it wasn't a CSS related problem.

Related

Wordpress Disuqs plugin not working properly

Hi I am new to working with Disqus plugin and I have a strange behavior.
After I installed the plugin and configured it it show comments without andy styling and without even the add comment textarea just showing the comment and comment author name only
It doesn't even include any scripts related to Disqus plugin .
here is the code I used in single.php
<?php comments_template(); ?>
here is the result I get
I have tried to disable the plugin and re-enable it then I try using the twentyfifteen theme and every thing worked fine with it but with my theme I get the issue
Any help will be appreciated , Thanks in advance
The fix for me was to uncheck External Javascript Files option in the plugin settings panel.
It says "Disable this if are not seeing Disqus appear on pages that normally have comments. This will fix the issue if your theme does not support the 'wp_enqueue_script' function, are caching your site on a CDN."
it works like a charm now!
That's happening because the function comments_template() is associated/overridden with the template you're seeing now.
Go through your theme files and you shall find a template that's showing up to you right now.

tinymce3 editor in joomla 1.5 browse button not working

i have a strange issue i have a joomla 1.5 site and i have installed the tinymce3 cause the client needs really bad this button that it has ,,that is the paste from word,, the problem is that when i insert for example a link or an image then when i click the browse button to browse files and content then nothing happens with the onclick,, :(
i have searched through the net and found MCImageManager might be a solution but i have to buy it.. is there any other way ?
any help would be really appreciated,
thank you guys..
Hi guys in case someone else need it,
just instead of tinymce editor i used the jce editor,
solved just from the jce editor it provides this kind of functionality the paste from word
just by playing on the default profile plugging settings parameters
and the browse button is working like a charm,
once again thank you

find_all_links() Perl function doesn't find all links

I'm starting with Perl and I'm trying to do a script that logs me out of a page (I already did the login one).
The idea is, I'm trying to use find_link function from WWW::Mechanize (I also tried WWW::Mechanize::Firefox) to find the logout link, but it's not working.
So, my question is:
is the event onmouseover avoiding that link to be found? I think WWW::Mechanize::Firefox supports javascript but maybe that's not correct.
<a class="hb2" href="/goform/Logout?logout=Logout" onmouseover="(window.status='Logout');
return true">Logout</a>
Is there a way to do what I want? Any help or suggestions will be highly appreciated.
Apparently my MozRepl (needed to use WWW::Mechanize::Firefox) add-on was not well installed. #gangabass, #andy I checked the HTML and it seemed to be in the source. So #choroba I checked why WWW::Mechanize::Firefox was acting the same as WWW::Mechanize and I reinstalled the add-on.
Then everything worked perfect. Thanks a lot to all of you for taking time to help me.
Are you sure you have this HTML fragment in your source HTML? I mean your HTML code fragment may be created dynamically via Javascript or may be you have frames in your source HTML.
So please show output of $mech->content() and your code to process this link (as stated above $mech->find_link( text => 'Logout' ); should work).
Have you dumped the page with the mech-dump command line utility? Try that. If your link shows up in the output of mech-dump then you're calling find_all_links() wrong.
If mech-dump does not show your link, then you probably either have malformed HTML, or the HTML is generated in the browser with JavaScript.

Umbraco Richtext Editor not loading

I've been scratchign my head on this one, hopefully someone can provide some feedback.
Umbraco Version: 4.7.2
Problem
A solution I developed for a company is having problem loading the rich text editor. They have a virtual IP solution acting as a proxy for their servers. After debugging on the client we noticed that the editor (tiny mce) was not loading because for some reason it is requesting the script and icons via the IP and not the URL. Obviously the IP is not hardcoded anywhere...
Need Help...
The client's IT department insists the configuration is ok; I think they are right, everything else in Umbraco seems to be working correctly. So I need help...
Is there anyway I can force the editor to be loaded from a specific URL?
I have experimented with changing the JS on umbraco_client, but the changes do not show when I load the editor. they appear to be cached somewhere (processed by the compressor), I've re-started the app and cleared my cache with no luck. How can I make my JS Changes be picked up?
What I've Tried
Setting the document.domain="my-url". No luck.
Setting the document_base_url on tinyMceConfig.config. Of course this is for links within the editor, so.. no luck
All other changes I've tried are on the JS files on /umbraco_client/tinymce3/, but I can't get them to show.
Any pointers?
Thanks,
-Covo
Is the RTE not rendering within umbraco it self or is the content not rendering on the front end?
This is a very good question - have you tried removing the property and adding again?
Other than what you've tried so far I'm out of suggestions other than the above sorry.

joomla tinymce editor problem

hi i am using joomla 1.5 for my site.
in this i fetched the problem of tinymce editor when i clicked on any article the image button are not shown. when i clicked on edit html source button It showing only “{$lang_theme_code_title}” on the Title bar and all body is blank.
so plz help me to resolved out from this problem.
thanks in advance
You should consider trying the JCE editor instead of trying to debug Tinymce. I'm running JCE error free on over 40 sites. It has a superior image manager, link manager, and code view. It installs easily and is highly configurable. The only caveat is that you should disable the Joomla insert image, page break, and read more buttons as JCE has those built in.
http://extensions.joomla.org/extensions/edition/editors/88
See this thread:
http://forum.joomla.org/viewtopic.php?t=62545
Try adding www. to your domain. Most often this is the problem.
I searched joomla project for vars $lang_theme_code_title... and related... There are not. Looked at Tinymce editor, it has javascript driven language file...
Most likely problem is cause by JavaScript. Try using different browser (firefox or chrome).
I read info on some other forums, some claim that temporarily disabling the antivirus solved the problem. I don't think that this will work, but you can try.
If none of this helps, you will need to give more information. Load firefox with firebug and see the NET tab for JavaScript files and Ajax Requests, most likely you'll find something interesting there (i think 500 Error)