Gallery2 showing the internal page in Wordpress

ismamartinez

Joined: 2008-02-06
Posts: 1
Posted: Wed, 2008-02-06 20:15

Hi, i'm so sorry for disturbing you but after a few hours trying to know why the system is not showing the albums i've decided to ask it here.

The site is: www.fichajes.com
Runs with the last version of WordPress
I've installed Gallery2
Everything in green in the admin WPG2 section.
The sidelock works perfect, but the page (created by the system) that links to shows:

WPG2 Internal Page

Your Gallery2 Content will be Displayed Here.

If you delete this page, WPG2 will revert to linking directly to your Gallery2 main page.

I'm pretty sure i have to write some code there but if it's that i've been unable to find what.

Please, can you help me?

Thanks!

 
ozgreg
ozgreg's picture

Joined: 2003-10-18
Posts: 1378
Posted: Wed, 2008-02-06 22:27

Actually you do not need to write any code, the WPG2 uses an internal Wordpress Hook to grab the Gallery2 content and output rather than the text you are seeing. The fact you are seeing the text indicates that something is interfering with that hook. What Wordpress plugins do you have running, we have had some reports of some plugins interfering with his hook we are using..

____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo

 
Zerator

Joined: 2008-04-14
Posts: 3
Posted: Mon, 2008-04-14 14:28

I am having the same problem ... i think its a wp issue
i am working on my own theme for wp:

what i have

i am using

<?php
query_posts('page_id=11');
global $more;
$more = 0;
while (have_posts()) : the_post();
the_content('Read the full post »');
endwhile;
?>

to display the page that should hold the gallery well i get the message:

WPG2 Internal Page

Your Gallery2 Content will be Displayed Here.

If you delete this page, WPG2 will revert to linking directly to your Gallery2 main page.

i have no extra plugins at the moment

 
fryfrog

Joined: 2002-10-30
Posts: 3236
Posted: Tue, 2008-04-15 02:17

Dunno if it helps or not, but I had the same "problem" when I used an Ajax plugin. It is called "AJAXed Wordpress" and the portion of that that seemed to cause the problem was "AJAX navigation" which was a module inside that Ajax thing.

But I suspect you might not be using that plugin :/
_________________________________
Support & Documentation || Donate to Gallery || My Website

 
Zerator

Joined: 2008-04-14
Posts: 3
Posted: Tue, 2008-04-15 07:30

I am not using any other plugin appart from wp2g ..
might of course be that i am trying to do somthing wrong when calling for the page.

 
ozgreg
ozgreg's picture

Joined: 2003-10-18
Posts: 1378
Posted: Tue, 2008-04-15 22:35

Zerator,

Do you get the same issue when you are using the standard WP theme?

____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo

 
Zerator

Joined: 2008-04-14
Posts: 3
Posted: Wed, 2008-04-16 07:11

wenn i use the stndard theme i do not call the page like discribed above ... it actually workes when i call the page by clicking on the link.

 
ozgreg
ozgreg's picture

Joined: 2003-10-18
Posts: 1378
Posted: Thu, 2008-04-17 00:54

Hmmmm maybe WP has some redirect code someplace in the standard WP theme designed to handle these cases.. Unfortunately I am not aware of this code and where it is placed in the WP theme.. Maybe try a post on the WP forums?? Sorry I just do not have the time to pull apart WP right now to give you some more pointers..

____________________________________
Wordpress / Gallery2 (WPG2) Plugin, , WPG2 Documentation, WPG2 Demo