Page 14 of 18

Re: Songfight: The Rockening

Posted: Sun Aug 31, 2014 11:01 am
by c.layne
You weren't supposed to tell everyone we're not the same person, Niveous.

Re: Songfight: The Rockening

Posted: Sun Aug 31, 2014 11:03 am
by Spud
Niveous wrote:I didn't make the c.layne card but I did tell him he should make a card.
Yeah, I figured that out when he emailed me about the fact that I got his name wrong on the website index.

Thanks for all your input, Niveous. Your contributions have made this a lot more fun for me, too.

SPUD

Re: Songfight: The Rockening

Posted: Sun Aug 31, 2014 11:10 am
by c.layne
108 is way more interesting than 107 anyway.

Re: Songfight: The Rockening

Posted: Mon Sep 01, 2014 8:39 am
by jack
Spud wrote:I am thinking of losing the index, so you get one more actual card. What do you think?
Have an index but only have it online somewhere. That will get people to visit the website to see it.

Re: Songfight: The Rockening

Posted: Mon Sep 01, 2014 10:39 am
by Spud
jack wrote:Have an index but only have it online somewhere. That will get people to visit the website to see it.
Already there: http://www.songfight.org/rockening/select.php, but good idea to just link this on the package.

SPUD

Re: Songfight: The Rockening

Posted: Mon Sep 01, 2014 11:44 am
by jack
Spud wrote:
jack wrote:Have an index but only have it online somewhere. That will get people to visit the website to see it.
Already there: http://www.songfight.org/rockening/select.php, but good idea to just link this on the package.

SPUD
You should post that index (embed it or link to it) here:

http://www.songfight.org/rockening/select.php

and any other "purchase" pages.

Use the index to help sell the swag by getting them to the "buy" page. Because people will always be curious if they are in the deck (if they don't know already).

Re: Songfight: The Rockening

Posted: Mon Sep 01, 2014 12:24 pm
by Spud
Having trouble parsing your suggestion, Jack, but I have eliminated the index card in the 18 card deck to allow for one more actual card, and updated the packaging to include the link.

SPUD

Re: Songfight: The Rockening

Posted: Sun Sep 07, 2014 11:08 am
by Pigfarmer Jr
On the dedicated site (or page, I guess) linked on the front page, can we get links to buy the actual product from the buy page? Whenever it's convenient and set up and such?

Re: Songfight: The Rockening

Posted: Sun Sep 07, 2014 7:37 pm
by Spud
Pigfarmer Jr wrote:On the dedicated site (or page, I guess) linked on the front page, can we get links to buy the actual product from the buy page? Whenever it's convenient and set up and such?
They are already there. At the end of each description are the words "click here to purchase". Whadya need, a blue underline?

Re: Songfight: The Rockening

Posted: Mon Sep 08, 2014 10:29 am
by BoffoYux
Spud wrote:
Pigfarmer Jr wrote:On the dedicated site (or page, I guess) linked on the front page, can we get links to buy the actual product from the buy page? Whenever it's convenient and set up and such?
They are already there. At the end of each description are the words "click here to purchase". Whadya need, a blue underline?
I was wondering of you can imbed the purchase links here
http://www.songfight.org/rockening/products.php

There didn't seem to be a direct link to actually buy the stuff from 'The Rockening' page. I might have missed that somewheres...

You also might want to update the page to 18 cards w/o the index card for individual packs...

Re: Songfight: The Rockening

Posted: Mon Sep 08, 2014 10:50 am
by Niveous
BoffoYux wrote:
Spud wrote:
Pigfarmer Jr wrote:On the dedicated site (or page, I guess) linked on the front page, can we get links to buy the actual product from the buy page? Whenever it's convenient and set up and such?
They are already there. At the end of each description are the words "click here to purchase". Whadya need, a blue underline?
I was wondering of you can imbed the purchase links here
http://www.songfight.org/rockening/products.php

There didn't seem to be a direct link to actually buy the stuff from 'The Rockening' page. I might have missed that somewheres...
I'm confused. Are you asking for something beyond this?
huh.jpg
huh.jpg (84.84 KiB) Viewed 3912 times

Re: Songfight: The Rockening

Posted: Mon Sep 08, 2014 1:58 pm
by Billy's Little Trip
Maybe if the "click here to purchase" link was blue like most clickable hyperlinks, it might minimize the confusion. Or don't

Re: Songfight: The Rockening

Posted: Mon Sep 08, 2014 6:58 pm
by jack
I know this sounds mind numbingly stupid to say but the easier you make it for people to find the link to purchase, the more you sell. (aesthetic and artistic and purist excuses are overrated) :P

Re: Songfight: The Rockening

Posted: Mon Sep 08, 2014 7:32 pm
by Pigfarmer Jr
Spud wrote:
Pigfarmer Jr wrote:On the dedicated site (or page, I guess) linked on the front page, can we get links to buy the actual product from the buy page? Whenever it's convenient and set up and such?
I'm confused. Are you asking for something beyond this?
huh.jpg
Nope, that's perfect. Except for my not being able to click on the damn link. I swear I tried clicking like three times each and nothing happened. Maybe I should shoot up and get rid of these shakes first.

sorry

Re: Songfight: The Rockening

Posted: Mon Sep 08, 2014 11:55 pm
by Spud
Sorry, I thought you guys could read. My mistake.

Image

Better?

Re: Songfight: The Rockening

Posted: Tue Sep 09, 2014 8:26 am
by Billy's Little Trip
See, now even a BLT can figure it out. Image

Re: Songfight: The Rockening

Posted: Tue Sep 09, 2014 11:49 am
by fluffy
Or you could just turn

Code: Select all

  #log a
  {
    text-decoration: none;
    color: black;
  }
to

Code: Select all

 #log a {
    color: #007;
    text-decoration: underline;
}
but the snarky 'buy now' buttons work too I guess.

