Forum Replies Created
-
In reply to: Social media Share button missing
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?
In reply to: Social media Share button missingI take that back. I see that even when it is checked it’s not showing. Let me dive into this a bit more.
In reply to: Social media Share button missingAre 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.
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 CodexI’m “pressing” on, if only for the bbPress (and MediaWiki) knowledge I’ll gain. I’ve been starting with the information here.
In reply to: Plugin: Graphic Display RanksSomeone else just mentioned this as well. I’ll upload the “correct” zip when I get home from work. Thanks for pointing out the error.
In reply to: bb-ratings problem with 0.8Outstanding. Works as advertised.
Now I have to “borrow” your path structure and fix my graphic-display-ranks plugin
In reply to: Links in posts lose href information (0.75)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.In reply to: Links in posts lose href information (0.75)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.
In reply to: Links in posts lose href information (0.75)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.
In reply to: Plugin: Simple Onlinelist 1.4Thanks. I figured that was the case. Great Job.
In reply to: Plugin: Simple Onlinelist 1.4I’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?
In reply to: Plugin: Graphic Display Ranks *UPDATED*The source code looks fine now, but it’s plugin page turned everything in the readme file into a tag!
In reply to: Plugin: Graphic Display Ranks *UPDATED*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.
In reply to: Looking for the right hookThat’s got it. Thanks. I’ll be uploading the updated version in a few minutes.
In reply to: Stop Cutting Off!!!!!!!!!!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.
In reply to: Plugin: Graphic Display RanksThanks Trent. For me the best part was what I learned about making plugins as much as the plugin itself.
In reply to: Using the subversion repositoryIt 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.
In reply to: Using the subversion repositoryI downloaded Tortise and it worked just fine. Now I have to get familiar with another bit of software. lol.
In reply to: Plugin: Graphic Display RanksIt has been added to the Plugin Repository
In reply to: Changing a Domain nameYou will need to edit your ‘config.php’ file.
In reply to: bbPress 0.75 ReleasedDoes 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 AttemptI 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}
In reply to: Looking for help with bb-ratingsD’oh! Works like a charm.
Just goes to show that you can look at something too hard.
Thanks so much.
In reply to: bb Ratings – Stars vertical instead of horizontalOne 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.