vForums Support > System Improvements :: Suggestions :: > API $Post[Link] Update
API $Post[Link] Update - Posted By dog199200 (dog199200) on 29th Oct 10 at 3:21am
Ross you might want to consider updating the [link] array when calling post information. The reason is it doesn't run a check to see what the forums url system is set to so its still uses: /board/*Bored Name*/topic/*Thread ID*/action/view_topic/*Thread Name*
Re: API $Post[Link] Update - Posted By Ross (admin) on 29th Oct 10 at 8:16am
Thanks Dwight,
Lots of changes needed for the API. Will try to remember that one
- Ross
Re: API $Post[Link] Update - Posted By dog199200 (dog199200) on 30th Oct 10 at 11:23am
Yep no problem at all. And yea I can agree Haven't done much with it lately but since I am recoding DM's site again i've come across a few things that should be changed though the only one that I remembered was the link structure. If i remember anymore that should be updated i'll let you know.
Re: API $Post[Link] Update - Posted By dog199200 (dog199200) on 12th Nov 10 at 4:29pm
Ross,
I found a few more things that really should be fixed in-regards to the API.
get_members, it says one argument is required but it would be good if you could set it so none are required. if you can't set it so that it does not require an argument, then you should allow MAX to allow all if set to a 0 value.
It would also be great to allow all profile options in the members list area. The reason for this is that is if I want to have an email link in my own custom designed members list, i can't because I can only call the IM information and not the email information.
Those are just a few. of course the set_profile needs to be updated in order to compensate for the lasted updated.
I know i should of posted a new thread about these things but i figured here was a good place. Also just wondering, about the set_profile profile functions. Are we allowed to edit the api source? The reason I ask is because I want to be able to edit everything accept the password with the new system I am setting up for my company website, but as it stands email is also edit to edit only by the user. It seems like i'd just have to remove it from $own_allowed_fields and put it into $all_allowed_fields but dont want to do that and mess something up in your system.