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: Anonymous
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Author Message
Thank You, it work, i have to add only to global
$PHP_SELF, $QUERY_STRING;
and change form_forward to
$this->form_forward = "$PHP_SELF?$QUERY_STRING";
Once again THANK YOU
Having trouble adding a background image to Advanced Guestbook 2.3.1.

I have added a gif image to template folder. I have tried editing the the header.tpl in diferent ways with no luck:

<body background="m_b.gif" link="$VARS[link_color]" vlink="$VARS[link_color]">

I get a white background.

I have tried adding the image name to the background color of styles and chnanged in the header:
<body backgound="$VARS[pbgcolor]" link="$VARS[link_color]" vlink="$VARS[link_color]">

I get a white background


Can anyone help? What do I need to do to get a background image instead of background color??
can some 1 plz reply me....
where did the mailing list go? i really needed i loved that script!! could pls someone tell me or maybe if any of u still have the zip version can send it to me?
how to set the date and time
When i create a new poll or edit existing poll the option-names always come with 4 first symbols cut-off.

I checked the databese and found out that the values are put in the table already cut. So i can guess that the problem is somewere in the script that inserts data in the table (mysql).

Is someone able 2 help?
try to edit the result-templates stored in /templates/default
I had a samre problem some time ago - but i managed to solve it. I wrote the problem and the solution to the developers - but hadn't gote even a thanks-note back. As i see now they hadn't done any changes.

So, here you go:

The fact is that the redirect command (after voting) does not analize the QUERY_STRING - where are all the page parameters stored. So you get an url cut-off after voting.

you just need to add .$QUERY_STRING to redirecting header of the script. Now i don't remember were it is exactly - but you can search the phorum for my message or ...

Oh! look - i found it for you:

You should edit the file "class_poll.php" & set you poll() function 2 look like this:
function poll() {
global $POLLTBL, $db_connect, $PHP_SELF, $QUERY_STRING;
$this->tbl = $POLLTBL;
$this->ip = getenv("REMOTE_ADDR");
$this->db = $db_connect;
$this->pollvars = $this->db->fetch_array($this->db->query("SELECT * FROM ".$this->tbl['poll_config']));
$this->pollvars['poll_version'] = "1.7";
$this->template_set = "default";
$this->form_forward = "$PHP_SELF?$QUERY_STRING";
}
I`ve installed the Advanced Poll and made a 2100 hours restriction for double voting. But today I was allowed to vote again. I`s only 5 days passed and I`m being worried of this fact. The scripts works in a big contest so the bug is very dangerous for me.
How can I solve this problem?

Thanks in advance and sorry for my English.
I have absolutely no idea how to install this guestbook. Could please someone help me out? What am i supposed to do in steps 1 for the database settings? In step 2 what is my database name and host?
It figures after nearly giving up and posting a request for help here I found the problem.

I had to "chmod -R +x *" to the entire directory.

Not really sure why, the rest of my php files -- the entire site is PHP driven -- only have read priveledge.

Very odd indeed.
I have been trying to install Advanced Poll all day.

I followed all the steps in some of the guied posted here with no luck.

The furthest I can get is that I run the install.php wizard and it completes successfully.

The Demo polls all seem to work and the tables all look OK.

When I try to get to the admin pages with my bowser (i.e. http://myhostname/poll/admin/index.php) all I get is a delat and then a blank page.

My entire site is PHP/MySQL driven so I am very surprised to it is not working at this point.

Does anyone have any ideas what could be wrong?

Thanks.

Jeff
hey guys,

I have 2 active votings, can I submit both votings only with one button ?
because the first voting is about a polit voting (yes or no) but on the second voting they have a choice of more detailed answers for this polit question.
Both votings are identic with the thematic exept the options =)

so can i submit 2 votings with 1 button ??

thanks in advanced
In the daily counter the conter goes on incrementing. it does not go back to 0 (zero) after 24 hours... what seems to be the problem.... i used two counter in 2 of my sites in different host but its same in both places. plz help me...
thanx in advance.
This sucks!! My offer still stands...
 
Forum Index » Profile for Anonymous » Messages posted by Anonymous
Go to:   
Based on the open source JForum