www.quake.ie  

discord - the Ireland Gaming Club  
IEGC - www.irelandgamingclub.com  
Ireland Gaming Club - facebook  

Quake Live Server - quake.hagfish.ing  


search  
 quake.ie | anonymous | login | register

quake.ie general discussion new features
 17/01/2006 08:13  new features530 views | 10 replies 
MindPhuck
Eric Mooney


Im drinking stuff donated to quake.ie
clan : n8z

posts : 1267
site owner


its nice to see the site being used so much, i was thinking of some new features, so what do people want ?
 
 

17/01/2006 14:08#1
Spaceman
Paddy Conway


The Dude Abides
clan : fish heads

posts : 266
administrator


MORE STARS!!!
 
 

17/01/2006 14:09#2
melachi
Nasty fucker




posts : 257
administrator


more people who play quake4
 
 

17/01/2006 15:41#3
nag
nag




posts : 8


ive always wanted a jet pack \o/


seriously though, ive only relatively recently started paying attention here but i found that at first, navigating the site itself was rather confusing. as in, its not all that intuitive to use but i think ive got the hang of it now.
heres one or two things i have/had trouble with. where can i view the pms that ive sent? where is the link for the forum itself (ive found it now but was very confused at first - a "quake.ie forum" button would be good) and what the hell does the "q4 games server - games4.iol.ie" link do?

edit:
(inspired by killys post below) those buttons for posting ie bold, italics etc etc, they dont work for me in firefox. i might have whatever type of script they use blocked or something but i know that on other forums they work fine which is why i dont see any reason for them not be implemented the same way

wtf is up with the smileys?!
= ; )
= : )
= : D
= : p

one last thing. why is my post count 5? last time i checked i could have sworn it was just under 1000. maybe you could fix that for me ^_^
 
edited by nag on 17/01/2006 17:04 

17/01/2006 16:39#4
Soodi
Philipp Saedler


Quaking for Compliments

posts : 8


what about an own avatar uploaded by the users? Size like 100x100 or 80x80.
What would be nice too is an quake.ie cup. There are many php scripts for tourneys out there
 
 

17/01/2006 16:52#5
Illkillya
James Galvin


Entering a world of pain
clan : fish heads

posts : 892
site administrator
ive donated to quake.ie!


It would be good to have [url=http://blah.com/blah/]Blah[/url]
 
edited by Illkillya on 17/01/2006 16:53 

17/01/2006 20:57#6
sno
space available for advertising


quack quack i am a penguin

posts : 33


a dm17 avatar please!
 
 

18/01/2006 02:19#7
OverLord
Dave Woodlock



clan : n8z

posts : 191
administrator


sno is lost to the dm17
 
 

21/01/2006 20:08#8
x0n
PROMODE


i get pwned every day

posts : 192
administrator
ive donated to quake.ie!


killys idea is a good one -- having <a href=url>name</a> functionality is a good one: you can do it in vbscript using regular expressions easy enough; I knocked up some code for ye Eric, this will handle both the new proposed format and the old one, e.g.

[ url ]http://site.com/page.htm[ /url ]

and

[ url=http://site.com/page.htm ]text[ /url ]

----

function processUrlTags(post)
dim re
dim tempStr
set re = new RegExp
re.IgnoreCase = True
re.Global = True
re.Pattern = "(\[url=([^\]]+)\])(.*?)(\[\/url\])"
tempStr = re.Replace(post, "<a href=""$2"">$3</a>")
re.Pattern = "(\[url\])(.*?)(\[\/url\])"
processUrls = re.Replace(tempStr, "<a href=""$2"">$2</a>")
end function

html = "this is some crap that I want to [ url=http://domain.com/site/page.htm ]link[ /url ] too. this is a second [ url=ftp://test.com/dir/file.exe ]link[ /url ] to something else on an ftp server; here is a third format [ url ]http://test.com/page.htm[ /url ] in the old format."

html = processUrlTags(html)

---

I wanted to do it all in one regex, but unfortunately vbscript aint flexible enough (but server-side java-script would be, but I know yer using vbscript)

Eric, youll need to slightly modify my example since I jammed spaces between [ and url and ] so as not to get parsed by quake.ie itself The regex patterns themselves though havent been munged, only the html variable example.

- Oisin

 
edited by x0n on 21/01/2006 20:14 

22/01/2006 21:08#9
[spectator]
Laurent Humblet




posts : 222
administrator


also, that CSS display:block/none stuff is nice on ESR. Maybe an idea?

Code from esr:
Javascript:

function flip(rid) {
current=(document.getElementById(rid).style.display == none) ? block : none;
document.getElementById(rid).style.display = current;
}

With this in the html:

<a href="#" onClick="flip(hiddenBlock); return false;">Click here to see stuff</a>
<div id="hiddenBlock"><script type="text/{{{javascript disallowed mofo!} disallowed mofo!} disallowed mofo!}">flip(hiddenBlock);</script>Text comes here ...</div>

 
edited by [spectator] on 22/01/2006 21:09 

26/01/2006 19:28#10
Jazzy
Andrew


a gangsta rapper of love

posts : 18


tbh,
best thing u can ad is a "How to" section for quake n00bs
the only way i was able to get on the server with Q4max and max fps was by hounding vinnit, giblet and mel for a bit on IRC (ty for the help lads)
tutorials would be nice

if u want to get more ppl on the server then they need to know how to get on in the first place.
 
 
you must be logged in to post replies.
click here to login.
click here to become a member.
click here to search.