Hidden 9 yrs ago Post by Celaira
Raw
Avatar of Celaira

Celaira Lore Mistress

Member Seen 1 yr ago

@Mahz, is the black border around the hiders normal when they're closed? Because when you click on them it goes away.
Hidden 9 yrs ago Post by LegendBegins
Raw
Avatar of LegendBegins

LegendBegins

Moderator Online

@Mahz Could you perhaps clarify the download and install instructions on github? Unless there's a random error that isn't allowing mine to install, but because I could only assume that I am supposed to run node.exe, and enter the commands shown on the instructions list, I attempted to execute the shown commands, and only received an error. If you could either make the tutorial more in-depth, or name the directories that the necessary files are located, it would be greatly appreciated, as it isn't currently clear what downloaders are supposed to execute. Though, I haven't used github before, nor worked collaboratively on a programming project as large as the Guild as a patcher, so perhaps that's tied with it. Though if it is, it would still be helpful to other contributers that are inexperienced with servers, github, or node installation. https://github.com/danneu/guild
Hidden 9 yrs ago Post by AliceInRedHeels
Raw
Avatar of AliceInRedHeels

AliceInRedHeels Looking for a White Rabbit In Oz

Member Seen 8 yrs ago

Could be because I'm on mobile, but it seems long copy/paste Url's don't wrap around to fit the text box. It shows up the same if I load it on my tablet. Nothing major, just not pretty to look at is all. ~ Alice!
Hidden 9 yrs ago Post by The Patriarch
Raw
Avatar of The Patriarch

The Patriarch The Champion of Men

Member Seen 4 yrs ago

Will we be able to post YouTube videos on the Guild again eventually?
Hidden 9 yrs ago Post by TheMaster99
Raw
Avatar of TheMaster99

TheMaster99 Benevolent Cyberpunk

Member Seen 2 mos ago

Will we be able to post YouTube videos on the Guild again eventually?
Yeah, I'll be adding the youtube BBCode at some point.
Hidden 9 yrs ago Post by Mahz
Raw
OP
Avatar of Mahz

Mahz ¯\_(ツ)_/¯

Admin Seen 1 mo ago

@Mahz, is the black border around the hiders normal when they're closed? Because when you click on them it goes away.
Nice catch! #willfix
@Mahz Could you perhaps clarify the download and install instructions on github? https://github.com/danneu/guild
Yeah, I could clarify them. Unfortunately I have no experience with webdev on Windows. You may have to google for resources on getting Node.js (v0.12) and Postgres (v9.4) set up on your machine. Setting up those dependencies is out of the scope of the guild's setup instructions. Can you get this far:
> node --version
v0.12.0

> psql -v
psql (PostgreSQL) 9.4.0
it seems long copy/paste Url's don't wrap around to fit the text box.
Nice one. #willfix I work during the week so during the week I'll accumulate a checklist of fixes and then burn through them on the weekend when I work on the guild.
Hidden 9 yrs ago 9 yrs ago Post by Rina
Raw
Avatar of Rina

Rina Coffeeholic

Member Seen 3 mos ago

I've noticed there are some inconsistencies with the size of the "Play-by-Post Forum Based Roleplaying" title when I am on my (I have yet to check if it's the same with my tablet or laptop). Some sections the words are the same size as what is seen on the main page while other sections the words appear to be as wide as the bar on top.
Hidden 9 yrs ago Post by LegendBegins
Raw
Avatar of LegendBegins

LegendBegins

Moderator Online

@Mahz, is the black border around the hiders normal when they're closed? Because when you click on them it goes away.
Nice catch! #willfix
@Mahz Could you perhaps clarify the download and install instructions on github? https://github.com/danneu/guild
Yeah, I could clarify them. Unfortunately I have no experience with webdev on Windows. You may have to google for resources on getting Node.js (v0.12) and Postgres (v9.4) set up on your machine. Setting up those dependencies is out of the scope of the guild's setup instructions. Can you get this far:
> node --version
v0.12.0

> psql -v
psql (PostgreSQL) 9.4.0
it seems long copy/paste Url's don't wrap around to fit the text box.
Nice one. #willfix I work during the week so during the week I'll accumulate a checklist of fixes and then burn through them on the weekend when I work on the guild.
I downloaded the Node, and once installation was complete, it resulted in a folder, among other files. The Node.exe (or something to that extent) opened up a window similar to command prompt, and that looked similar to the screenshot. Though, I believe the usage will be radically different for our Operating Systems.
Hidden 9 yrs ago Post by TheMaster99
Raw
Avatar of TheMaster99

TheMaster99 Benevolent Cyberpunk

Member Seen 2 mos ago

<snip>
I downloaded the Node, and once installation was complete, it resulted in a folder, among other files. The Node.exe (or something to that extent) opened up a window similar to command prompt, and that looked similar to the screenshot. Though, I believe the usage will be radically different for our Operating Systems.
NOTE: The Windows version of PostgreSQL does not include an extension that the guild requires. I don't remember if this only limits functionality, or makes the site unusable. If you are not comfortable with compiling a .dll file from source code, then keep in mind you may not be able to connect to your local build even after following these steps. You have been warned.
Hidden 9 yrs ago Post by LegendBegins
Raw
Avatar of LegendBegins

