inherit
117495
0
Apr 10, 2012 14:03:01 GMT -8
Meme
69
January 2008
ladymeme
|
Post by Meme on Feb 8, 2011 17:17:23 GMT -8
I don't think this question is related to coding or graphics, but the programming design. I was wondering if it was possible in some way to blog on proboards? The reason I ask is because I haven't heard it mentioned as I have been on different boards. I was wondering if there was somewhere in the program where you could possibly have the replies to the blog be insync with the date and yet go to a different sub-board, to have someone make a comment on your blog. Would each person who desired to blog have to have a separate sub-board and place a url to the specific sub-board after every blog input to a specific rpost. Sounds really complicated was hoping someone had a better solution? Would surely appreciate the help. Thank you in advance, Meme
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Feb 9, 2011 9:33:30 GMT -8
I'm not understanding your question.
|
|
inherit
117495
0
Apr 10, 2012 14:03:01 GMT -8
Meme
69
January 2008
ladymeme
|
Post by Meme on Feb 9, 2011 16:21:40 GMT -8
Sorry it sounded a bit confusing to me too I was asking if proboards has the capability of having a blogging screen. Like those for instance on blogspot. I know I could do it buy putting in a sub-board for each person who had a blog and putting the comment url to that sub-board but it seems a little complicated when you are trying to keep it insync with each blog post because the dates wouldn't coinside etc...with posts, just a lot of extra work for those who wanted to comment.on someone's blog....I was really basically wondering if there was an easier way? Thank you, Meme
|
|
inherit
34317
0
Jul 25, 2011 7:16:34 GMT -8
Andrew.McGivery
|-|e|_|_0
267
December 2004
zawzew
|
Post by Andrew.McGivery on Feb 10, 2011 18:15:39 GMT -8
Easier way is to have a board as a blog, have threads int he board as entries, and replies as comments.
And then from there use code modifications to make it look blog-like.
|
|
inherit
153968
0
Nov 19, 2012 15:03:05 GMT -8
Thesealion
New Phone Who Dis?
4,124
April 2010
joemaggio
|
Post by Thesealion on Feb 10, 2011 18:38:12 GMT -8
I was at one point trying to make a code like this. I didn't, however, have the coding skills to finish the job and couldn't get anyone who was willing to work with me...
If someone wants to i could find my plans and help them code it...i am still not good enough
|
|
inherit
39608
0
Nov 26, 2011 18:53:00 GMT -8
iDunk
Previously Computerpros
2,533
April 2005
computerpros
|
Post by iDunk on Feb 15, 2011 23:14:01 GMT -8
I wouldn't be too surprised if you saw something more like this after V5 comes out, but I doubt the plausibility at this point.
|
|
inherit
117495
0
Apr 10, 2012 14:03:01 GMT -8
Meme
69
January 2008
ladymeme
|
Post by Meme on Feb 18, 2011 9:39:30 GMT -8
Easier way is to have a board as a blog, have threads int he board as entries, and replies as comments. And then from there use code modifications to make it look blog-like. Andrew...I would appreciate any help I can get! Nightstalker....I'm willing to try out what you come up with. idunk.....Do I need to move this thread to the coding board if the solution isn't possible from a programming standpoint? Thank you in advance for your help everyone
|
|
inherit
39608
0
Nov 26, 2011 18:53:00 GMT -8
iDunk
Previously Computerpros
2,533
April 2005
computerpros
|
Post by iDunk on Feb 18, 2011 23:21:46 GMT -8
... idunk.....Do I need to move this thread to the coding board if the solution isn't possible from a programming standpoint? ... I'm not saying it's not possible, just that it's unlikely at this time.
|
|
inherit
153968
0
Nov 19, 2012 15:03:05 GMT -8
Thesealion
New Phone Who Dis?
4,124
April 2010
joemaggio
|
Post by Thesealion on Feb 19, 2011 5:34:25 GMT -8
Yea most coders don't want to do something this big. It definitely will be much easier when V5 comes out.
|
|
Bdm
New Member
Posts: 23
inherit
163286
0
Apr 23, 2011 19:12:05 GMT -8
Bdm
23
February 2011
bdm
|
Post by Bdm on Feb 19, 2011 10:19:18 GMT -8
1) It's possible (to code) and not too difficult to code with basic knowledge of JavaScript, PHP, and SQL.
2) There are limitations though - due to us (coders) not having all of the resources we need (an API, etc), there's no way to ensure that it is secure, meaning that members could post fake messages (for example) if they had basic coding knowledge.
|
|
inherit
34317
0
Jul 25, 2011 7:16:34 GMT -8
Andrew.McGivery
|-|e|_|_0
267
December 2004
zawzew
|
Post by Andrew.McGivery on Feb 19, 2011 19:45:35 GMT -8
the only real issue that comes up is that all a user would need to do is disable javascript and BAM. They can post on any blog they want or, type &NOHEADERS&FOOTERS into the address bar lol But besides that, it is completely possible, and not REALLY that big of a project.
|
|
inherit
117495
0
Apr 10, 2012 14:03:01 GMT -8
Meme
69
January 2008
ladymeme
|
Post by Meme on Feb 19, 2011 23:20:19 GMT -8
Thank you.... If you had it password protected for only certain registered members could people that are not on the board have access to the javascript etc....
|
|
inherit
34317
0
Jul 25, 2011 7:16:34 GMT -8
Andrew.McGivery
|-|e|_|_0
267
December 2004
zawzew
|
Post by Andrew.McGivery on Feb 20, 2011 7:11:47 GMT -8
password protecting it doesn't solve the problem that I stated above No matter what, they can always disable javascript
|
|
inherit
117495
0
Apr 10, 2012 14:03:01 GMT -8
Meme
69
January 2008
ladymeme
|
Post by Meme on Feb 20, 2011 11:20:45 GMT -8
Thank you all for your help I guess for now we'll try to keep it with just the boards we have and just adlib a little, at least until V5 comes out.
|
|
inherit
123128
0
Feb 3, 2020 13:53:38 GMT -8
Malagrond
Remember, remember the 5th of November.
813
April 2008
malagrond
|
Post by Malagrond on Feb 21, 2011 8:40:41 GMT -8
This would be possible.. It would, however, require some tricky JS. I'll add this to my list of codes to fiddle with.
Placeholding.
|
|