User Feedback Archive : June 2015

Posted by fabio
2015-06-29

hi, how can ppl see the polls withuot login?
Posted by Tom
2015-06-30

>how can ppl see the polls withuot login?

You can put polls on regular web pages. Please log in to the admin panel and see the installation tab for details.
Posted by John
2015-06-28

Hello,
Is there away to have the end user(s) to pay for there ad that there posting?
paying with paypal..
Posted by Tom
2015-06-29

>Is there away to have the end user(s) to pay for there ad that there posting?

Sorry, it doesn't have the feature.
Posted by vidi
2015-06-28

hi Tom.
Thank you very much for this component. I want to know how can I delete all search boxes and place one box to search all filed in the table?
Posted by Tom
2015-06-29

Deleting is easy. You just remove them from the template. "one box to search all filed" is not implemented, so you have to write it youself.
Posted by FearLess Hunter
2015-06-28

Hi,

Thanx for the script ! :) I would like to use it on my website. I would like to know how to create a different poll for multiple web pages? I tried but couldn't find the solution.

Please reply ... Read More
Posted by Tom
2015-06-29

You can create as many polls as you want. To create a new poll, please read the step 6 of this page
http://www.phpkobo.com/install-APSMX-302
Posted by fabio
2015-06-27

hi,, nice plugin, how can I edit language option, i mean, i want to see "vote" as "votar", "thank you for voting" as "gracias"

ty
Posted by Tom
2015-06-29

Hi, you can find skins in this folder, web/skins/
Posted by Bob
2015-06-25

Hi
I need to put a field <input type="file">
Is it possible?
Posted by Tom
2015-06-27

Sorry, it's not possible.
Posted by Tahmidul
2015-06-21

Hy Tom, I'm sorry for late feedback !
I'm really happy to say your second method working perfectly for me !

Thank you very much for your co-operation ! :)

Will you please do me another favor ?
When ... Read More
Posted by Tom
2015-06-22

Open web/staff/app/df.fieldlist.inc.php and find the following code:
... Read More
Posted by mark
2015-06-15

hello..thank you for this script. please in what file can i find the html files for admin page- polls,staff,about, i would like to add simple code to make it responsive
Posted by Tom
2015-06-22

Hi, the templates are in the staff folder. The templates' filename start s with "tpl."
Posted by ife
2015-06-13

good day.. wonderful script here. am making use of your script for my final project in university . Please do you know how i can go about adding comments for users to the polls. and how is it ... Read More
Posted by Tom
2015-06-22

Sorry I can't answer that. It's beyond the scope of this feedback board!
Posted by Theodis Butler
2015-06-12

The latest script shows an error when trying to preview existing or newly added poll.

Thank you for making this!
Posted by Tom
2015-06-22

Hi, would you tell me what kind of errors you saw?
Posted by Bryan Jackson
2015-06-11

Thanks! Works perfectly for my needs!!
Posted by Tom
2015-06-22

Glad to hear that!
Posted by Sergey
2015-06-09

Thank you but i meen another. In tpl.... search.php i have a table with some info. When i click "edit" opening tpl.....search.detail.php with editing info, right. But all this info are in "inputs ... Read More
Posted by Tom
2015-06-22

To display a field as a simple text, please read this article:
http://www.phpkobo.com/article--m2072
Posted by Sergey
2015-06-08

Hello dear. PERFECT SCRIPT! Thanks to you!!!

I want that on edit page (or other page) displaying editing info (with all inputs and textarea like in standard tpl.table_name.search.detail.php) and ... Read More
Posted by Tom
2015-06-09

OK, so you want to edit the search page? Then edit the template for the search page. The path of the template is web/staff/tpl.(table-name).search.inc.php.

To add a print button, this page may help ... Read More
Posted by Bryan Jackson
2015-06-08

Just asking again in case my add on reply got burred. I need to know if I can change the characters allowed form a-z,A-Z,0-9 to 0-9 only. Thanks
Posted by Tom
2015-06-09

Hi,

>I need to know if I can change the characters allowed form a-z,A-Z,0-9 to 0-9 only.

Open web/codelib/asc/cls_ps_aso.inc.php and check out
GenerateRandomShortUrl() function. Probably, you want ... Read More
Posted by John
2015-06-05

First want to say great poll, you are providing an awesome service! I have the error message coming up under the radio button and text after I tried to integrate it into an existing page. How can you ... Read More
Posted by Tom
2015-06-09

Hi, I think the cause is z-index. You can edit either the host page's z-index or the tipbox's. To edit the tipbox's index, open web/app.code/tclass.js.inc.php and find and edit the following code.
... Read More
Posted by Bryan Jackson
2015-06-03

Thanks for all your help I got it all working now.

I'm on to the next challenge which is can the can allowed characters be limited to numbers (0-9) only and if so, what file or files do I need to ... Read More