Search Results for '"wordpress'
-
Search Results
-
Hi Guys..
I have just made a new plugin named Social It. The plugin is inspired from the wonderful plugin SexyBookmarks created by Josh & Norman for WordPress (and is almost the same like that)
It automatically inserts itself below the first post of the topic, but you can insert it anywhere on the forums. It will automatically fetch the appropiate feed link, description, etc.
It supports a variety of short URL sites to shorten links, I will improve this feature in the upcoming releases, like managing the links within the plugin itself, etc.
Please report any bugs you face, or request new features.
Here is the link for the plugin:
http://bbpress.org/plugins/topic/social-it/
OK, this is weird. Just weird.
I’ve got WordPress MU running on <my domain>/worship/ (I’m building a site for a church). I’ve got BBPress running on <my domain>/forums/. I installed WordPress first then installed BBPress. Went though the BBPress set up & configured it to use the same cookie keys a WordPress. All is well.
I downloaded & installed the bbPress Integration plugin for WordPress. Enabled it. It spit out a bunch (shown below) of stuff it told me to put into my wp-config.php file. Which I did.
/**
* These defines are required for the WordPress - bbPress cookie integration to work correctly
*/
define( 'COOKIEHASH', 'blah blah blah' );
define( 'COOKIE_DOMAIN', '.<my domain>' );
define( 'SITECOOKIEPATH', '/' );
define( 'COOKIEPATH', '/' );
/**#@-*/Everything works fine in Safari on my Mac, but when I go to Firefox, WordPress shows me as not logged in. I click on the Login link & I’m brought to the login page. I enter my user name & password, check off Remember Me & hit Log in. And I’m brought back to the login page again, with no error messages.
No matter how many times I try to log in, this keeps happening. And as I said, it doesn’t happen in Safari.
Any ideas?
Topic: Role = Main?
Googled, searched the forum, it’s hard to create a specific search for something like the above without getting irrelevant results..
Had a dig and couldn’t find the answer….
bbPress 1.0
I’ve noticed throughout the default themes are references to..
role="main"Firstly, what does this do? .. In some cases removing this from a template file reseults in the file not working.
Secondly, is there an alternative, these lines are causing invalidtions.
It’s not the end of the world, i can live with them, but some info on what they are for would be most helpful, if one of you lovely chaps could help..

As a side question, and this one again isn’t a huge problem, i find tabbing in code in certain files causes T_ error messages, T_SWITCH, T_CASE, depending on where and what i’m editting.. I like to indent the code appropriately when i’m working on it, but as said i simply can’t do this with particular template files..
Any ideas on that one?
I’m using Notepad++ and Notepad2 for editting, same programs i use for modifying WordPress. I’m using the correct encoding, transfer type etc… i’m use to handling code..
I thought you all might like to get a look at the new bbPress.org website so far…
http://bbpress.wordpress.com/files/2009/07/forum-front-page.png
Topic: Topic Templates
I am working on a personal project over at http://noded.org and I was just wondering if there was the possibility of having more control over the topic pages. WordPress allows you to create different templates like category-2.php etc for each category, is there any way to achieve this for topics in bbpress. Guess an if topic 5 use these functions would be the best approach if anyone could help.
Topic: Newbie needs help installing
Well, I’d like to install this in a directory rather than a subdomain. The installation says I need to upload the files to my server but where do I upload them to on the server? It says that once I do, I should enter the URL of the intended space and the installation should proceed.
Being a self-hosted WordPress site, I created a new page and that’s in it’s own directory, so where would i go from here to upload the files to that particular directory?
Okay I’m pretty sure there are some fundamental misunderstandings I seem to have developed. I’m very new to hosting my own website so please be a little patient.
Hi,
I’m an old school computer person and feel it is very sloppy to display application subdirectories on your host site.
I’ve succesfully masked the URI of my WordPress 2.2 site to remove the ./wordpress/ subdirectory. I would like to be able to do the same thing with bbPress.
Is there a way to mask the bbpress subdirectory?
Thanks,
Amy
Hi,
I’m looking for a way to prevent direct access to the bbPress system from the outside. I have some user communities and I would like to have the users sign onto the WordPress site, then access the BBS only from there. This way, the users would be forced to undergo SSL authentication and then access the BBS as a new window from a Page entry at the top of the site. (PS. I’m trying to do the same thing with phpFreeChat as well.)
Once they are logged on, they don’t need to keep their WP session alive (at least for now).
Is this something that is possible?
Thanks,
Amy
I agree. Deep Integration is the way to go. See my site:
I recently tried the different Bb quote Plugins that exists but neither of them fit my taste in a WYSIWYG environment.
I wanted a plugin with javascript that can multiquote, and quote small parts without reload, and insert to a Wysiwyg environment.
Then I remembered that the “quote-comments” plugin in WordPress works even with TinyMCE,
so I copied it over to bbpress and modified it so it would call the bbpress functions instead of wordpress.
Needed to change some calls to the post_content instead of comments too..
It works fine for me now, but the only problem is that I can’t use the quote link from another page than the form itself. So If Im in a thread with 2 pages, the first page won’t redirect me to the form of the last page.
Somehow I need to make a link with the quote info to get saved (somehow?) and then called into the javascript function.
As im not the best at PhP / javascript maybe some of you here can help me.
I managed so the PHP outputs the necessary info for the javascript to grab. But problem is how to call it from another page with a link to the last page with the form.
1. First I need to make a Php function that outputs a different link if im not on the same page as the form. Alright but how do I send it to the last page and how do I call the javascript from the last page?
I put the files into the my-plugins folder with a folder called quote-comments
Here is the PHP file (It gets outputed below the post) :
quote-comments.php
http://pastebin.com/f6743a79c
2. As you can see the javascript gets called from the Link, so I need to call it in another way when it’s redirected to the last page.
Here is the JS file:
quote-comments.js
http://pastebin.com/f74d57ac5
Mark that the addQuote function ISNT used if you use TinyMCE and I set to use TinyMCE = true in the php file.
As im not so good at php im kind of lost here. But it would be nice to make it all work and clean it up and make a plugin out of it.