inherit
139476
0
Jan 19, 2020 4:24:42 GMT -8
Auburn
I will steal your smile and treasure it
263
April 2009
auburneye
|
Post by Auburn on Nov 24, 2009 21:59:06 GMT -8
I am wondering, what are all the limitations proboards has as far as coding? I am not just referring to the TOS, but just the way it is constructed and was is/isn't possible to do with it. Thus far, from experimenting a bit, I think I know this much: - Certain forms, such as the "modify profile" form, cannot be reconstructed outside of the original modification page. In short, things like a skin selector at the bottom of the page are out of the question(?)
- Friends List, Profile Comments, and the like, cannot be added. I'm not sure if it's possible using a side-server though. Somehow I wonder if maybe profile comments could somehow be done by manipulating a regular thread.
- All codes can really do is use the data displayed on a page and manipulate it to one's favor. It's against TOS to pull out new information from the server, so things like a remote "users online" box that shows up in pages aside from the main index are also a no-no. This also limits things like a "most popular threads" box at the top, etc.
Well actually I think there was a Buddy list code before wasn't there? (which is like a Friends List) But it got taken down. I'm curious about other limitations perhaps pertaining to things that I'm sure I am missing. ^^; I may be completely wrong on the above though ^ Please correct me if I am.
|
|
inherit
100824
0
May 13, 2012 5:37:49 GMT -8
Michael
14,585
March 2007
wrighty
|
Post by Michael on Nov 24, 2009 22:22:44 GMT -8
The latter 2 aren't impossible. They're doable. Just require server side coding. And some DB management. The first is true. Not a limitation, against TOS!
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Nov 24, 2009 23:27:34 GMT -8
You could do the first, depending on how you make the skin. It wouldn't be through the default ProBoards skin selector, but through alternative stylesheets. Which would be a pain, so no one does it. The second, I've done. Never released it though, 'cause I don't feel like taking up the space on my servers to store all the messages. The third, against TOS. Store it in cookies?
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Nov 25, 2009 6:21:28 GMT -8
You could do profile comments using a thread and AJAX to grab the data, but it wouldn't be pretty. And there'd be other issues once you reach two pages.
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Nov 25, 2009 12:05:11 GMT -8
You could do profile comments using a thread and AJAX to grab the data, but it wouldn't be pretty. And there'd be other issues once you reach two pages. Breaks TOS.
|
|
inherit
139476
0
Jan 19, 2020 4:24:42 GMT -8
Auburn
I will steal your smile and treasure it
263
April 2009
auburneye
|
Post by Auburn on Nov 25, 2009 12:21:50 GMT -8
The third, against TOS. Store it in cookies? I think it was wormopolis who mentioned to me here that cookies would work - but those cookies could only be created from the main index page. So when a user is navigating the forums, the Users Online box [like if it was in a smangi box] wouldn't update. They'd have to revisit the index to update the list - but then that sorta defeats the purpose of it since they can just view it there.
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Nov 27, 2009 13:12:55 GMT -8
You could do profile comments using a thread and AJAX to grab the data, but it wouldn't be pretty. And there'd be other issues once you reach two pages. Breaks TOS. I was referring to the limitations, but not in respect to the ToS. My bad. Should have clarified.
|
|