Ed Mack Posted May 29, 2013 Posted May 29, 2013 If you have some basic questions about the new forum and some of its features, here is a HELP PAGE that will help answer many basic questions.... Quote
TheOrcKing Posted May 30, 2013 Posted May 30, 2013 That is a very helpful and organized page. It's already answered many of my uncertainties, thank you. I do have a couple of questions. What exactly is Profile Feed? And before with attachments there was a 'post per post' limit but now there seems to be an overall limit, why is that? Quote
Fcbarcelona101 Posted May 30, 2013 Posted May 30, 2013 That is a very helpful and organized page. It's already answered many of my uncertainties, thank you. I do have a couple of questions. What exactly is Profile Feed? And before with attachments there was a 'post per post' limit but now there seems to be an overall limit, why is that? The profile feed looks to be similar to Facebook, a place to post your "status" or whatever is in your mind at the moment. Quote
TheOrcKing Posted May 30, 2013 Posted May 30, 2013 The profile feed looks to be similar to Facebook, a place to post your "status" or whatever is in your mind at the moment. Oh, basically stating your 'current mood' as it were. Quote
Fcbarcelona101 Posted May 30, 2013 Posted May 30, 2013 Oh, basically stating your 'current mood' as it were. Pretty much. Quote
Jeff Mack Posted May 30, 2013 Posted May 30, 2013 I definitely want to know what kind of mood TheOrcKing is in. Very important!!!!! Quote
TheOrcKing Posted May 30, 2013 Posted May 30, 2013 I definitely want to know what kind of mood TheOrcKing is in. Very important!!!!! Well, right now I feel hopped up like a crack cocaine addict from that energy drink....and this soda....and these cookies....and some other things that probably shouldn't go together.... Where am I? And why do I keep hearing someone that isn't there? Quote
Darth_Raichu Posted May 30, 2013 Posted May 30, 2013 Well, right now I feel hopped up like a crack cocaine addict from that energy drink....and this soda....and these cookies....and some other things that probably shouldn't go together.... Where am I? And why do I keep hearing someone that isn't there? The usual then ;-) Quote
TheOrcKing Posted May 30, 2013 Posted May 30, 2013 The usual then ;-) Oh yes! I'm walking on sunshine, YIPIEE!!!! Quote
Ed Mack Posted May 30, 2013 Author Posted May 30, 2013 Oh yes! I'm walking on sunshine, YIPIEE!!!! happybounce2.gif Nice emoticon. Quote
Diabolos80 Posted May 30, 2013 Posted May 30, 2013 Well, right now I feel hopped up like a crack cocaine addict from that energy drink....and this soda....and these cookies....and some other things that probably shouldn't go together.... Where am I? And why do I keep hearing someone that isn't there? Oh but I am there.... Bwahahaha! (don't turn around) Quote
TheOrcKing Posted May 30, 2013 Posted May 30, 2013 Oh but I am there.... Bwahahaha! (don't turn around) AHHHHHH, NOOOOOOOOO!!!! Quote
Blackjack Posted May 31, 2013 Posted May 31, 2013 I have been trying to comment on gallery images, but when I submit my comment, it just goes away and nothing shows up? Do the comments have to be approved before they are posted? Quote
Jeff Mack Posted May 31, 2013 Posted May 31, 2013 I have been trying to comment on gallery images, but when I submit my comment, it just goes away and nothing shows up? Do the comments have to be approved before they are posted? No, you have the same privileges that the other people that are commenting are. If you can post in the forum, you can comment there as well. Quote
Blackjack Posted May 31, 2013 Posted May 31, 2013 No, you have the same privileges that the other people that are commenting are. If you can post in the forum, you can comment there as well. Ok, I don't know whats up in that case. Quote
Ed Mack Posted May 31, 2013 Author Posted May 31, 2013 Ok, I don't know whats up in that case. LOL Quote
Guest eightbrick Posted June 2, 2013 Posted June 2, 2013 Sorry to bother you, but what is with the "Client Area" section when you click on your username? Are the "products and services purchased" a part of the upcoming Brick Classifieds? Quote
Jeff Mack Posted June 2, 2013 Posted June 2, 2013 Honestly it is just a support module and also offers the ability for us to sell products/services. Nothing to do with Brick Classifieds Quote
wesman888 Posted June 2, 2013 Posted June 2, 2013 Ed/Jeff, Just tried logout hitting the logout button when I hit the login button on the upper right corner and then it said you have logged in and have the logout button of the message and when I hit that (since I have to do that in order to log me into the forum), this shows up: Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> Just thought I let you know.. Quote
kerrmando Posted June 2, 2013 Posted June 2, 2013 Might be off topic..... how do I get this freaking hippy off as my icon >_< I've been posting a storm to see if it would go away haha Quote
Darth Lego Posted June 2, 2013 Posted June 2, 2013 Might be off topic..... how do I get this freaking hippy off as my icon >_< I've been posting a storm to see if it would go away haha My guess is 1,000 posts. Quote
Darth Lego Posted June 2, 2013 Posted June 2, 2013 Ed/Jeff, Just tried logout hitting the logout button when I hit the login button on the upper right corner and then it said you have logged in and have the logout button of the message and when I hit that (since I have to do that in order to log me into the forum), this shows up: Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> Just thought I let you know.. I'm having the same message pop up when I logout of Brickpicker. On my computer it still logs-out regardless of the message, but on my iPad it doesn't. I can login fine without any issues. Just wanted to give you guys a heads up about it. Thanks again for the awesome new forum! Quote
Diabolos80 Posted June 3, 2013 Posted June 3, 2013 Might be off topic..... how do I get this freaking hippy off as my icon >_< I've been posting a storm to see if it would go away haha That's no hippy, it's a fortune teller. It tells everyone that you can see the future of Lego. You should be glad, I'm a troll, and before that I was a broke bald guy. Anyway I think the ranks are neato. Quote
Darth Lego Posted June 3, 2013 Posted June 3, 2013 That's no hippy, it's a fortune teller. It tells everyone that you can see the future of Lego. You should be glad, I'm a troll, and before that I was a broke bald guy. Anyway I think the ranks are neato. I also really like the new ranks versus the old brick ranks. The new ranks along with the other additions/changes "spice up" the new forum nicely. Quote
rcdb1984 Posted June 3, 2013 Posted June 3, 2013 Ed/Jeff, Just tried logout hitting the logout button when I hit the login button on the upper right corner and then it said you have logged in and have the logout button of the message and when I hit that (since I have to do that in order to log me into the forum), this shows up: Server Error in '/' Application. Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off". <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="Off"/> </system.web> </configuration> Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL. <!-- Web.Config Configuration File --> <configuration> <system.web> <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/> </system.web> </configuration> Just thought I let you know.. +1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.