PDA

View Full Version : Install on PostNuke



icky
02-18-2006, 12:02 AM
Does the EP-Dev Counter install on PostNuke. I'm assuming it would since it runs via php. When i go into the admin panel --> blocks, and then add the block "EP-Dev Counter", i am still not seeing it on my site. I have installed dbtables.sql via mysqladmin into my postnuke database. I then changed my counter.php information and moved all the appropriate folders in their place also. Any help would be appeciated.

Patrick
02-18-2006, 03:16 AM
You are probably going to need to create a custom block for PostNuke (in other words, code a custom block). I am sure there is a nice example block included with the default PostNuke install that you can reference. Included with the EP-Dev counter is a PHP-Nuke block (in the counter/extras/ folder of EP-Dev Counter script), but that will likely not work. However, it should provide you with an idea of what you need to do.

Patrick
02-18-2006, 03:17 AM
If you post the example module code here I can even write the block code for you fairly easily.