These forums are CLOSED. Please visit the new forums HERE
*Any way for a script yet to detect if "show in search" is ticked? |
|
|
Chaz Longstaff
Registered User
Join date: 11 Oct 2006
Posts: 685
|
04-27-2009 20:15
*Any way for a script yet to detect if "show in search" is ticked?
_____________________
Thread attempting to compile a list of which animations are freebies, and which are not:
http://forums.secondlife.com/showthread.php?t=265609 |
|
Sindy Tsure
Will script for shoes
Join date: 18 Sep 2006
Posts: 4,103
|
04-27-2009 20:24
If I had to guess, I'd guess http://wiki.secondlife.com/wiki/LlGetParcelFlags with PF_SHOW_DIRECTORY..
|
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
04-28-2009 01:46
for avs? I think if you hit the search page with their exact name and it doesn't pull up a profile link that'd be a good start (although there are people with it checked that still don't show, but they do still have a page at their key regardless.)
_____________________
|
| . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - |
|
Chaz Longstaff
Registered User
Join date: 11 Oct 2006
Posts: 685
|
04-28-2009 10:33
Ah yep, sorry. I should have specified what my mind was focussed on -- I meant objects.
Say you want to do an "audit" of your store to produce a mini-report listing which objects you have neglected to tick "show in search" on. Is there a way for script to tell which objects do / don't have "show in search" ticked on them? _____________________
Thread attempting to compile a list of which animations are freebies, and which are not:
http://forums.secondlife.com/showthread.php?t=265609 |
|
Void Singer
Int vSelf = Sing(void);
Join date: 24 Sep 2005
Posts: 6,973
|
04-28-2009 13:29
not that I'm aware of... it's in the category of items that annoys you to no end. prim settings with no script access, prim settings that can only be set but not read, and prim settings that only are accessible by script, but not inworld.
buy is another one of the same type, as well as non default left click behavior. ETA: you should be able to get it via the search functionality through the parcel page with more consistency than for av's (how much more I don't know, I haven't played with that) but you may need to parse it with outside php or through a google search of the parcel page. and then comparing what you get to what you have... though I don't know how often those pages update _____________________
|
| . "Cat-Like Typing Detected" | . This post may contain errors in logic, spelling, and | . grammar known to the SL populace to cause confusion | | - Please Use PHP tags when posting scripts/code, Thanks. | - Can't See PHP or URL Tags Correctly? Check Out This Link... | - |