Image blocks not showing in Zikula Image blocks not showing in Zikula
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Image blocks not showing in Zikula

Started by BlackChart, December 04, 2008, 06:46:25 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

BlackChart

Hi,

I'm trying to get pnCPG to work correctly under Zikula, so far it work pretty much as I had in mind except for the blocks...

When adding one of the blocks that are intended to show an image, nothing shows (that mean the whole block and not only the image)...
When using the one to show the latest albums, the list shows...

Any ideas??

The site can be viewed at http://new.t3nettet.dk which are the development address for my site..

Regards,
Morten 

casNuy

Hi Morten,

I am a bit behind and have not checked out Zikula yet.
Will download and install to see what the difference is.
To be continued............

BlackChart

Thank you, will be looking forward to some solution :)

casNuy

You need to replace

$true = mysql_select_db($std_db) ;

with

$true = pnDBInit();

in the code of the block

BlackChart

That didn't do any changes to the issue with the blocks not showing on the page...

casNuy

Which block are you having the issue with?
Can I have an account with enough authorisation to do some verifciation?
You could send me a PM.

BlackChart

I've tried with random block and the one called block...

I'll create a zikula admin account for you, PM will follow..

casNuy

the other thing which need adjusting is to replave this line

themesideblock($blockinfo);

with

return themesideblock($blockinfo);


That is it.

BlackChart