Webmastersite.net
Register Log In

305 matching results for "david":

Sort by
Topic Title Author Comment Text Created Forum
search isn't exact david Hey mrowton,

Thanks for the input, but this didn't work either. Now it simply doesn't search the categories for some reason.

David
Mar 21, 2006 - 3:12 AM Paid Scripts Support
search isn't exact david Hey Paul,

Another problem with searching. Consider this simple search:

<form action="search.php?action=filter&filled=1&whichtype=links&condition=and" method="post" >

-------------------
<input type="hidden" name="kiadoeladocondition" value="and" />
<select name="kiadoeladosearch">
<option value="For Rent">For Rent</option>
<option value="For Sale">For Sale</option>
</select>

<input type="hidden" name="incatcondition" value="and" />
<select name="incatsearch">
<option value="">In all categories</option>
{ CATOPTIONS }
</select>

-------------------

If I do a search where I select 'For Rent' and leave the categories at 'in all categories', then it returns all the result for all 'For Rent' listings. This is fine.

If I do a search where I select 'For Rent' and select a category where I KNOW there aren't any links listed, it STILL returns the same values as in the previous search. As if it did an 'or' type search.

I tried to even use a '=' type search, but I get the same problem.

Thanks
David
Mar 20, 2006 - 5:18 PM Paid Scripts Support
Really stupid question david You are right, I thought I saw it picking up both values.

In that case, let me elaborate, so you can see that this is could be something to add in a future version. I am running a site in another language. I cannot ask the visitor to literally enter the 'and' between 2 values in that single text field. Also, I don't have (can't have) space around this text field to explain to the visitor:
"please enter two numbers here, the minimum and maximum values, and be sure to leave a space between the 2 numbers."

See my point?

There should be a simple way to have 2 text fields, where they can enter the min. and max. values for a search condition (integer type).

In the meantime, any other way to solve this issue (in case you will put something like this in a future version)?

Thanks
David
Mar 20, 2006 - 5:13 PM Paid Scripts Support
trim a custom link field david Let me rephrase. I just realized that I need to trim all the 0 (zeros) from the value to be displayed instead. I can't just display the first 2 or 3 numbers of the value.

So if I have a value of 1500000, I need to trim the zeros from there and display the 15 only. This doesn't mean I need the values changed in the database, but I need to only display the number 15 when calling up this custom link field.

Thanks
David
Mar 19, 2006 - 11:18 AM Paid Scripts Support
trim a custom link field david Hey Paul,

I have a custom link integer field. It usually has a 5 digit number as a value, but I need to only display the first 2. The {LINKCUSTOMFIELD[2]> doesn't work. What can I do to make this happen? Any PHP code to help with something like this?

Much appreciated.

David
Mar 19, 2006 - 11:14 AM Paid Scripts Support
Really stupid question david Hey Paul,

Apperently this works:

< input type="hidden" name="whatevercondition" value="<" / >
< input type="text" name="whateversearch" / >
<input type="hidden" name="whatevercondition" value=">" />
< input type="text" name="whateversearch" / >

No idea why it didn't work before.

David
Mar 19, 2006 - 5:58 AM Paid Scripts Support
subdomains and url masking david Small question. Can I just copy the index.php, search.php and the classes directory, along with the modified config file and expect it to work? Or do I have to actually perform an install? I mean, technically an installation does nothing more than create the database tables and modified the config file, no?

David
Mar 18, 2006 - 5:02 PM Paid Scripts Support
Update Notes david Hey Paul,

Nah, that's not too useful for me. I will stick to using that neat little software I was telling you about, and I highly recommend it to those who upgrade manually, since it does a comparison and allows you to simply copy the new lines and delete the old ones with a click of a button. Unfortunately, after testing it again, it's printout of the details isn't good though. Gotta use that actual software for the comparison and replacements.

Anyways, back to the original question. Yes, it would be nice if you release notes were kept up a little better. wink

David
Mar 18, 2006 - 5:00 PM Paid Scripts Support
Really stupid question david But did you also use a 'is lower than' for the same searchcondition?

David
Mar 18, 2006 - 4:57 PM Paid Scripts Support
Really stupid question david Anybody else using 2 text fields where you want to search between 2 numbers? How can you do this?

I cannot use a single text field and hope that people will enter the word 'and' between 2 numbers.

I even tried to put a
< input type="text" name="whateversearch" value="and" / >
between the 2 text fields, but nothing.

Thanks
David
Mar 18, 2006 - 9:21 AM Paid Scripts Support
subdomains and url masking david Interesting. I did search through the manual for this, but couldn't find it. I'll try that option.

Much appreciated.

David
Mar 18, 2006 - 9:19 AM Paid Scripts Support
subdomains and url masking david Any thoughts anybody?

smiling face nod
Mar 18, 2006 - 1:30 AM Paid Scripts Support
can't use rssfeed.php?usedetails=1 david Cool. By the way, you can change that regeneration time from 12 hours to anything else. wink Do a search for my topics and you will find the answer on that from Paul.

David
Mar 18, 2006 - 1:26 AM Paid Scripts Support
Really stupid question david Hey Paul,

Hate to re-open this.

< input type="hidden" name="whatevercondition" value="between" / >
< input type="text" name="whateversearch" / >
< input type="text" name="whateversearch" / >

doesn't work. No errors, but it only uses the second input field for searching.

I tried
< input type="hidden" name="whatevercondition" value="<" / >
< input type="text" name="whateversearch" / >
<input type="hidden" name="whatevercondition" value=">" />
< input type="text" name="whateversearch" / >

Still nothing.
What do I have to do to have 2 text fields for the Minimum and Maximum of a search field value?

Thanks
David
Mar 16, 2006 - 8:14 PM Paid Scripts Support
can't use rssfeed.php?usedetails=1 david Yep. I think we are talking the same thing.

Take that really long link of rssfeed.php and generate a static xml file. Then parse that xml file onto that other page of yours. Let's see what happens. I had the same issue a long time ago, then I never got back to using the rssfeed.php as an actual link, so if it was fixed but now got broken again, then I didn't know about that one.

David
Mar 16, 2006 - 7:32 PM Paid Scripts Support
Narrow results to results containing

Link to these search results