Page 1 of 1

Content - Code Hightlighter (GeSHi) Question

Posted: Fri Nov 30, 2007 5:24 am
by psgeeks
Hi all,

I have activated the plugin but can't understand how it works.  I know it is supposed to Highlight the code inside of an article but I do have code alot of my articles but nothing is getting highlighted.

Do i need to encapsulate the code with something? Can you tell me what i'm doing wrong?

Thanks  ???

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Fri Nov 30, 2007 5:35 am
by AmyStephen
Did you try enclosing your code in code goes here statements?

I *think* that is how it works.
Amy :)

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Fri Nov 30, 2007 3:47 pm
by psgeeks
AmyStephen wrote: Did you try enclosing your code in code goes here statements?

I *think* that is how it works.
Amy :)
I have done that, but no colors though! - does it recognize some languages and not others?

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Thu Dec 27, 2007 10:05 pm
by real_tengu
Try this if you have installed de ruby lang for GeSHi, else try changing to your lang.

puts "Hello World!"

Sorry my bad english.

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Fri Dec 28, 2007 5:06 am
by AmyStephen
real_tengu -

That's a nice blog you wrote on using GeSHi in Joomla!. Very helpful! Thanks!

Amy :)

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Fri Dec 28, 2007 5:21 am
by pikepace
The following post lists a few different language commands for GeSHi,
http://forum.joomla.org/index.php/topic ... #msg271080

That should provide the examples necessary for determining how to get correct highlighting for any language you are using.

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Wed Feb 27, 2008 9:36 pm
by fernandoch
Still not clear for me how to use it....

With which editor should I do it? Can I do it with TinyMCE 2.0?

Can someone please give more details?

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Wed Feb 27, 2008 9:44 pm
by real_tengu
You must be desactivate all WYSIWYG Editors and do it in plain text, like a big boy :D

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Wed Feb 27, 2008 9:59 pm
by fernandoch
But if I deactivate TinyMCE 2.0 I get this error when I access an article:

Warning: Attempt to assign property of non-object in C:\Archivos de programa\xampp\htdocs\xampp\Joomla1.5\libraries\joomla\html\editor.php on line 303

Fatal error: Call to a member function get() on a non-object in C:\Archivos de programa\xampp\htdocs\xampp\Joomla1.5\plugins\editors\tinymce.php on line 58

What editor should I have on? Can you please give more details?

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Wed Feb 27, 2008 10:09 pm
by real_tengu
Edit your user, the parameter "User Editor" must be "Editor - No editor" or something similar to this, I have Joomla! in spanish and I think that in English y similar to this.

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Wed Feb 27, 2008 10:13 pm
by fernandoch
OK, I have no editor now, how to use geshi? Can you give me an example?

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Wed Feb 27, 2008 10:27 pm
by real_tengu
An spanish example here:

http://tengu.dnsdojo.org/component/cont ... 201.5.html

This is the most important

Code: Select all

<pre xml:lang="ruby">puts "Hello World!"</pre>
ruby is the language you whis, attention whit de xml:lang, before was lang only

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Wed Feb 27, 2008 10:51 pm
by fernandoch
It worked with

<pre xml:lang="php">puts "Hello World!"</pre>

because ruby does not come by default installed.

How to have the same highlight we have here in the forum?

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Wed Feb 27, 2008 11:03 pm
by fernandoch

Code: Select all

I mean can we write like that with Geshi?

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Tue May 27, 2008 5:19 pm
by fernandoch
Can't we use Geshi with TinyMCE?

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Fri Aug 22, 2008 8:16 am
by dtommy79
It doesn't highlite the text for me. There are no colors.

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Thu Sep 04, 2008 2:01 pm
by webgal
I am having this same issue. I have it activated GeSHI but it is not highlighting anything. When I had 1.5, it worked. But in the new version 2.X, it's not highlighting anything. I thought it used to work with the editor on. I use the code window a lot but it is easier to catch spelling errors with the editor. This forum also works with the editor since I used it to type this message.

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Sat Sep 06, 2008 10:30 pm
by webgal
Anyone? No one else having this issue? Is there a third party program? I could do google highlighter but it only works for google.

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Sun Sep 07, 2008 12:04 am
by real_tengu
In your font code of your articles change all this labels:

Code: Select all

<pre lang="ruby">puts "Hello World!"</pre>
To:

Code: Select all

<pre xml:lang="ruby">puts "Hello World!"</pre>
The lang attribute change to xml:lang

This is all you need to do.

Sorry my bad english.

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Sun Sep 07, 2008 12:42 am
by webgal
Thanks. I'll give that a try.

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Sun Sep 07, 2008 12:56 am
by webgal
Where exactly do I go? I searched the files and the code isn't in the host. So are they in the admin window? Sorry to be stupid.

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Fri Sep 12, 2008 9:40 am
by fernandoch
webgal, you have to open html code to add that.

Anyone knows how to change the background color of geshi code?

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Fri Sep 12, 2008 3:18 pm
by webgal
What I'm looking for is what file is that code found in.

For example, is it rhuk_milkyway/html/modules.php. I know it's not in that file. But I don't know which file that code is in.

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Fri Sep 12, 2008 4:41 pm
by fernandoch
This is not in a file. You should create a new article, and while editing the article you have a button to edit the article in html mode. It is a button close to the bold, italic and all these buttons in the tinyMCE editor.

Re: Content - Code Hightlighter (GeSHi) Question

Posted: Fri Sep 12, 2008 9:57 pm
by webgal
OK. That is more clear. I use the html window most of the time. I assume this is something I add to all the articles if I want the geshi.

I forgot to say thank you. So thank you. Off to give it a go.