LegendBegins

Moderator Online

<snip>
I downloaded the Node, and once installation was complete, it resulted in a folder, among other files. The Node.exe (or something to that extent) opened up a window similar to command prompt, and that looked similar to the screenshot. Though, I believe the usage will be radically different for our Operating Systems.
NOTE: The Windows version of PostgreSQL does not include an extension that the guild requires. I don't remember if this only limits functionality, or makes the site unusable. If you are not comfortable with compiling a .dll file from source code, then keep in mind you may not be able to connect to your local build even after following these steps. You have been warned.
Thank you; I appreciate that. While I assume the last message was geared toward anyone who might be reading this, for all intents and purposes, the previous steps on GitHub were rather cryptic. I appreciate you taking the time to write this, and I look forward to assisting the progress of the Guild.
Hidden 9 yrs ago Post by Captain Jordan
Raw
Avatar of Captain Jordan

Captain Jordan My other rocket is a car

Member Seen 12 mos ago

<snip>
I downloaded the Node, and once installation was complete, it resulted in a folder, among other files. The Node.exe (or something to that extent) opened up a window similar to command prompt, and that looked similar to the screenshot. Though, I believe the usage will be radically different for our Operating Systems.
NOTE: The Windows version of PostgreSQL does not include an extension that the guild requires. I don't remember if this only limits functionality, or makes the site unusable. If you are not comfortable with compiling a .dll file from source code, then keep in mind you may not be able to connect to your local build even after following these steps. You have been warned.
Thank you; I appreciate that. While I assume the last message was geared toward anyone who might be reading this, for all intents and purposes, the previous steps on GitHub were rather cryptic. I appreciate you taking the time to write this, and I look forward to assisting the progress of the Guild.
You could fork the Readme, add what steps worked for you, and submit a pull request. ;)
Hidden 9 yrs ago 9 yrs ago Post by TheMaster99
Raw
Avatar of TheMaster99

TheMaster99 Benevolent Cyberpunk

Member Seen 2 mos ago

Yeah, what @Captain Jordan said. But just to make sure @LegendBegins, you have everything working now? If so I might just add my instructions to the repo myself. Also, my last comment was basically "here, I gave step by step instructions on exactly what to do. If you are lost or can't figure out any problems you are having on your own, then I don't think you are up for working on the guild." And although I wrote the instructions specifically for you, I suppose it applies to anyone who uses it.
Hidden 9 yrs ago Post by LegendBegins
Raw
Avatar of LegendBegins

LegendBegins

Moderator Online

Yeah, what @Captain Jordan said. But just to make sure @LegendBegins, you have everything working now? If so I might just add my instructions to the repo myself. Also, my last comment was basically "here, I gave step by step instructions on exactly what to do. If you are lost or can't figure out any problems you are having on your own, then I don't think you are up for working on the guild." And although I wrote the instructions specifically for you, I suppose it applies to anyone who uses it.
Eh, I doubt it will give me much trouble. Regardless, I am currently in the process of repairing my main device, and I haven't had the opportunity to test it on my backup machine. I'll see if I can make time to get my older computer running today, and install it.
Hidden 9 yrs ago 9 yrs ago Post by Mahz
Raw
OP
Avatar of Mahz

Mahz ¯\_(ツ)_/¯

Admin Seen 1 mo ago

[Latest Push]: Made an effort to improve some styling. Particularly with buttons and the editor. Here's what it's supposed to look like: Already notice some slight issues like the char-counter falling off the editor when you're editing a post. #willfix
Hidden 9 yrs ago Post by Hank
Raw
Avatar of Hank

Hank Dionysian Mystery

Moderator Seen 5 hrs ago

Well, that is what it looks like, so well done there.
Hidden 9 yrs ago Post by Ellri
Raw
Avatar of Ellri

Ellri Lord of Eat / Relic

Member Seen 1 yr ago

Nice, @Mahz. We like it. No more of those pesky whiteish buttons. Now where did you put the goblins?
Hidden 9 yrs ago Post by NaraK
Raw

NaraK Blockbusted

Member Seen 2 yrs ago

Razzmahztazz does it again. Great UI change!
Hidden 9 yrs ago Post by Awson
Raw
Avatar of Awson

Awson Waiting & Waiting

Member Seen 3 yrs ago

Hidden 9 yrs ago Post by AngelNoire
Raw
Avatar of AngelNoire

AngelNoire Lovecraft Divine

Member Seen 5 yrs ago

I personally prefer it with the darker buttons. Is there a way someone could choose which style they preferred? Just a thought.
Hidden 9 yrs ago Post by Captain Jordan
Raw
Avatar of Captain Jordan

Captain Jordan My other rocket is a car

Member Seen 12 mos ago

That's the eternal struggle. How to make a theme useful for low and high contrast users. I agree with @AngelNoire that a theme option might be the best way to resolve it.
↑ Top
© 2007-2024
BBCode Cheatsheet