MyBB Community Forums

Full Version: Ryan G's Mods And Plugins - Updated for 1.4!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For some reason I am confused as to what exactly to do in order to get the site news to display.

The readme says:

In order to style your news box, you can use the following css classes: box-border, box-header, box-content, box-footer. Here is some example css:

.box-border {
  background: #1e567d;
  width: 500px;
  padding: 1px;
  }
  
.box-header {
  background: #2a79af;
  padding: 3px;
  font-family: Verdana;
  color: #ffffff;
  text-align: left;
  font-size: 18px;
  border-bottom: 1px solid #1e567d;
  }
  
.box-header a:link,
.box-header a:visited,
.box-header a:active {
  color: #ffffff;
  text-decoration: none;
  }
  
.box-header a:hover {
  color: #ffffff;
  text-decoration: underline;
  }

.box-content {
  padding: 5px;
  font-size: 13px;
  text-align: left;
  background: #ffffff;
  vertical-align: top;
  }

.box-footer {
  background: #52abe7;
  padding: 3px;
  padding-right: 5px;
  font-family: Verdana;
  color: #ffffff;
  text-align: right;
  font-size: 11px;
  border-top: 1px solid #1e567d;
  }
  
.box-footer a:link,
.box-footer a:visited,
.box-footer a:active {
  color: #ffffff;
  text-decoration: none;
  }
  
.box-footer a:hover {
  color: #ffffff;
  text-decoration: underline;
  }

However I can't seem to find these css classes:

box-border, box-header, box-content, box-footer

What do I do?
Those are examples; you need to add those to your global.css if you want to use them to 'style' your newsbox.
I know where the global.css is located in theme options, do I just add follow the example code in the readme and add to the global.css?

Does the code go in additional css of the global.css?

:Edit: Still not showing up, don't know what i am doing wrong.
You don't put it in global.css; you put it in your sites theme.
Is the fact that the PM Admin won't delete PMs a bug, or is it just my setup?

Thanks, and awesome work!
(2008-08-07, 02:15 PM)realitybend Wrote: [ -> ]Is the fact that the PM Admin won't delete PMs a bug, or is it just my setup?

Thanks, and awesome work!

If you read this thread:

(2008-08-06, 01:33 AM)Tikitiki Wrote: [ -> ]Hi,

I'm sorry I'm really busy at the moment. I'll take a look when I get some free time.

Ryan
I've downloaded and installed the plugin fine but can not find where is it in the acp.
I am using 1.4 and installed the version for 1.4.
Please advise
Thanks
(2008-08-08, 11:34 AM)MGadAllah Wrote: [ -> ]I've downloaded and installed the plugin fine but can not find where is it in the acp.
I am using 1.4 and installed the version for 1.4.
Please advise
Thanks

If you're talking about PM Admin, go to Tools and Maintainence (in AdminCP) and look for "PM Admin (Log)" in the left-hand menu.
(2008-08-08, 02:46 PM)realitybend Wrote: [ -> ]
(2008-08-08, 11:34 AM)MGadAllah Wrote: [ -> ]I've downloaded and installed the plugin fine but can not find where is it in the acp.
I am using 1.4 and installed the version for 1.4.
Please advise
Thanks

If you're talking about PM Admin, go to Tools and Maintainence (in AdminCP) and look for "PM Admin (Log)" in the left-hand menu.
Exactly ... hehehhe ... I was really so blind hehehehehe
ThanksSmileWink
Don't worry, it took me a while to find it myself. :-)