Author Topic: Forum Frustrations  (Read 2543 times)

0 Members and 1 Guest are viewing this topic.

Offline Owen Smith

  • (Guest) Ken
  • *
  • Posts: 806
  • Karma: +4/-0
  • Athro, Homid, Child of Gaia, Ahroun
Forum Frustrations
« on: March 14, 2008, 04:04:18 PM »
Ok, what do I click to see my PM inbox? I've missed a handful of messages because I can't seem to get there from anywhere except my email notifications.
To win in all your battles is not supreme excellence; supreme excellence consists in breaking the enemy's resistance without fighting.
-Sun Tzu, the Art of War

Offline Carter Heyward

  • RAtC Charter Member
  • Andrew
  • *
  • Posts: 5,216
  • Karma: +9/-0
Re: Forum Frustrations
« Reply #1 on: March 14, 2008, 04:16:03 PM »
Either the half-a-button link between "Edit Profile" and "Calendar" at the top of the forums, or on the far right of the "Forum Stats" section at the bottom, underneath "Total Members" and "Latest Member"
Cuius est solum, eius est usque ad coelum et ad inferos.

Offline Mike

  • Mike Leitao
  • Mike L
  • *
  • Posts: 6,722
  • Karma: +15/-5
Re: Forum Frustrations
« Reply #2 on: March 14, 2008, 10:15:30 PM »
Yeah sorry we have been looking into fixing that pm button   i always use the weird button in between edit profile and calender

Offline Owen Smith

  • (Guest) Ken
  • *
  • Posts: 806
  • Karma: +4/-0
  • Athro, Homid, Child of Gaia, Ahroun
Re: Forum Frustrations
« Reply #3 on: March 17, 2008, 11:57:31 AM »
The little half button doesn't work in my browser, but the link at the bottom of the main page does.

If you're willing, send me a copy of the source code that includes the buttons and I'll see if I can find the script flaw that's messing up and fix it.
To win in all your battles is not supreme excellence; supreme excellence consists in breaking the enemy's resistance without fighting.
-Sun Tzu, the Art of War

Offline Justin Northwood

  • RAtC Charter Member
  • Marc
  • *
  • Posts: 5,989
  • Karma: +11/-1
Re: Forum Frustrations
« Reply #4 on: March 17, 2008, 12:03:58 PM »
I've already tried looking at it, but never really got anywhere... the button is tiny simply because of an empty set of tags (<SPAN></SPAN>) where the text "Private Messages" should be...  I think it's a problem with a stylesheet
Marc Berman

Offline Owen Smith

  • (Guest) Ken
  • *
  • Posts: 806
  • Karma: +4/-0
  • Athro, Homid, Child of Gaia, Ahroun
Re: Forum Frustrations
« Reply #5 on: March 17, 2008, 12:06:37 PM »
Then send me the code and the stylesheet. A second set of eyes is always useful when debugging code.
To win in all your battles is not supreme excellence; supreme excellence consists in breaking the enemy's resistance without fighting.
-Sun Tzu, the Art of War

Offline Mike

  • Mike Leitao
  • Mike L
  • *
  • Posts: 6,722
  • Karma: +15/-5
Re: Forum Frustrations
« Reply #6 on: March 17, 2008, 12:08:15 PM »
Ill ask M to send it  she is our web person cause I have no clue

Offline Justin Northwood

  • RAtC Charter Member
  • Marc
  • *
  • Posts: 5,989
  • Karma: +11/-1
Re: Forum Frustrations
« Reply #7 on: March 17, 2008, 12:10:53 PM »
Ken, when you get the files from M, let me know if you want me to look again too...  I never actually had the files myself, I just looked at source through the browser...  Also, I have no problem getting the tiny button to work in IE or Firefox...  You have to click in just the right spot...  The button is actually slightly bigger in Firefox than in IE though.
Marc Berman

Offline Owen Smith

  • (Guest) Ken
  • *
  • Posts: 806
  • Karma: +4/-0
  • Athro, Homid, Child of Gaia, Ahroun
Re: Forum Frustrations
« Reply #8 on: April 04, 2008, 10:53:22 AM »
So I went to write a PM today and was reminded of this issue. I didn't get the files from M, but I looked at the source and I think this will fix it:

