MyBB Community Forums

Full Version: Please help me!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
What is the link to your forums, usually that helps us
(2011-02-26, 11:59 PM)WbDev Wrote: [ -> ]When Importing Theme make sure the Ignore Version Compatibility checkbox is checked

Where do I place AdSense in the edit themes section of Admin CP so that AdSense shows up in every top forum post made on my forum?
(2011-02-27, 02:05 AM)reina Wrote: [ -> ]http://midnight-lotus.com/mybb/

One problem is that the theme is looking for the incorrect files:

Broken Images - http://midnight-lotus.com/mybb/forumdisplay.php?fid=11
http://midnight-lotus.com/mybb/forumdisplay.php?fid=11

    http://midnight-lotus.com/mybb/images/1point6/logo.png
    http://midnight-lotus.com/mybb/images/english/newthread.png
    http://midnight-lotus.com/mybb/images/english/newthread.png
    http://midnight-lotus.com/mybb/images/newfolder.png
    http://midnight-lotus.com/mybb/images/newhotfolder.png
    http://midnight-lotus.com/mybb/images/hotfolder.png
    http://midnight-lotus.com/mybb/images/folder.png
    http://midnight-lotus.com/mybb/images/dot_folder.png
    http://midnight-lotus.com/mybb/images/lockfolder.png

It's looking for .png files when the files in the "images/english" folder are all .gif. I can't see the files in the images/ folder as it's .htaccess protected but my guess is that the same problem is happening there.
@DNN
You could always download Advertisement plugins, or
you could add the adsense manually...
To add manually:
Admin CP ---> Themes and Style------> Templates ----> -select a theme- ---->Header Templates ---->Header

and insert the admin code under an area that looks like this:
<div id="panel">
some text
</div>
(2011-02-27, 02:17 AM)DNN Wrote: [ -> ]Where do I place AdSense in the edit themes section of Admin CP so that AdSense shows up in every top forum post made on my forum?

Try this mod: http://mods.mybb.com/view/postad-lite

Oh ok. How would i rectify it? Sorry for asking silly questions, I'm completely new to all of this Sad
(2011-02-27, 02:38 AM)reina Wrote: [ -> ]Oh ok. How would i rectify it? Sorry for asking silly questions, I'm completely new to all of this Sad

Which theme are you using? I'll grab a copy and see if it will install on my forum.
I wanted either Darkness or 1point6
I just installed 1point6 on my forum and had exactly the same issue as you're having. The directory of images needed to have the permissions changed for it to work. As far as I can tell your web host uses cPanel. Log into cPanel and change the 1point6 directory permissions to 755. You'll probably need to change the permissions of the english, modcp and usercp directories inside the images/1point6 directory too.
Pages: 1 2 3 4