Jump to content

GradientWizzard

Senior Moderator
  • Posts

    454
  • Joined

  • Last visited

  • Days Won

    17

Everything posted by GradientWizzard

  1. Alot of currupted database files was the problem
  2. OK Replace <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> with <script type='text/javascript'>!window.jQuery && document.write('<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>')</script>
  3. Can I have a link to your forum, I should be able to help you out more (Probably a CSS Error - Somewhat)
  4. Have you tried removing the big topic titles?
  5. Issue has been resolved Admin CP > Other Apps > Blog > Overview > Overview > Manage Groups
  6. Have you cmodded the following folders to 777? cache * ccs_files * downloads * hooks * ipc_blocks * style_css * style_emoticons * style_images * screenshots * uploads *
  7. Does it happen to all skins?
  8. Send me a link with the skin and ill look into fixing it
  9. think they failed with the whole <div class="maintitle"> part lol can you link me to your site?
  10. You can always import tables etc.. using PHP and then use a code something like this to display the results: <?php while($row = mysql_fetch_array($result)) { ?> <li> <a href="/forums/index.php?showtopic=<?= $row["tid"] ?>" title="<?= $row["title"] ?>"><?= $row["title"] ?></a> <?php $indexed = $row["last_post"]; $realtime = strftime("%e %b", $indexed); ?> <date>Last post by <?= $row["last_poster_name"] ?> at <?= $realtime ?></date> </li> <?php } ?>
  11. Correct, they aint actually going to look the same as them, gonna be altered abit
  12. Errr... What? You do realised I've edited the profile page to look like that? o.O
  13. Are you wanting the Hidden Content BBCode? o.O
  14. Well, after like 1 month of coding, html editing and css coding, things are looking up, but unfortunately with work in the way and having a baby in has took so long and is now getting somewhere
  15. GradientWizzard

    Question Cant Download?

    You Get 10-15 Downloads Per Day As A Normal Member, Sorry. We wont reset your download count or change this setting
×
×
  • Create New...