User Feedback Archive : September 2014

Posted by Plugger
2014-09-30

Great script

Showing records 1 - 20 of 35

is it possible to have this set to 50 or 100

thanks
Posted by Rajnish Malhotra
2014-09-29

I went to check the ip addresses of all the votes who voted for the post but there is no data in the tbl_ipblock table. When I open the table, I get "MySQL returned an empty result set (i.e. zero ... Read More
Posted by Tom
2014-09-29

Hi, Please set ENABLE_IP_BLOCK to true in web/config/config.block.inc.php.
Posted by Rajnish Malhotra
2014-09-29

Is there a way to find out who has voted? Does the IP addresses gets tracked and stored somewhere?
Posted by Tom
2014-09-29

>Does the IP addresses gets tracked and stored somewhere?

Yes, see the table, tbl_ipblock in the database.
Posted by babeloo
2014-09-25

I found !

in common.php, i did what you said and, in tpl.contacts.search.inc.php,
i wrote :
<td style='text-align:left;'><a href="mailto:<?php echo $hm->Zb('rs:def:email'); ?>"><?php echo ... Read More
Posted by Tom
2014-09-25

Glad to hear that!
Posted by babeloo
2014-09-25

Thanks for your replie.
I tried but it doesn't work : it doesn't open thunderbird, it opens a web page with an error message.
Posted by babeloo
2014-09-25

Hello

I have a column for e-mail addresses.
Please, could you help me to make them clickables ?

Thanks a lot.
Posted by Tom
2014-09-25

Hi, this article will help you.
http://www.phpkobo.com/link--m2072
Posted by Frank Carlin
2014-09-25

how can i include the applicant's CVprimaryKey in the config.email.form.php
Posted by Tom
2014-09-25

>how can i include the applicant's CVprimaryKey in the config.email.form.php

Sorry, it's not implemented. You have to come up with some method to pass it to the email template. I'll make to add it ... Read More
Posted by Frank Carlin
2014-09-25

can i include the applicant's form_id number in the confirmation email
Posted by Rickster
2014-09-24

In the gradip template, the option and the graph are on different lines. How can I modify the old-fashioned table-based simple template to put option and graphic on their own lines. This is ... Read More
Posted by Tom
2014-09-25

You can modify the table structure in tpl.result.inc.php in the simple skin. Currently the table structure is like
... Read More
Posted by Rickster
2014-09-24

