If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: krisp23
Forum Index » Profile for krisp23 » Messages posted by krisp23
Author Message
It's been a while since I've been in this code, but if I recall correctly, my URL issue was coming from a value stored in the database, not in a .php file. I hope this helps.
I'm actually getting closer...I think.

I updated the $form_forward value in poll/include/class_poll.php

function poll() {
global $POLLTBL, $CLASS;
$this->tbl = $POLLTBL;
$this->poll_view_html = array();
$this->poll_result_html = array();
$this->options = array();
$this->options_text = array();
$this->poll_question = array();
$this->form_forward = basename("/home/public_html/comm/portal.php?chunk=polls");

Now my problems is that the URL getting returned for results is http://myURL.com/comm/portal.php?chunk=polls?action=results&poll_ident=19

If I can only change the second question mark to and ampersand '&', I'll have it.

Anyone know how to do this...?
I have the same exact question. Would love to be included on any response.

Thanks.

Kris
Chicago, IL, USA
 
Forum Index » Profile for krisp23 » Messages posted by krisp23
Go to:   
Based on the open source JForum