Geezerjim (@actorjiml)

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 27 total)
  • @actorjiml

    Participant

    Are you using any of the templates located in the “extras” folder. If so, I figured out a way to add the buttons. Exactly where do you want them. On individual topics?

    @actorjiml

    Participant

    I take that back. I see that even when it is checked it’s not showing. Let me dive into this a bit more.

    @actorjiml

    Participant

    Are you using Jetpack-Sharing? If so, just go to the configuration page and check the boxes for forums, topics, replies, or whatever you want. They are not checked by default, and will not be checked if you added bbPress after you activated Jetpack.

    @actorjiml

    Participant

    You need to put the files inside the theme for your site – eg: http://www.example.com/wp-content/themes/your-theme/{the contents of bbPress-starter-theme-epicwebs-master file}

    In reply to: bbPress Codex

    @actorjiml

    Participant

    I’m “pressing” on, if only for the bbPress (and MediaWiki) knowledge I’ll gain. I’ve been starting with the information here.

    @actorjiml

    Participant

    Someone else just mentioned this as well. I’ll upload the “correct” zip when I get home from work. Thanks for pointing out the error.

    @actorjiml

    Participant

    Outstanding. Works as advertised. ;-)

    Now I have to “borrow” your path structure and fix my graphic-display-ranks plugin

    @actorjiml

    Participant

    Heh. The 2 body tags was something left over from downloading Trent’s template of this forum. I’ve cleaned up the errors now, leaving only one for target=”_blank” and one for having start=”1″ inside the

    <ol> tag which comes from bbPress. It is still occurring. I’m trying to see if there is something in common with the places that it’s happening. The odd thing is the links won’t work on a small part of the page, will on others.

    @actorjiml

    Participant

    I knew of one item that is a large part of the 34 items. I will address that when I’m home and not at work. Then I’ll be able to see where to go from there. Thanks for taking a look.

    @actorjiml

    Participant

    I am having a variation of this. Some links work on a page and others do not. This includes the post information. The oddest thing is that when I view source (via Firefox Developers tool) the links are there and are correctly formed. One page to view, where I know that this is occuring, is this one.

    @actorjiml

    Participant

    Thanks. I figured that was the case. Great Job.

    @actorjiml

    Participant

    I’ve installed the update, but when looking at the profiles of other members it shows their last online date as 7 years ago. I’m guessing this will change once they come on the forum again?

    @actorjiml

    Participant

    The source code looks fine now, but it’s plugin page turned everything in the readme file into a tag!

    @actorjiml

    Participant

    Yes, it’s been uploaded to the repository. However, when I went and browsed the source code all of the formating is gone and it’s all on one line. I will update it now.

    @actorjiml

    Participant

    That’s got it. Thanks. I’ll be uploading the updated version in a few minutes.

    @actorjiml

    Participant

    I was having the same issue at Forums4Bauer I am using a modified version of the bbPress forum template. One thing I did was widen the whole thing, but to get rid of the hidden long names I made the following changes to the style.css file in my-templates:

    #thread {

    background: #eee;

    list-style: none;

    margin: 0 0 0 110px;

    padding: 0;

    }

    #thread li {

    padding: 1.5em 1.0em;

    line-height: 1.5em;

    height:100%;

    }

    #thread li ol, #thread li ul {

    margin-left: 60px;

    height:100%;

    }

    .threadauthor {

    margin-left: -140px;

    overflow: hidden;

    position: absolute;

    width: 100%;

    }

    I also added:

    .threadpost {min-height:120px;}

    Unfortunately that doesn’t work in IE. I’m looking for a way around a problem I’m having where short replies overlap. That’s not typically a problem, but I’m using my Graphic Display Ranks plugin, and images that are taller than some of the replies.

    Hope this helps.

    @actorjiml

    Participant

    Thanks Trent. For me the best part was what I learned about making plugins as much as the plugin itself.

    @actorjiml

    Participant

    It took me a lot of searching and reading to find out what I needed. Then I only messed up the directory structure a little bit. (uploading to tag instead of tags). Thanks for the help and the encouragement.

    @actorjiml

    Participant

    I downloaded Tortise and it worked just fine. Now I have to get familiar with another bit of software. lol.

    @actorjiml

    Participant

    It has been added to the Plugin Repository

    In reply to: Changing a Domain name

    @actorjiml

    Participant

    You will need to edit your ‘config.php’ file.

    In reply to: bbPress 0.75 Released

    @actorjiml

    Participant

    Does anyone have a list of the files that have changed? I’d rather not upload everything if it’s not necessary.

    In reply to: First Plugin Attempt

    @actorjiml

    Participant

    I found the error. It was way above the function quoted. (A missing close quote in a switch statement.)

    Now, I’m not sure where to place it in the code. What I want to do is place the graphic under the posters title. (ie. On this page a graphic would be displayed below the member’s name and the title like this:

    thomasklaiber

    Member

    {GRAPHIC}

    @actorjiml

    Participant

    D’oh! Works like a charm.

    Just goes to show that you can look at something too hard.

    Thanks so much.

    @actorjiml

    Participant

    One thing it’s not doing is displaying the topics in descending order. If anyone is using this function and can point me in the right direction I will appreciate it.

Viewing 25 replies - 1 through 25 (of 27 total)