Search Results for 'code'
-
Search Results
-
Am I missing a line of code?
I am using a theme called the ‘Stallion theme’. It is based on the old Talian theme which was popular in WP a few years back. Stallion has a lot of options that I really like, in terms of flexibility, design etc.
However, it does not work with the bbPress plugin.
It creates forums and topics fine.
However: if you look under a topic post or forum (I created some sample ones) – a viewer or user can not reply or create new topics. In fact the only thing you see is my related post plugin underneath the post.
http://peopleandlanguages.com/ is the website I am testing this out on.
It does work with 2010, but not this theme. Is there so line of code that needs to be juggled to make this work with my theme?
Thank you,
Mark
Hello,
I am currently using bbpress 2.0 beta 3b.
When I create a page on wordpress, and use the shortcode [bbp-topic-index], bbpress topics show properly in my page. However, if I set that particular page as a front page, [bbp-topic-index] does not work properly.
For example, I am currently setting “Topics Per Page” to 10, so 10 topics show in page 1. Therefore it will show as “Showing topics 1 to 10.” When I click on page 2, it should show topics 11-20, but it keeps saying, “Showing topics 1 to 10”. I would like to be able to show topics 11 – 20, and so on.
Can you advise?
I have made a custom theme, following the directions posted in the forums here. And have gotten everything to work fine, with the exception of these sidebars.
They appear below the forums making the page extra long. I’ve taken out the php code that calls the sidebar in every forum page in the template .zip file and they are still there.
At this point I just want to get rid of them, but if we can adjust it so that they look the way they do on the blog page it would be nice.
my site: http://cultiphone.com/forum
blog: http://cultiphone.com
I use phpBB at the moment. It used to be pretty bad but version 3 is acceptable.
The 3 things I hate about phpBB are:
1) Lack of SEO URLs/ pretty URLs/ custom permalinks structures
2) There are no plugins. There are MODs – meaning installation is a pain in the back and code is changed. Forget about updations completely – it is excruciating. Contrasts with the rather pleasant one-click installs and upgrades that WordPress has made me accustomed to.
3) Lack of multilingual capability. WordPress has WPML…though I am getting increasingly disillusioned with it (critical features missing, basic things like Canadian flag, Slovak language etc missing, not using international conventions in naming, arrogant and unhelpful support etc). I run a multilingual site and need multilingual forums. If that’s not possible, then to begin with I need a Google Translate gadget so that people can read in multiple languages at least.
It’s not just the lack of these features that cheeses me off…it’s the unwillingness of the developer community to consider these for 3.1/3.2
And there is a major rewrite underway v4. I believe v4 will be the wipeout of phpBB…they are writing from the ground up, which is never a great idea (http://www.joelonsoftware.com/articles/fog0000000069.html)
So excellent opportunity for bbPress.
I would switch as soon as I see the aforementioned 3 in bbPress…
Topic: Private forums
Hi. Got an install of the bbpress 2.3 beta on a WordPress multisite with Buddypress on the main site. Its hidden from users for the minute while I set it all up. Yeah, I know its a beta and ‘Thar be dragons’ and all that, but really the forum is backed up anyway, and as I say, it isn’t actually visible to users yet.
Just one thing, in the existing site I’m migrating from (which wasn’t multisite but just a single site BuddyPress with integrated single site bbPress), I had set some forums to be visible to members only using a bbpress plugin. Now it looks like in this new bbpress you can set certain forums to ‘Private’ and in the help it says ‘Private (seen only by chosen users)’. Has the bit to choose these users been implemented yet? I can’t find how to chose the users that can see a private forum.
Maybe I’m missing something obvious. Any help appreciated…
Hi there,
First of all, thank you for this amazingly powerfull forum software. With the right modifications, it does exactly what i wanted!
However, iam using this forum on 2 websites with modded versions of Kakumei and Misty theme. In theste themes it shows a recent discussions tab above fora. What it doesnt do however, is show where these discussions are taking place! Is there a code/plugin for this? I wasnt able to find one. So iam looking for sumpthing that creates a extra column (called forum or wathever) were the location of the discussion is mentioned.
Any help with this will be greatly appreciated!
Regards,
Ruben
you know, some people are not ashamed posting spam on this opensource community making or lovely forums dirty!
Whenever I see one, I tag it “spam”, I hope there’s an automated process that puts spam-taged posts in a freez-mode until reviewed by admin.
A function/system that allows bbpress.org forums users to contribute in fighting spam would be really appreciated.. I’ll be the first one to use it
Got thru installation procedure, but one error when tried to create ‘bb_allposts’ table. Error seems to be syntax error??? How do I fix or how do I re-install? If I have to re-install, do I need to remove anything first?
Hope you can help
Regards
S
SQL ERROR!
>>> Database: seoirse_eg_wordpress (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS
bb_allposts(post_idbigint(20) NOT NULL auto_increment,forum_idint(10) NOT NULL default 1,topic_idbigint(20) NOT NULL default 1,poster_idint(10) NOT NULL default 0,post_texttext NOT NULL,post_timedatetime NOT NULL default ‘0000-00-00 00:00:00’,poster_ipvarchar(15) NOT NULL default ”,post_statustinyint(1) NOT NULL default 0,post_positionbigint(20) NOT NULL default 0,PRIMARY KEY (
post_id),KEY
topic_time(topic_id,post_time),KEY
poster_time(poster_id,post_time),KEY
post_time(post_time),FULLTEXT KEY
post_text(post_text)) TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8’;
>>>>>> You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8” at line 16
Key master email not sent!
I created this template:
<?php
/**
* Template Name: bbPress - Topics Created
*
* @package bbPress
* @subpackage Theme
*/
// Begin Template
get_header(); ?>
<div id="container">
<div id="content" role="main">
<?php bbp_get_template_part( 'bbpress/user', 'topics-created' ); ?>
</div><!-- #content -->
</div><!-- #container -->
<?php get_sidebar(); ?>
<?php get_footer(); ?>And placed it in the
bbp-twntyten/directoryBut all I get is:
This user has not created any topics.Any suggestions?
(and I’m logged in as admin).
I think one of bbPress’ biggest strengths is its potential to extend upon and empower WordPress’ commenting system. Another side of this is the P2 theme used to enable real-time conversations, but that’s a different topic.
‘Distributed conversations’ should facilitate persistent on-topic discussion.
The basis of this idea has already been put to the test on the TED.com website. For an example, follow this link to the Beware online “filter bubbles” video and scroll down to see the “TED CONVERSATIONS”. That is, in essence, what I’m proposing here, along with a new idea (comment conversion).
How would this work?
A) Create conversation directly from a blog post. (TED way)
See mockup:
https://gomockingbird.com/mockingbird/#tcky31h/qjXSc0
http://i.imgur.com/fS4Yo.png
A:
Every blog post should come with a “start a new topic” link. Clicking this link would start a standard ‘new post’ prompt. The only difference would be the link to the discussed blog post, which could be incorporated in a number odd ways. The easiest way I can think of would be a shortlink with blog post ID. (Although it’s outside of the initial scope, this should also be compatible with forum posts).
B:
Comments can be converted to forum threads. A conversion would:
1) Lock the thread of comments
2) Create a new forum thread with the comments.
3) Link to the new forum thread from the locked comment thread.
This option would only be available to moderators and above.
Maybe not in core, but I could see this being a super handy plugin.