I am unable to preview anything, though I can still edit a new poll. Where in the directory structure should I see new or updated files? The admin program recognizes a new poll (mySQL database is ... Read More
Posted by Tom
2014-09-24

Hi, when you create a new poll, the script saves the poll's attributes such as the poll title, the poll options into the database. It doesn't create any physical files or folders. If you want to ... Read More
Posted by Angel
2014-09-24

one more question is there a way to put a login just for administrators?
Posted by Tom
2014-09-24

>is there a way to put a login just for administrators?

OK, you already removed the login feature from the staff folder. Just rename it to "guest" or something and use it for guests.

Now, get the ... Read More
Posted by Angel
2014-09-24

I removed the login window and when I click on the log off buttom displays this error

Location : cls_ps_frame/CVPageSet::GetFieldListAttri
Message : Fieldset () does not exist in spec_fieldsets : ... Read More
Posted by Tom
2014-09-24

>I removed the login window and when I click on the log off buttom displays this error

Since you already removed the login feature, you don't need to log off. Please remove the log off link so that ... Read More
Posted by Fidel
2014-09-24

This program is just what I was looking for! I want to change the time delay of tooltips. I checked config folder but couldn't find anything related to it. Where can I change it?
Posted by Tom
2014-09-24

>I want to change the time delay of tooltips.

You can find some examples of changing the parameters of a tip-box in skins/(skin-name)/js/js.front.inc.php
For example,
... Read More
Posted by Aleksey
2014-09-23

Is it possible remove @ mark? No?
Posted by Tom
2014-09-24

>Is it possible remove @ mark?

Yes, you can remove it but if three are some web pages on your web site's root directory, a short url may conflict with one of them. You should remove it only when ... Read More
Posted by Ajit
2014-09-22

Can I change staff folder name?
Posted by Tom
2014-09-22

>Can I change staff folder name?

Yes, you can rename it to any name you want.
Posted by Kaz
2014-09-22

Im trying to display polls "on the fly" to no avail. I think Im having the same problem like Marek. Is there any interface to dynamically create polls? ( Not on the page load but at later times ) How ... Read More
Posted by Tom
2014-09-22

OK, I PMed you.
Posted by Ratna
2014-09-19

Very nice script! I love it! I Would Like to know if it's possible to make the form not accessible to everyone, a.k.a only the admins who have access to login page can use the form. I would like to ... Read More
Posted by Tom
2014-09-20

Hi,

>I Would Like to know if it's possible to make the form not accessible to everyone, a.k.a only the admins who have access to login page can use the form.

That's an odd request! Unfortunately, ... Read More
Posted by ron
2014-09-19

It appear to be a very difficult task to import from another CSV file, how can this be done. I need to know this priorto getting into this.
Posted by Tom
2014-09-19

Hi, it doesn't have the import feature yet. Maybe in the next version!
Posted by babeloo
2014-09-19

Hello

I can't tell you how you helped me !
Thanks, thanks, thanks and thanks again. You're great !
Posted by Tom
2014-09-19

I'm glad to hear that!
Posted by Rickster
2014-09-19

How can I center the div containing the poll in the installation? I've been writing HTML and CSS for years, but whatever I do, the poll div is aligned left. Otherwise, thank you for the exceptional ... Read More
Posted by Tom
2014-09-19

Hi,

>How can I center the div containing the poll in the installation?

How about this?
<div style='margin:0 auto;width:(--put-poll-width-here--)px;'></div>
Posted by Antonio
2014-09-16

Hi there , just wanted to say , you rock ! this is totally awesome ,

one thing though , how do i get to display the results on the admin page ?

is there a way I can display the results on ... Read More
Posted by Tom
2014-09-17

Hi,

>is there a way I can display the results on different html ?

I'm not really sure what you meant by "on different html" Maybe, you want to display poll results on a page other than the poll? ... Read More
Posted by Marek
2014-09-14

>> But when I make turn active off - this make no change on Wordpress site.

> So you are saying that the poll appears even if you turn off the active field?
> That's strange. Maybe the output is ... Read More
Posted by Tom
2014-09-15

Just put a poll on a web page in the regular way (without your modification). And turn off the active field and see if it's still visible.
Posted by Marek
2014-09-12

Hello, I'm calling /web/conn/index.php from ajax on my Wordpress page like this:

<script>
$(document).ready(function(){
var callAjax = function(){
$.ajax({ ... Read More
Posted by Tom
2014-09-13

Hi,

>But when I make turn active off - this make no change on Wordpress site.

So you are saying that the poll appears even if you turn off the active field?
That's strange. Maybe the output is ... Read More
Posted by Peter
2014-09-12

Another idea : the use of a captcha.
URL shorteners are full of spam links created by spammers robots.
A captcha would help to stop them.

A test could be done on the visitor IP and if there are too ... Read More
Posted by Tom
2014-09-13

>Another idea : the use of a captcha.

That's a great idea, too. Thank you for your feedback!
Posted by Carlos
2014-09-12

Hi Tom, thx for reply,
Ok. can me plese tel me the code for the hide te Note: Display in the Adresses previue? In you adresses demo no show the text in listing. Make create and show . this is right ... Read More
Posted by Tom
2014-09-13

>can me plese tel me the code for the hide te Note:

If you want to write it yourself, I'd suggest reading web/codelib/sys/CField.inc.php. This file contains php class implementations for all the ... Read More
Posted by Peter
2014-09-11

Hi and thank you for this great script.
would it be possible to test the presence of the 'http' into the Long URL ? if it is present, good. but if it is not there, the script would add it ... Read More
Posted by Tom
2014-09-11

>if it is present, good. but if it is not there, the script would add it automatically

That's a good idea. I should include it in the next version. Thank you for your feedback!
Posted by PK-OSO
2014-09-11

...Or maybe I can use my own list of users to be authenticated using the Sript by itself? The problem with this option is that We are about 200 users. :-D
Posted by Tom
2014-09-11

>Or maybe I can use my own list of users to be authenticated using the Sript by itself?

The staff table can hold 200 users easily. Why not go ahead?
Posted by PK-OSO
2014-09-11

Hi Tom, thank you again for this app and your help...

This time I´d like to know if there is a way to create an authentication mechanism maybe based on the MySQL BD created with the AB App or maybe ... Read More
Posted by Tom
2014-09-11

>LDAP server

I had some chance to implemenent it when my client showed interest but unfortunately the plan didn't materialize. Now I have to wait for the next chance!
Posted by Arun
2014-09-10

Tom, Thanks a Ton.. Works like charm! You are my savior :)
Posted by Tom
2014-09-11

I'm glad to hear that!
Posted by Arun
2014-09-09

Hi Tom,

Great Script. thank you so much for the efforts.

Can you tell me how i can add more filters into the lead search page?
Posted by Tom
2014-09-09

Hi,

>Can you tell me how i can add more filters into the lead search page?

The script is very similar to Address Book Script (http://www.phpkobo.com/address_book.php) regarding how to add/remove ... Read More
Posted by Alex B.
2014-09-09

Would like to say a big thank you.
It works (duh!).

It's well written, easily understandable, configureable and it's well commented.

A big thumbs up!
Posted by PK-OSO
2014-09-08

Hi there,

My question at this time is: How many values are possible to add on a dropdown list field? 20? 50 ? 100? No limit?

Thank You
Posted by Tom
2014-09-08

>How many values are possible to add on a dropdown list field? 20? 50 ? 100? No limit?

Basically there is no limit but the script has to load all the values before displaying it, so many values will ... Read More
Posted by Ogier
2014-09-08

I wonder what makes Demo1 so much better than Demo3.
Posted by Tom
2014-09-08

haha they are the same :)
Posted by Gary
2014-09-03

Hi,

Can we export the content to xls format?
Posted by Tom
2014-09-04

>Can we export the content to xls format?

Sorry, not yet in the current version. I plan to add a csv export feature in a future version, which should allow users to transfer data to Excel.
Posted by PK-OSO
2014-09-03

Hi there,
This is an excellent and very easy to use AB app. This time we need to hide/show some fields (Columns) and rename them. We have two separates GUI, one for ADMIN users (Edit access) and the ... Read More
Posted by Tom
2014-09-04

Hi,

in the templates ( any files that starts with "tpl." ), you can use IsAdmin function to hide things from non-Admin users like
... Read More
Posted by Nicole Taylor
2014-09-02

How many and what files do I need to edit to add or change the field names?

For example ID Agendy Type Agency Name Contact Address etc
Posted by Tom
2014-09-03

Hi,

>How many and what files do I need to edit to add or change the field names?

You can find all field labels in web/codelib/cfg/res.eng.app.inc.php.
Posted by Matthew Sarino
2014-09-01

How do I add records to the "Form to DB" script? I haven't found an "add" button in the app when I installed it. Did I just overlook it?
Posted by Tom
2014-09-02

Hi,

>How do I add records to the "Form to DB" script?

Please use the form on web/form/index.php