• Resolved thebreastchronicles

    (@thebreastchronicles)


    I am not a coder… I am more the visual spatial learner type. Hand me an assignment for a 300 page essay any day! I am about to pull my hair out (well, the jury is still out on whether or not that really is a blad spot on the back of my head) over this plugins, themes, crappola that is sucking my life away!

    On my website I now have THREE errors popping up on the top of my site. I wish I had money so I could offer someone some greens to make my blog beautiful (like its owner) and I could get on with having a life again ::grin::

    I am actually trying to get four blogs up and going, looking good, with easy userface (so my grammy can leave her scathing remarks as she wishes to bless me with them) and there are several problems I was wondering if anyone can point me in a direction for a solution:

    • My blogs all are seperate from each other, not easy to switch inbetween them or to share themes, plugins, etc. Any ideas here?
    • I see things like WYSWYG, and I want to sick my five children on them. Is it just me or is this a very dirty vicious lie, to get me to install the plugins only to not see how it made a {beep} bit of difference?
    • Why cannot I not get my photo plugin for Flickr to freaking work already? I even went and signed up on that chopshop and I get nothing and one time… (no, not at bandcamp PAY ATTENTION!) someone else’s photos showed up on MY blog. This is a huge issue of mine, as I don’t like anyone else’s stuff (I flunked Kindergarten what can I say?)
    • I am thinking that I might just give up, and just go back to Blogger.com where life was simpler if not boring and repetitive. Okay done having a pity party. Is there anyone who I can go to and ask if they will take a look at my site (not an opthamologist please) and let me know which plugins to get and install (CETERA!!), for the functionality I want.
    • That’s all for now folks!

      But I am sure, given only a little while I can come up with more if you’d like.

      Emmy

