Demo RevMax Plugin for OpenX

Questions about openx adserver plugin RevMax?

RevMax OpenX Plugin Features

Author Topic: Advertiser/Publisher Signup Within WordPress  (Read 427 times)

Offline parkerj

  • Newbie
  • *
  • Posts: 4
Advertiser/Publisher Signup Within WordPress
« on: October 09, 2011, 07:04:58 PM »
I moved everything that was in the clients folder into my current theme folder. The url for the publisher page is zoneclix.com/publishers. However, when I try to signup as a publisher I get an error. So, I am assuming that I am doing something wrong. A push in the right direction is greatly appreciated.

Offline btdsoft

  • Administrator
  • Full Member
  • *****
  • Posts: 124
  • btdsoft.com Independant OpenX Consultant
    • btdsoft.com
Re: Advertiser/Publisher Signup Within WordPress
« Reply #1 on: October 10, 2011, 04:03:00 AM »
I moved everything that was in the clients folder into my current theme folder. The url for the publisher page is zoneclix.com/publishers. However, when I try to signup as a publisher I get an error. So, I am assuming that I am doing something wrong. A push in the right direction is greatly appreciated.

Moving anything outside the path, would require working with the included files, seen at the top of the signup scripts;
Did you check your include paths ?

"I get an error." is not very informative.
No clear method of troubleshooting that one, anything a bit more specific ?

Offline parkerj

  • Newbie
  • *
  • Posts: 4
Re: Advertiser/Publisher Signup Within WordPress
« Reply #2 on: October 10, 2011, 04:16:23 AM »
Yes, I changed the paths in both files and I've checked to make sure that the paths are correct. When the form is submitted the page is reloaded with a "Page Not Found" notice. So, I wasn't sure if it is because the url ends with /publishers/ instead of /publishers.php

Offline btdsoft

  • Administrator
  • Full Member
  • *****
  • Posts: 124
  • btdsoft.com Independant OpenX Consultant
    • btdsoft.com
Re: Advertiser/Publisher Signup Within WordPress
« Reply #3 on: October 10, 2011, 04:26:01 AM »
That may be it, did you have a go at that?

Offline parkerj

  • Newbie
  • *
  • Posts: 4
Re: Advertiser/Publisher Signup Within WordPress
« Reply #4 on: October 10, 2011, 04:33:07 AM »
I've setup as a WordPress template and created a new page through WordPress so that it will use the current active theme. Is there some other I need to do this so that the php extension is present, or would I have to copy the header and footer and add it to both files?

Offline btdsoft

  • Administrator
  • Full Member
  • *****
  • Posts: 124
  • btdsoft.com Independant OpenX Consultant
    • btdsoft.com
Re: Advertiser/Publisher Signup Within WordPress
« Reply #5 on: October 10, 2011, 04:50:30 AM »
Not real sure, its a OpenX plugin, so not sure how to make it a word press plugin.

I personally have created a php page using a wp template, and included the signup file in the field of the page before, that however was withing the Openx directory structure, and not within word press. I believe there is a link here on this forum to an example where it was integrated with wp once.


Offline btdsoft

  • Administrator
  • Full Member
  • *****
  • Posts: 124
  • btdsoft.com Independant OpenX Consultant
    • btdsoft.com
Re: Advertiser/Publisher Signup Within WordPress
« Reply #6 on: October 10, 2011, 04:53:54 AM »

Offline parkerj

  • Newbie
  • *
  • Posts: 4
Re: Advertiser/Publisher Signup Within WordPress
« Reply #7 on: October 13, 2011, 06:24:17 PM »
Thanks, I was finally able to do it using what's called deep integration. This will call all the php functions and activated theme without having to move the files out of the openx directory.