Jump to content

Dumb Modz

Rookie
  • Posts

    20
  • Joined

  • Last visited

Recent Profile Visitors

1,182 profile views

Dumb Modz's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Collaborator Rare
  • Reacting Well
  • Conversation Starter Rare
  • Week One Done

Recent Badges

3

Reputation

  1. The only thing I did recently was install ibEconomy which didn't work anyways.
  2. I guess this can't be fixed. Sucks because this stops all image uploading.
  3. It's set to the path that Ip Board has recognized as the path.
  4. I don't know what happen last night but something happen on my site and I fixed the error in the hook that caused the site to have a error, but I don't understand why these errors wont go away. Here is a image of the error: http://gyazo.com/cc24a087cf30f66c2170ab179190670c When I go on ftp I looked at the permissions and they are both 777 http://gyazo.com/8457da5f89ea3002159c87c3524882b8 What else could be causing this problem?
  5. I have tried javascript on easy pages with no luck, so I tried css with the same results of not working. This is the code that I have currently <!DOCTYPE html> <html> <head> <style> div.ex { width:220px; padding:10px; border:5px solid red; margin:0px; } </style> </head> <body> <div class="ex">Action <dl> <dt><a href="url">Robocop</a></dt> <dt><a href="url">Robocop</a></dt> <dt><a href="url">Robocop</a></dt> <dt><a href="url">Robocop</a></dt> </dl> </div> </body> </html> And this is the result of this Does anyone know if anything other then html work with easy pages? Fixed this just made a css file for the skin instead of using it in the file
  6. I'm not sure but if you making a page I would assume it would be made by html so all you need are tags and possible css to move to the right position. html would be <img> image link here </img>
  7. I hope someone knows sql this is the error I get when I get in the sql #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'notification) ) LIMIT 0 , 30' at line 3 here is what I see SELECT `cache_store`.`cs_key`FROM cache_storeWHERE (`cache_store`.`cs_key` notification))LIMIT 0 , 30
  8. yeah I got that when I tried to put ipb on it it
  9. works fine but I will have to look into making the text bigger or longer I don't know just needs something looks weird
  10. you can add a header and footer <header>header goes here</header><footer>footer goes here</footer>now I have no idea on what to put in between those because I'm still new to ipb
  11. added a screen shot that is after messing with it but most of what I have done in the screen shot is there other then the auto play song and text color you can also add videos and stuff basically anything html or css will work I don't know about javascript I try to stay away from that
×
×
  • Create New...