Viewing 12 replies - 1 through 12 (of 12 total)
  • Well, for the errors at top of page, saying the useronline tables don’t exist.

    WordPress database error: [Table ‘blog.wp_useronline’ doesn’t exist]

    Did you run the useronline-install.php file inside the control panel? Or directly by the domain name, like displayed below?

    Right from the instructions:
    // Open wp-admin folder
    Put:
    ——————————————————————
    useronline-install.php

    // Activate useronline plugin
    // Run wp-admin/useronline-install.php <–which for you would be: https://www.thebreastchronicles.com/wp-admin/useronline-install.php
    But make sure you upload that file into the wp-admin folder first then run it.

    I hope this helps. =) Or maybe if GamerZ sees this post, he can help ya better, being that it’s his plugin. =)

    spencerp

    Thread Starter thebreastchronicles

    (@thebreastchronicles)

    *hits head on desk*

    Okay, I guess in my euphoric spree on finding plugins and uploading them, I somehow maybe forgot to read the instructions… *cheeky grin*

    I found the file, ummm… in content and not admin which probably explains everything right there. LOL Like my title says I do have a good excuse… but I need time to think it up… Thank you for your help! *smoochies*

    Emmy

    [blushes]..hahaha.. =) You’re welcome, if you have any other issues with it, drop another reply. =)

    spencerp

    Just checked your site again, and it appears those errors went away. =) Or either you got rid of that plugin all together lol! Naa..but anyways…don’t forget to add another “block” in your sidebar then, to show how many user’s are online. =)

    Here’s the exact code from mine, because in his instructions he had an extra li showing up, for nothing. I told him about it already hehe.

    <?php if (function_exists('useronline')): ?>
    <li>
    <h2>Users Online</h2>
    <ul>
    <li><a href="<?php echo get_settings('home'); ?>/wp-useronline.php"><?php get_useronline(); ?></a></li>
    </ul>

    <?php endif; ?>

    Hope this helps. =)

    spencerp

    He had that other <li> after the closing </ul> which I had told him via MSN messenger.. So just use that code I have above there k.. =)

    Damn do I gotta go to bed lmaO! 7:20am…jeesh! Been up all night.. working on the Andreas08 again hahaha.

    Also I noticed something that is possibly wrong, and you should be able to correct with minimal fuss ..

    in your sidebar, I think you are missing some of the <?php ?> tags in the WOTD block, since its spitting out the actual php function call instead of content ..

    PS. spencer, I thought you were off to bed around an hour ago when you first mentioned that .. guess not .. ?? .. life is fun when you are coding, eh ..

    Thread Starter thebreastchronicles

    (@thebreastchronicles)

    You guys ROWK!!!

    I had fixed it like Spence suggested, and it made the uglies stop bumping. So I am good on that area… but as you have pointed out I need to add another box. I have been going one by one through my damn plugins… *sigh* it is now 6:30am and my kids get up in like 2 hours… plug-ins are sucking my life away…

    *sniff, sniff* All I ever wanted was a doll. *clasps hands to bosom* *starts singing It’s the Hard Knock Life* *completely off-tune* *trips over cat* *falls on the kids’ lego tower/castle* *calls 911 and passes out*

    Okay, I will take that code and stick it in… um no promises though… LOL

    Emmy

    “PS. spencer, I thought you were off to bed around an hour ago when you first mentioned that .. guess not .. ?? .. life is fun when you are coding, eh ..”

    @skulled, Hahaha….yeah! I just got so wrapped up in working on my Andreas08 theme, I couldn’t barely turn away and head to bed lmaO! But, I’m well rested now, it’s 11pm and I’m back in the game. =) Time to get back at the Andreas08 lol.

    @emmy, Hahaha..you’re just as crazy as I am lol! =) Which is a good thing. =) And yeah, I know how all that plugin horse shit can go.. [sigh]. And to think, even once my Andreas08 theme is done, I STILL have to use it on the main blog and impliment all my damn plugins…and even then who knows if I got more crap to work out.. It’s just never ending I guess. But, that’s also what makes it fun, trying to figure everything out, and yet learn as you go. =)

    spencerp

    Emmy, I just checked your site again, you might want to remove the “/blog/” out of the useronline block and the stats box. It’s taking ppl to an unstyled page, making it look screwy. =(

    It should be just /wp-useronline.php for that sidebar.php file code, and /wp-stats.php. Being that your site is right on the main domain name.

    Also, in your css file. Find this code:

    #sidebar ul li {
    margin: 0.1em 0 0 0;
    padding: 0;
    }

    And make it like this:

    #sidebar ul li {
    list-style: none;
    margin: 0.1em 0 0 0;
    padding: 0;
    }

    Or maybe even try this: list-style-type: none;

    Wait, maybe it’s this one, that needs that change:

    ol li, #sidebar ul ol li {
    list-style: decimal outside;
    }

    to


    ol li, #sidebar ul ol li {
    list-style-type: none;
    }

    That should take away them ugly black dots.. =)

    spencerp

    Thread Starter thebreastchronicles

    (@thebreastchronicles)

    I changed the one thing, but I can’t see where the other one is?

    }
    #sidebar ul li {
    list-style: none;
    margin: 0.1em 0 0 0;
    padding: 0;
    }
    #sidebar li a {
    text-decoration: none;
    border:none;
    }
    #sidebar li a:link {
    color: #909D73;
    }
    #sidebar li a:visited {
    color: #999999;
    }
    #sidebar li a:hover, #sidebar li a:active {
    color: #990000;
    }

    Thread Starter thebreastchronicles

    (@thebreastchronicles)

    PS It doesn’t have blog in the URl from the sidebar… ??

    <?php if (function_exists(‘useronline’)): ?>

    • <h2>Users Here NOW!</h2>
    • < a href=”< ?php echo get_settings(‘home’); ?>/ wp-useronline.php”>< ?php get_useronline(); ?>
    • <h2>Statistics</h2>
      <li >< a href=”<?php echo get_settings(‘home’); ?>/wp-stats.php”>My Blog Stats

    Like I said before, change this:

    ol li, #sidebar ul ol li {
    list-style: decimal outside;
    }

    to this once:

    ol li, #sidebar ul ol li {
    list-style-type: none;
    }

    Hope this helps.. =)

    spencerp

    As for the blog/ part.. check your permalinks once. Or check both url addys in the Options General Settings area.. They should be both the same, just domainname.com not domainname.com/blog..

    Thread Starter thebreastchronicles

    (@thebreastchronicles)

    I must be showing the blonde ancestory because I am just not seeing the decimal outside part on my style.css

    /*
    Theme Name: Connections
    Theme URI: https://wpthemes.info
    Version: 1.0
    Description: A Theme from wpthemes.Info
    Author: Patricia Muller
    Author URI: https://www.vanillamist.com/blog/
    */
    body {
    margin:0;
    padding:0;
    font-family: ‘Trebuchet MS’,Georgia, Times, Times New Roman, sans-serif;
    font-size: 0.9em;
    text-align:center;
    color:#29303B;
    line-height:1.3em;
    background: #F3F6ED;
    }
    a {
    color: #909D73;
    text-decoration:none;
    }
    a:visited {
    color: #8a3207;
    }
    a:hover {
    color: #753206;
    text-decoration:underline;
    }
    input, textarea
    {
    background: #F3F6ED;
    border: #E1D6C6 1px solid;
    }
    #rap
    {
    background:#fff url(‘img/rap.jpg’) center repeat-y;
    width:760px;
    margin:0 auto;
    padding:0px 8px;
    text-align:left;
    font-family: Trebuchet MS,Georgia, Arial, serif;
    font-size: 0.9em;
    }
    #header {
    background:#fff url(‘img/top.jpg’) no-repeat bottom;
    height: 183px;
    margin: 0 auto;
    width:760px;
    padding:0;
    border:#fc9 0px solid;
    }
    #main
    {
    margin:0 auto;
    padding:0;
    background:#000 url(‘img/content_bg.gif’) repeat;
    width:740px;
    }
    #content {
    width:510px;
    float:left;
    padding:5px;
    margin:0;
    overflow:hidden;
    display:inline;
    }#sidebar {
    width:186px;
    float:right;
    padding:0px 8px 10px 8px;
    margin:0;
    font-size:1em;
    color:#333;
    display:inline;
    }
    a img {
    border: none;
    }
    acronym, abbr {
    border-bottom: 1px dotted #0c6bf0;
    }
    acronym, abbr, span.caps {
    cursor: help;
    letter-spacing: .07em;
    }
    code {
    font-size: 1em;
    font-style: italic;
    }
    blockquote {
    margin: 15px 30px 0 45px;
    padding: 0 0 0 45px;
    background: url(‘img/blockquote.gif’) no-repeat left top;
    font-style:italic;
    }

    cite {
    font-size: 0.9em;
    font-style: normal;
    }
    h3 {
    margin: 0;
    padding: 0;
    font-size:1.3em;
    }
    p {
    margin: 0 0 1em;
    padding: 0;
    line-height: 1.5em;
    }
    h1, h2, h3, h4 {
    font-family: Georgia, “Lucida Sans Unicode”, lucida, Verdana, sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    }
    #header h1
    {
    margin: 0;
    font-size: 1.6em;
    padding:10px 20px 0 0;
    text-align:right;
    }
    #header h1 a
    {
    color:#B5C09D;
    text-decoration:none;
    }
    #header h1 a:hover
    {
    color:#F7F3ED;
    }
    #header #desc
    {
    font-weight:normal;
    font-style:italic;
    font-size:1em;
    color:#B5C09D;
    text-align:right;
    margin:0;
    padding:0 20px 0 0;
    }
    #sidebar h2 {
    margin: 10px 0 0 0;
    padding:2px;
    font-size: 1em;
    color: #676E04;
    text-align:center;
    background:url(‘img/sidenav_top.jpg’) no-repeat center;
    border:#ccc 0px solid;
    height:22px;
    font-weight:bold;
    }
    #sidebar ul {
    list-style-type: none;
    padding: 5px;
    margin: 0;
    font-size: 0.9em;
    padding-bottom:3em;
    background:#F3F6ED url(‘img/sidenav_bottom.jpg’) no-repeat bottom;
    border:#E1D6c6 1px solid;
    border-top:#f3f6ed 1px solid;
    }
    #sidebar ul li {
    list-style: none;
    margin: 0.1em 0 0 0;
    padding: 0;
    }
    #sidebar li a {
    text-decoration: none;
    border:none;
    }
    #sidebar li a:link {
    color: #909D73;
    }
    #sidebar li a:visited {
    color: #999999;
    }
    #sidebar li a:hover, #sidebar li a:active {
    color: #990000;
    }
    #content ul {
    margin-left: 0;
    padding-left: 45px;
    list-style-type: none;
    }
    #content ul li {
    background: url(‘img/bullet.gif’) no-repeat 0 7px;
    padding-left: 1.5em;
    }
    .post
    {
    margin:0 0 30px 0;
    }
    .post-info
    {
    font-size:0.85em;
    font-family: Verdana, Arial, Sans-Serif;
    margin:0;
    padding:0;
    color:#333;
    }
    .post-info a
    {
    color:#990000;
    }
    .post-info a:hover
    {
    color:#000;
    }
    .post-content {
    padding:10px 0;
    margin:3px 0;
    border-top:#BBC4A3 1px solid;
    font-family: Georgia, Verdana, Arial, serif;
    font-size:12px;
    }
    .post-title {
    font-family:Georgia, Arial, Serif;
    font-size:1.3em;
    margin:0;
    font-weight:bold;
    }
    .post-title a:link, .post-title a:visited, .post-title a:hover, .post-title a:active
    {
    text-decoration:none;
    color:#676E04;
    }
    .post-date {
    float: left;
    color: #BBC4A3;
    font-family: Georgia,’Lucida sans ms’, Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    text-align: center;
    font-weight: bold;
    margin: 3px 10px 0 0;
    padding: 8px 3px;
    width: 55px;
    background: #E7EBDE;
    line-height:1em;
    }
    .post-footer
    {
    padding-top:20px;
    background:url(‘img/divider.gif’) no-repeat center;
    }
    #footer {
    margin:0 auto;
    padding: 7px 0;
    border-top:#BBC4A3 1px solid;
    clear: both;
    font-size: 0.8em;
    color: #999;
    text-align:center;
    width:740px;
    }
    #footer a {
    border:none;
    color:#7A7636;
    }

    .commentlist {
    font-size:1em;
    font-weight:normal;
    }
    #commentform
    {
    margin:0 0 0 40px;
    }
    #commentform textarea {
    width: 80%;
    }
    #commentform p {
    margin: 0 0 1em;
    }
    #comments,#respond {
    text-transform: uppercase;
    margin: 3em 0 1em 40px;
    color: #676E04;
    font: 0.9em verdana, helvetica, sans-serif;
    }
    .commentlist li
    {
    margin:5px 0;
    padding:10px 10px 20px 10px;
    background:#F3F6ED url(‘img/comments_bottom.jpg’) repeat-x bottom;
    border:#E1D6C6 1px solid;
    }
    .commentlist .alt
    {

    }
    #topnav
    {
    list-style:none;
    font-size:0.9em;
    margin:0 auto;
    padding:12px 20px 0 0;
    text-align:right;
    font-family:Verdana, Arial, Sans-Serif;
    }
    #topnav li
    {
    list-style:none;
    display:inline;
    padding:0;
    margin:0;
    font-weight:bold;
    }

    #topnav li a:link, #topnav li a:visited
    {
    text-decoration:none;
    color:#BBC4A3;
    }
    #topnav li a:hover, #topnav li a:active
    {
    color:#F7F3ED;
    }

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘I am Lame, but I do have good excuse!’ is closed to new replies.