Forum Replies Created
-
In reply to: Tags not found
Not for plugins no, it is just /my-plugins/. So it works in the default theme, just not your theme? Is that correct? If that is the case, let me know.
Trent
In reply to: Spoiler plugin?I see what you mean….way to put text in a javascript function that is shown if you click on it. I would imagine adding something like this would be possible, but I don’t have a clue how to do it myself. It would require calling javascript in your header.php. What is the URL of the plugin for WP?
Trent
In reply to: Tags not foundIf you upgraded to the newest version and changed back to the default theme and have that error, it didn’t overwrite the default template files as that function was removed in 0.8.1 because it was turned into a plugin. I would make sure that all the files are overwrited to the server again as that error shouldn’t be there for you! As well, you don’t just have your files in /my-templates/ do you? They should be in /my-templates/yourthemefolder/ and then activated in the admin area. We will try and get this working for you!
Trent
In reply to: links to forums brokenI see your problem there bedbugger. It seems to head over to the wordpress install and give a 404 error when you try and access the forum. What version are you running of bbPress? If you change back to the default theme, do this still happen? Do you have any plugins? If you replace forum.php in your template with the original from the download does that help?
Trent
In reply to: Spoiler plugin?Not sure what you are trying to do here. Explain to me like I am 5 years old what you are trying to get done because I act that way….
Trent
In reply to: Tags not foundFirst off, do this. In your config.php, turn the mod_rewrite to false and make sure that it works that way. If that works, we can try getting your URL’s working again, just make sure that it is working. If you have phpmyadmin access on your server you can check the bb_posts table to see if the actual posts are there (I am sure they are) as they are showing the topics and the number of posts still. It seems like a permalinks problem and starting by turning them off will be the quickest way to test that.
Trent
In reply to: Some QuestionssssssAutomattic don’t want anyone using any theme on wordpress.com, so ‘copying’ them is out of the question and I have talked to them about it. I had permission to clone this particular forum theme and have released it on my site. There are ways to make things different, but you would have to create the theme!
Trent
In reply to: Add New – issueSince it is showing on the first page it seems to be working there. I would switch over to the default theme and see if this happens for you and report back. It might be a simple thing with your new theme.
Trent
In reply to: Bozo problemIt was scheduled to be out pretty soon here, but the number of tickets keeps increasing. Usually, at some point, mdawaffe just cuts the tickets to the next version and has a release. It will be soon I would imagine…..maybe within 30 days, but don’t quote me on that……
Trent
In reply to: remove forum/”topic”/numberYou can check out the new link structure on my site. http://onvertigo.com has the new permalink structure.
Trent
In reply to: Latest posts don’t show up in threadsOh….akismet is in the config.php and it shouldn’t have a number in there, but be false. If the posts are not showing up in Akismet, then they are most likely not being stopped by it…..you are using the plugin for WP to show the lastest bbPress topics then?
Trent
In reply to: Latest posts don’t show up in threadsStrange….could you give me a URL to see this problem in action? Maybe create me as a user if you confine bbPress registration to your WP or give me the URL of your forum? I might be able to test this and see if we can fix it.
Trent
In reply to: Bozo problemmdawaffe is working on a permanant fix for this problem for a quick release before 1.0 comes out. He is aware that some people are having problems because Akismet is not ‘whitelisting’ the trusted users right now and the next release will have this happen. I would turn Akismet to false in your config and see if that at least works for you right now.
Trent
In reply to: trac explanation for noobswhat is the link to the plugin on your site? I can probably upload it for you….just need mdawaffe to give me access to your directory……
Trent
In reply to: Plugin: YouTube in bbPressIt will be more like how wordpress.com does it:
[youtube=videolink]
Trent
I might have something in mind that might work. Let me do some thinking on it, but it might be easy enough to incorporate a plugin that only allows admin/mod topic creation and everyone else to post using a similar technique I used in the YouTube plugin. Give me some time on this one…
Trent
In reply to: Plugin: Restrict registration for bbPressBrilliant Sam! I will implement this one for sure and test it out!
Trent
In reply to: What is the current theme running here?I made a copy of this theme and released it here
Trent
In reply to: Plugin: Using the strike tagThis is the plugin for strike (used as “del” for compliance reasons, but you can change the code from del to strike if you want. Creating a new plugin and changing it it “i” and italics in the name versus strike will do that one as well.
Trent
In reply to: Plugin: YouTube in bbPressI have managed to embed all kinds of things! Fun actually!
http://onvertigo.com/topic/media-types-played-in-this-forum?replies=9
Trent
In reply to: Topic Closed message after new repliesWhere is your forum located? I would like to test it out myself (of which you can kill my user afterwards if you want!)
Trent
In reply to: Slug based permalinksSo literally:
$bb->mod_rewrite = 'slugs';
That works with the latest TRAC?
Trent
**Edit** Nevermind, it does works!
In reply to: bbpress v. other forum softwareWell, that isn’t completely true because it allows users to categorize the forums. For instance, I might have 1 main forum for family and friends which has say 5 sub-forums in it. I do this and make them so only friends and family can create items in it. Then, I have another main forum for my plugins and themes which I have subcategories forums for each one. Then I might have my last main category for all other subforums. It just helps break up the forum into ‘easier navigation’ in my opinion regardless of the number of forums. In my example it might only be 15.
Trent
In reply to: sticking things in the sidebarYou need to copy front-page.php out of your /bb-templates/kakumei/ and then edit that file to add what you want in the sidebar and then upload it to /my-templates/. That will use that file that you created and if it screws it up, removing it will just make the system use the original again.
Trent
In reply to: trac explanation for noobs