Re: Songfight: The Rockening

Posted: Tue Sep 09, 2014 10:30 pm
by BoffoYux
Spud wrote:Sorry, I thought you guys could read. My mistake.

Image

Better?
Much better. For some reason I couldn't click the links using Chrome. Thanks.

Re: Songfight: The Rockening

Posted: Tue Sep 09, 2014 11:04 pm
by Spud
fluffy wrote:Or you could just turn

Code: Select all

  #log a
  {
    text-decoration: none;
    color: black;
  }
to

Code: Select all

 #log a {
    color: #007;
    text-decoration: underline;
}
but the snarky 'buy now' buttons work too I guess.
I could, but I am one of Jack's purist elite.

Re: Songfight: The Rockening

Posted: Wed Sep 10, 2014 12:28 am
by jack
Spud wrote:
fluffy wrote:Or you could just turn

Code: Select all

  #log a
  {
    text-decoration: none;
    color: black;
  }
to

Code: Select all

 #log a {
    color: #007;
    text-decoration: underline;
}
but the snarky 'buy now' buttons work too I guess.
I could, but I am one of Jack's purist elite.
Dude, you are the purest of the purists (which makes you elite) :P

Re: Songfight: The Rockening

Posted: Wed Sep 10, 2014 9:16 am
by Spud
So I was curious, those of you who were having trouble clicking the links, can you click the links (band names) on this page? http://songfight.org/rockening/select.php

Re: Songfight: The Rockening

Posted: Wed Sep 10, 2014 9:15 pm
by Spud
Toby Roktot card added.
The Magnetic Letters card added.
The Lookouts card added.
Smashy Claw card added.
The Landfills card added.
Daring Front card added.
Less Than Three card added.
Lockheed Symphony card added.
SomeGuyCalledNoel card added.
All Gods Go To Heaven card added.
Adam! card added.
The Weakest Suit card added.
Flvxxvm Florvm card added.
MC Eric B card added.
noah mclaughlin card added.
waypastfrown card added.

These will only be in the random packs for now. However, we are only 2 cards away from the first 18-card expansion pack!