Jump to content

Luke

Explorer
  • Posts

    118
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Luke

  1. Hey! I've had nginx setup for the longest time, Every guide I have seen on how to setup a mail server uses apache, and is just too complicated. I really just need it to send out Emails from my forum.
  2. Same with my board, when we used XenForo we where up there for my Board.
  3. I've creditted Para in several other places, (Like the CSS templates) but I forgot to add him to the main footer, Will do that now. Back to the linen thing, It is a bit overused, (When I said I like it how it was I meant the nav, I personally do think the Linen is overused in web design, but I don't know. He wants it IOS related so..)
  4. Does anyone know what mod is used on http://minecraftforum.net/ Is it Portal or IP. Content? If it's Content does anyone know how I could set it up like that.
  5. I have messaged you with some contact info for me.
  6. I have a tutorial for a nice bootstrap header.. But If you are interested I can teach you how to make the linen type background apple uses a lot now. Also, i've learned some CSS over the past few weeks if you would like any help I might be available. (I was looking into starting an IOS forum but never had the time to balance another community, I've had some really cool ideas for a skin)
  7. Alright. In IPB_styles.css locate the following code: (If you have a search feature in your browser type .maintitle in the search) .maintitle { background: url("{style_images_url}/custom/img/elements/background.png"); border-radius: 2px 2px 2px 2px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) inset; color: #FFFFFF; font-size: 14px; font-weight: bold; padding: 10px 10px 11px;} Your's will probably look different, copy "background:" from the above code. where it says custom/img/elements/background.png replace that with the path to your img.
  8. When you say "banner" Do you mean .maintitle? (The bit that displays the names of boards and such) or the branding? (The place where your logo and search thing usually is)
  9. Alright I got it, just stole some things from the IP Board skin and edited the CSS. Thanks anyways.
  10. Well, that's a problem.. for some reason my skin doesn't have the custom profile field in it.. (I made the userbar horizontal, I've tried to fix it up but it just messes up the page. Do you know how I could fix that?
  11. I don't want to display all the custom fields.. so how would I display a certain one. I'm making a photography forum and I made a custom field titled camera.. I've tried doing this: <strong>&nbsp; Camera:</strong> {$author['custom_fields']['camera_name']}</li>Doesn't seem to work, hope someone knows thanks!
  12. I was just curious.. where is the best place to get forum icons, the ones that display next to the forum on the index if you have the add-on.
  13. I am curious as how to go about doing this, I saw one thing about it on the IPS community but it didn't help me much. I tried doing it but it just gave me either "Guest" instead of "Google" or a 500 error.
  14. Found out how, deleted the hook. Mark as solved please
  15. Does anyone know how to do this? It looks kinda bad.. :3
  16. I was wondering if it's possible to move users to the banned group once they are banned.
  17. Anyone know how to add a green online button and remove this This is on the Curve skin, I am referring to the top bar with my username in it, I want it to display the time like WebFlake does. Thanks (I've inspected the element trying to find how to change it, can't find it.)
  18. Alright i'll see if I can try to fix them somehow, Now how would I make it so when a user replies to an unread thread it moves their post into the original.
  19. Alright, I uncommented one single comment there was, however now the maintitle bit is really thick or I guess you could say big. This is what I removed comments from. width: 0px; height: 0px; width: 25px; height: 25px; Now that I look at it.. It's odd that there are two width's and height's
  20. Well, it's in Curve, I'll see if I can find soemthing. So in curve I found several toggle bits I've looked around the board index templates but alls I could find was sidebar toggles.
  21. I have seen several skins on the market that don't have toggles for board viewing. How would I re-add these? I've also noticed when a user replies to make an edit to a post is goes directly into the last post if no one else has posted infront of them, How would I do this. -- This should be my last support topic for a while(I am a total noob at CSS besides Bootstrap, I am very confiused). Thanks!
  22. Ah, Now. I should just make a separate topic but How do you make it so when a user replies to the same post say for an Edit or update it makes the reply go to the first post.
×
×
  • Create New...