Language: 
To browser these website, it's necessary to store cookies on your computer.
The cookies contain no personal information, they are required for program control.
  the storage of cookies while browsing this website, on Login and Register.
Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Select language:

Community



Donate

Donate for PortaMx !
Your donation is safe and helps support the issues and causes you care most about.

Stats

  • *Total Members: 4319
  • *Latest: thygrim

  • *Total Posts: 15775
  • *Total Topics: 2381
  • *Online Today: 4
  • *Most Online: 157
(27.08.09, 03:54:53)
  • *Users: 0
  • *Guests: 2
  • *Total: 2

Author Topic: The Risen: A Community Of Gamers  (Read 5669 times)

0 Members and 0 Guests are viewing this topic.

Offline exphryl

  • Newbie
  • *
  • Posts: 10
The Risen: A Community Of Gamers
« on: 13.03.09, 13:53:03 »
Been playing with the software for a bit just seeing how it works. Upgraded to RC1 and redid some theme stuff to get everything working again. I really like the easy of use and speed of the software.

http://www.therisenguild.net/

(Updated heavily 7/10/2010)

Test Login Info:
---------------------
Login: testing
Password: testing

Offline antechinus

  • PortaMx Supporter
  • *
  • Posts: 681
Re: Great software, love using it on my site.
« Reply #1 on: 14.03.09, 02:30:31 »
Nice job. One minor point is that on my connection your drop menu images are a bit slow to render. You can apply a js fix in the head section of your index.template to get around this. It probably doesn't matter if all your members are gamers with lightning fast connections though.
Using Internet Explorer 6 on the internet is like urinating in a public swimming pool.
It's rude, there's no excuse for it, and anyone who does it should be ashamed of themselves.

Offline Demon Slushy

  • Jr. Member
  • **
  • Posts: 59
  • Gender: Male
    • DarkVoid Poetry
Re: Great software, love using it on my site.
« Reply #2 on: 19.03.09, 12:32:20 »
Love the theme...looks awesome.

Offline exphryl

  • Newbie
  • *
  • Posts: 10
Re: Great software, love using it on my site.
« Reply #3 on: 21.03.09, 22:26:16 »
Nice job. One minor point is that on my connection your drop menu images are a bit slow to render. You can apply a js fix in the head section of your index.template to get around this. It probably doesn't matter if all your members are gamers with lightning fast connections though.

What fix would you be mentioning?

Offline feline

  • CO PortaMx corp.
  • Administrator
  • *
  • Posts: 5584
  • Gender: Female
Re: Great software, love using it on my site.
« Reply #4 on: 21.03.09, 22:41:34 »
The PortaMx copyright is not readable ..
Please add
color#ffffff;
to the class #pmx_copywrite in the file portamx.css.

Thanks,

Fel

Many are stubborn in relation to the path, a few in relation to the target.

simply sibyl

  • Guest
Re: Great software, love using it on my site.
« Reply #5 on: 22.03.09, 01:02:20 »
The PortaMx copyright is not readable ..
Please add
color#ffffff;
to the class #pmx_copywrite in the file portamx.css.

Thanks,

Fel

Ive been looking everywhere. where is the portamx.css located?

edit:  nevermind.   Found it in the Default Themes Portamx folder.   I use several themes and didnt realize it was there

Offline exphryl

  • Newbie
  • *
  • Posts: 10
Re: Great software, love using it on my site.
« Reply #6 on: 22.03.09, 05:22:06 »
The PortaMx copyright is not readable ..
Please add
color#ffffff;
to the class #pmx_copywrite in the file portamx.css.

Thanks,

Fel

Thanks for pointing that out. Did that earlier  but entirely forgot those were links, had to add a:link, a:visited to that. ;)


Offline feline

  • CO PortaMx corp.
  • Administrator
  • *
  • Posts: 5584
  • Gender: Female
Re: Great software, love using it on my site.
« Reply #7 on: 22.03.09, 12:09:24 »
Thanks, but the definition is't correct css like

1. restore the original
Code: [Select]
#pmx_copywrite
{
text-align: center;
margin: 0 auto;
display: block;
line-height: 0;
font-size: 8pt;
padding: 1em 0 3px 0;
color: #ffffff;
}

2. add
Code: [Select]
#pmx_copywrite a:link, #pmx_copywrite a:visited,
{
color: #ffffff;
}

3. add
Code: [Select]
#pmx_copywrite a:hover,
{
color: #e0e0e0;
}

Your css split one line into three ...

Fel
Many are stubborn in relation to the path, a few in relation to the target.