dyrymi Posted April 5, 2005 Posted April 5, 2005 Hi all, Having some problems finding the setting to change so that I can increase the attachment size of files. I know it's probably somewhere in plain and open site, but I just can't see it (maybe cause it's 12.30am and my eyes are more or less closed). If anyone could give me a good swift kick in the right direction that'd be much appreciated. Regards, dyrymi Quote
tomowa Posted April 5, 2005 Posted April 5, 2005 Hi dyrymi, It is done on a user group basis, so go to Users and Groups, Manage User Groups, then click Edit Group for the group you wish to edit. Then scroll down to where it says POST: Max upload file size (in KB), and enter your number there. Then repeat for every user Group you wish to change. HTH, Tom Quote
TCH-Bruce Posted April 5, 2005 Posted April 5, 2005 Thanks Tom, I looked and looked for the answer but didn't see it. Quote
tomowa Posted April 5, 2005 Posted April 5, 2005 I've spent lots of time there myself in the past looking for it Bruce , so for once I remember something . IPB just doesn't make their config pages very logical in my opinion, at least in the v1.3 I'm familiar with. Maybe in this new v2.xx they have it better layed out, but I haven't spent the $60 to buy it and find out. I decided to learn phpbb forums instead Quote
TCH-Bruce Posted April 5, 2005 Posted April 5, 2005 It is in the same place on version v2.x. Just checked. Quote
TCH-Don Posted April 5, 2005 Posted April 5, 2005 While originally for earlier versions our tutorial for IPB still has some good info that may help for IPB mods. Quote
dyrymi Posted April 5, 2005 Author Posted April 5, 2005 Thanks heaps guys. One other thing, some of my buttons (quote, for example) have borders around them. Any idea how to get rid of them? Quote
tomowa Posted April 5, 2005 Posted April 5, 2005 Thats a good tutorial Don, someone put a lot of well used time into it. dyrymi, by borders you mean the blue or purple border of a hyperlink? Have you done any editing of the CSS pages etc? Do you have a link you care to post, so we can have a looksee? Too many questions huh Tom Quote
dyrymi Posted April 6, 2005 Author Posted April 6, 2005 http://www.forum.ezydrop.biz/index.php?sho...=9&st=0entry9 The quote box has a box around it, i don't recall changing the CSS for links. I added a few styles for different user groups, but that's about it Quote
tomowa Posted April 6, 2005 Posted April 6, 2005 Well thats a good one I dont have access to v2.x IPB to root through it, so I'll have to defer to someone else who may. Looking at the source of the page, you can see there is no 'border=0' for the image, yet for the reply button there is. Why ><a href="#" onclick="multiquote_add(9); return false;" title="Toggle multiquote addition"><img src="style_images/1/p_mq_remove.gif" name="mad_9" alt="-" /></a><a href="http://www.forum.ezydrop.biz/index.php?act=Post&CODE=02&f=11&t=7&qpid=9" title="Reply directly to this post"><img src='style_images/1/p_quote.gif' border='0' alt='Quote Post' /></a> Quote
dyrymi Posted April 6, 2005 Author Posted April 6, 2005 Well I may have edited it, but if I did it must've been while i was half asleep cause i don't remember when i did it or which file it would've been Quote
TCH-Bruce Posted April 6, 2005 Posted April 6, 2005 Find this in which ever template it's in: ><img src="style_images/1/p_mq_add.gif" name="mad_23" alt="+" /> and add the following to it. ><img src="style_images/1/p_mq_add.gif" name="mad_23" alt="+" border="0" /> Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.