In the file that has the buttons (probably an #include file somewhere) change the text:

href="http://rageacrossthecape.com/forums/index.php?action=pm"><span></span>[/url]</li>

to:

href="http://rageacrossthecape.com/forums/index.php?action=pm"><span>Personal Message</span>[/url]</li>

I don't think it's a stylesheet error. I think the fact that there is no text in the button is what is making it so obnoxiously small.

M, if you'd prefer to send me the files I can make the edits myself and ship them back to you.

Thanks,

Ken
To win in all your battles is not supreme excellence; supreme excellence consists in breaking the enemy's resistance without fighting.
-Sun Tzu, the Art of War

Offline Owen Smith

  • (Guest) Ken
  • *
  • Posts: 806
  • Karma: +4/-0
  • Athro, Homid, Child of Gaia, Ahroun
Re: Forum Frustrations
« Reply #9 on: April 18, 2008, 01:11:41 PM »
Mike,

Please send me the forum stuff so I can fix the button. It's frustrating me.

Ken
To win in all your battles is not supreme excellence; supreme excellence consists in breaking the enemy's resistance without fighting.
-Sun Tzu, the Art of War

Offline Justin Northwood

  • RAtC Charter Member
  • Marc
  • *
  • Posts: 5,989
  • Karma: +11/-1
Re: Forum Frustrations
« Reply #10 on: April 18, 2008, 02:11:28 PM »
I second that!
Marc Berman

Offline Mike

  • Mike Leitao
  • Mike L
  • *
  • Posts: 6,722
  • Karma: +15/-5
Re: Forum Frustrations
« Reply #11 on: April 18, 2008, 02:23:25 PM »
sent via email the web info

Offline Thoth

  • (Guest) Nick
  • *
  • Posts: 1,412
  • Karma: +2/-0
Re: Forum Frustrations
« Reply #12 on: April 18, 2008, 10:25:57 PM »
Luckily I'm used to finding small things...err buttons.....

never mind
Thoth Takes the Back Door to Find the Heart
Silent Strider
Ragabash
Homid
Athro
Gaia's Edge Pack under Ares
Eldest Garou

Offline Owen Smith

  • (Guest) Ken
  • *
  • Posts: 806
  • Karma: +4/-0
  • Athro, Homid, Child of Gaia, Ahroun
Re: Forum Frustrations
« Reply #13 on: April 24, 2008, 11:19:33 AM »
All fixed. Mike, I've sent you a change report so you can keep track of all the hacks to the program. Thanks for letting me into the guts of the forums, its a real sign of trust (or apathy, but I'm going to go with trust). FYI, I hate these PHP forum programs. I mean, they work fine and they're certainly the best tool for the job at hand, but from a coding standpoint, they're all spaghetti and dross.

Yay, button.
To win in all your battles is not supreme excellence; supreme excellence consists in breaking the enemy's resistance without fighting.
-Sun Tzu, the Art of War

Offline Mike

  • Mike Leitao
  • Mike L
  • *
  • Posts: 6,722
  • Karma: +15/-5
Re: Forum Frustrations
« Reply #14 on: April 24, 2008, 11:59:48 AM »
No really , thank you
Extra xp for your efforts for the game

Offline Owen Smith

  • (Guest) Ken
  • *
  • Posts: 806
  • Karma: +4/-0
  • Athro, Homid, Child of Gaia, Ahroun
Re: Forum Frustrations
« Reply #15 on: April 24, 2008, 12:02:15 PM »
Yay, xp. Don't forget about Marc too, but for a smidge more PHP experience he would have fixed it himself.
To win in all your battles is not supreme excellence; supreme excellence consists in breaking the enemy's resistance without fighting.
-Sun Tzu, the Art of War

Offline Mike

  • Mike Leitao
  • Mike L
  • *
  • Posts: 6,722
  • Karma: +15/-5
Re: Forum Frustrations
« Reply #16 on: April 24, 2008, 12:04:40 PM »
Marc ran up against the xp cap so ill have to award at a later time


Offline Justin Northwood

  • RAtC Charter Member
  • Marc
  • *
  • Posts: 5,989
  • Karma: +11/-1
Re: Forum Frustrations
« Reply #17 on: April 24, 2008, 01:05:27 PM »
FYI...  Since I'm in there, I'm working on a few minor updates to the website itself...  i.e. storytellers, sept positions, adding the bylaws back in, etc...
Marc Berman