Joomla!
http://forum.joomla.org/

Content - Code Hightlighter (GeSHi) Question
http://forum.joomla.org/viewtopic.php?f=473&t=238654
Page 1 of 1

Author:  psgeeks [ Fri Nov 30, 2007 5:24 am ]
Post subject:  Content - Code Hightlighter (GeSHi) Question

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  ???

Author:  AmyStephen [ Fri Nov 30, 2007 5:35 am ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

Did you try enclosing your code in
code goes here
statements?

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

Author:  psgeeks [ Fri Nov 30, 2007 3:47 pm ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

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?

Author:  real_tengu [ Thu Dec 27, 2007 10:05 pm ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

Try this if you have installed de ruby lang for GeSHi, else try changing to your lang.

puts "Hello World!"


Sorry my bad english.

Author:  AmyStephen [ Fri Dec 28, 2007 5:06 am ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

real_tengu -

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

Amy :)

Author:  pikepace [ Fri Dec 28, 2007 5:21 am ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

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.

Author:  fernandoch [ Wed Feb 27, 2008 9:36 pm ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

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?

Author:  real_tengu [ Wed Feb 27, 2008 9:44 pm ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

You must be desactivate all WYSIWYG Editors and do it in plain text, like a big boy :D

Author:  fernandoch [ Wed Feb 27, 2008 9:59 pm ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

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?

Author:  real_tengu [ Wed Feb 27, 2008 10:09 pm ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

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.

Author:  fernandoch [ Wed Feb 27, 2008 10:13 pm ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

OK, I have no editor now, how to use geshi? Can you give me an example?

Author:  real_tengu [ Wed Feb 27, 2008 10:27 pm ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

An spanish example here:

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

This is the most important

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


ruby is the language you whis, attention whit de xml:lang, before was lang only

Author:  fernandoch [ Wed Feb 27, 2008 10:51 pm ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

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?

Author:  fernandoch [ Wed Feb 27, 2008 11:03 pm ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

Code:
I mean can we write like that with Geshi?

Author:  fernandoch [ Tue May 27, 2008 5:19 pm ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

Can't we use Geshi with TinyMCE?

Author:  dtommy79 [ Fri Aug 22, 2008 8:16 am ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

It doesn't highlite the text for me. There are no colors.

Author:  webgal [ Thu Sep 04, 2008 2:01 pm ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

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.

Author:  webgal [ Sat Sep 06, 2008 10:30 pm ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

Anyone? No one else having this issue? Is there a third party program? I could do google highlighter but it only works for google.

Author:  real_tengu [ Sun Sep 07, 2008 12:04 am ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

In your font code of your articles change all this labels:
Code:
<pre lang="ruby">puts "Hello World!"</pre>

To:
Code:
<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.

Author:  webgal [ Sun Sep 07, 2008 12:42 am ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

Thanks. I'll give that a try.

Author:  webgal [ Sun Sep 07, 2008 12:56 am ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

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.

Author:  fernandoch [ Fri Sep 12, 2008 9:40 am ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

webgal, you have to open html code to add that.

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

Author:  webgal [ Fri Sep 12, 2008 3:18 pm ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

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.

Author:  fernandoch [ Fri Sep 12, 2008 4:41 pm ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

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.

Author:  webgal [ Fri Sep 12, 2008 9:57 pm ]
Post subject:  Re: Content - Code Hightlighter (GeSHi) Question

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.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/