Jump to content

dyrymi

Members
  • Posts

    9
  • Joined

  • Last visited

dyrymi's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. 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
  2. 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
  3. 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?
  4. 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
  5. lol, I added it back in to both the forum and main site and i'll see how long it is before he realises that it's there d:
  6. Not the one i was after, it was in /sources/classes/class_display.php Had to add in my code there, then i could get it in the board wrapper. My partner has now told me he doesn't want it *sigh*
  7. Did some digging through the directory structure and finally found the skin_global.php file and it worked like a charm (-: My next question, i want to add a custom script in there that counts down the number of members in a particular group. Here's my code: >echo "<center>"; mysql_connect("***", "***", "***"); mysql_select_db("***"); $getr = mysql_query("SELECT * FROM *** WHERE mgroup=11"); $numrows = mysql_num_rows($getr); $licleft = 30 - $numrows; if($numrows < 30) { echo "<font color=\"green\" class=\"btext\">There are <font color=\"red\"><b>$licleft</b></font> licenses left before official launch</font></center>"; } if($numrows == 0) { echo "<b><font class=\"btext\" color=\"0059AC\">EzyDrop has now launched! Please see below for more details on new license packages and prices.</font></b><br><br>"; } The code works and does precisely what i need, what i'm not really sure on is where to stick it so that it will display where i want it (centred beneath the member_bar). How would I go about it, even if it's a RTFM, or a point in the right direction to said manual that would be much appreciated.
  8. Hi guys, thanks for the warm welcome (-: All the edits are there when i change them then go back to have a look, but they're not doing anything to the site S: I even tried deleting the link to the Admin CP and it didn't move. I'll see if I can find the files i'm editing adn edit them manually, though I'm not too familiar with the ipb directory structure. Always worked with phpBB up until now.
  9. So i've been editing and re-editing the template in the ACP for the better part of the last hour to no avail. No matter what i put or where I put it, it simply does not show up on the forum itself. I'm at a loss as to what to do now. If anyone has any suggestions, or has experience similar problems in the past, it would be much appreciated.
×
×
  • Create New...