Editing theme

Lucas Baltazar

Joined: 2010-07-09
Posts: 11
Posted: Mon, 2010-07-12 22:55

I'm trying to edit the ajaxian theme..I had some progress, but there are somethings that I'm not getting results..this is the link..
http://www.sppot.com.br/gallery/main.php
I want to took of the word "Sppot", but when I took of this word, the three show off too..and i don't want to take the option "cadastrar", this option is used to register(I am saying this because this word are in portuguese).
Thanks,
Lucas Baltazar

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Mon, 2010-07-12 23:44

Please don't post the same question multiple times.

It hasn't been answered yet because:
1) Someone who knows or has time to help with a customization question hasn't read it yet

2) Someone who's familiar with that theme hasn't read the question yet

3) Your post is hard to read or understand. For example, I have no idea what any of this means:

Quote:
I want to took of the word "Sppot", but when I took of this word, the three show off too..and i don't want to take the option "cadastrar", this option is used to register(I am saying this because this word are in portuguese).

I realize you don't speak English natively, but I have no clue what that is suppose to mean. Perhaps try posting in English and Spanish or Portuguese so someone can run your native language through the Google translator.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
Lucas Baltazar

Joined: 2010-07-09
Posts: 11
Posted: Tue, 2010-07-13 05:01

Ok, I'll try to use the google translator next time..or I'll post in my native language.
Thanks

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Tue, 2010-07-13 05:09

But I still don't know what you are asking. What do you want changed?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
Lucas Baltazar

Joined: 2010-07-09
Posts: 11
Posted: Tue, 2010-07-13 05:13

I created another post, "Editing theme[2]"
Look there.
Thanks for helping me :)

 
n2cast
n2cast's picture

Joined: 2010-07-15
Posts: 1
Posted: Thu, 2010-07-22 05:35

After creating a new them name "autorc" i got the bellow error' any one can help to remove and install this new theme for test ..links mgobd.com/products/pro

Error Detail -
Error (ERROR_BAD_PARAMETER) : No such theme: AutoRc

* in modules/core/classes/GalleryPlugin.class at line 490 (GalleryCoreApi::error)
* in modules/core/PluginCallback.inc at line 156 (GalleryPlugin::isActive)
* in modules/core/PluginCallback.inc at line 67 (PluginCallbackView::handleCallback)
* in main.php at line 450 (PluginCallbackView::renderImmediate)
* in main.php at line 104
* in main.php at line 88

thx

n2casT

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Thu, 2010-07-22 10:41

Everything is case sensitive make sure your theme directory is lowercase and edit theme.inc appropriately.
So for my theme:
gallery2/themes/clear
and theme.inc:

class ClearTheme extends GalleryTheme {

    function ClearTheme() {
	global $gallery;

	$this->setId('clear');
	$this->setName($gallery->i18n('Clear'));
	$this->setDescription($gallery->i18n('Carbon theme without Bg-color'));
...

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2