Jump to content

Frenchie

Contributor
  • Posts

    84
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by Frenchie

  1. You can always upload your screenshot to something like imageshack or tiny pic and post it here in between img tags.
  2. What version of IPB and Shoutbox are you using?
  3. If I get a blank screen error first thing I do is edit my initiate.php file. I add this code to the second line. ini_set('display_errors',1); This will make the PHP errors show up on the blank page if there are any.
  4. You would have to access the acp.css file which you can find under admin > skin_cp > acp.css In the css file you'd just have to find and edit the login screen classes/ids.
  5. I'm sure there are better ways out there but the way I'd go about it is to create a centering class with css and then add that to the Last div you have on there, the rotator div. <div class="rotator center"> <ul> <li class="show"><a href="http://ozzyreptiles.com/board/index.php?/page/advertise.html"><img src="ad_here.png" width="825" height="150" alt="pic1" /></a></li> <li><a href="http://rodentfarm.com.au"><img src="ads/rodentfarm.gif" width="825" height="150" alt="pic2" /></a></li> <li><a href="http://campbellenclosures.com"><img src="ads/campbell.png" width="825" height="150" alt="pic3" /></a></li> <li><a href="http://snakeranch.com.au"><img src="ads/snakeranchhorizontal.png" width="825" height="150" alt="pic4" /></a></li> </ul> </div> And then your centering class would just go in between the style tags and look something like this .center { margin-left:auto; margin-right:auto; }
  6. Hey there Webflake, I was wondering if anyone here knew how to edit the input/buttons for the shoutbox application. Because I wanted to make the buttons underneath the shout text input area. Here's what I'm talking about in an image. Thanks in advance, Frenchie
  7. Alright thanks! I've been looking for that piece of code for a while now.
  8. Hey there webflake, Alright so I followed the guide Here to add in the clickable custom profile fields. I followed the guide and even re-did it a few times and tried a few other things but no matter what I do when I click on my twitter name for example it will just link me to me forum url like this for example: www.forumurl.com/twittername Here's my code: <if test="cf_twitter:|:$f->raw_data['pf_key'] == 'twitter'"> <a class='url uid' rel="me" href='{$f->parsed}'>{$f->parsed}</a> <else />Also I'm running IPB 3.4.5
×
×
  • Create New...