Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '\"wordpress\"'

Viewing 25 results - 19,726 through 19,750 (of 26,879 total)
  • Author
    Search Results
  • #32349
    OKTeaRoom
    Member

    Ok, I just installed two wordpress blogs that share the same users using this method:

    Installing two WordPress blogs with the same users

    They seem to work as far as logging in and out but i don’t believe they share the same cookies (due to the fact that i can log in/out of one and still be logged in/out of the other).

    I’d like to make one forum installation to serve BOTH of these sites (having seperate forum sections for each blog)…is it possible to do the cookie integration between all three?

    Hopefully that made sense and thank you to anyone who can help.

    #32344

    Hi, I’m trying to figure out how to display bbPress’ tag cloud from the sidebar in WordPress. I’ve googled a lot, but can’t seem to find anyone who’s done this.

    I’ve hacked a temporary solution that displays the topic tags from bbpress as a list in the wordpress sidebar, but I’d really love to have the size formatting as well.

    <?php

    global $wpdb;

    $taglist = $wpdb->get_results(“select name from bb_terms”,”ARRAY_N”);

    $number_of_tags_to_show = 10;

    for ($count = 0; $count < $number_of_tags_to_show; $count++)

    {

    if($taglist[$count][0])

    {

    $tag = str_replace( ” “, ” “, $taglist[$count][0]);

    echo ‘

  • <a href=”http://www.mysite.org/forum/tags.php?tag=&#8217;;

    echo $tag;

    echo ‘”>’.$tag.’

  • ‘;

    }

    }

    ?>

    Any suggestions for how to access bb_tag_heat_map from inside WordPress?

#81438
chrishajer
Participant

Actually, because this file is accessible:

http://speakasp.net/asp-forum/bb-templates/kakumei/screenshot.png

and your forum comes up if you access it like this:

http://speakasp.net/asp-forum/index.php

it seems that the files are installed in the proper locations. Maybe the server is not configured to serve index.php as one of the default files? I think the default on IIS is to look for default.asp first, but there has to be a way to serve index.php by default. That’s what you need for bbPress (and WordPress too, which seems to be working already.)

#81435
chrishajer
Participant

What are the directory paths where you installed WordPress and bbPress, the full path, or at least the relationship between the two.

Also, if you look, is the install.php file in the bb-admin directory? Maybe all the files were not transferred.

#32327
drahmedgalal
Member

hello;

i am trying to install bbpress on my website but i get a very early wear problem.

i dowenloaded the last version of bbpress >>unzipped >> uploaded to a new virtual directory(i use windows shared hosting) >>then i go to the path of installation >>

http://speakasp.net/asp-forum/

>> then i got a massage saying “There doesn’t seem to be a bb-config.php file. This usually means that you want to install bbPress.” >> i press go to step 1 >> then i got 404 on

http://speakasp.net/asp-forum/install.php

i am running windows server, shared hosting(so no access to iis) ,i have installed blog on http://speakasp.net/blog/

and i have one sub domain.

i really want to have this forum application , although i am an asp.net developer i am the biggest fan of wordpress and i think i will like bbpress too

but please answer me quickly as i am fighting for three days now with no results

thanks allot

#81429
mextena
Member

Yes, I was receiving emails when I was using WordPress from the same server. So it’s not the problem with the server side.

I am using latest version of bbpress (bbPress 1.0.2) I am using English language. I have not integrated WordPress with this bbPress.

So what is the problem With email sending?

#81428
chrishajer
Participant

First determine if you can send email from that server. Can you? Have you ever received mail from the server?

Also, what type of server, and what version of bbPress did you install, and are you integrated with WordPress? Using English or another language? All of these things can affect how mail is sent from your server.

#81422

In reply to: User Integraion

chrishajer
Participant

When you have the integration working, a user will be able to log in in either the forum or the WordPress site, and will already be logged in on the other side. They would not have to log in twice and would be logged in at both places simultaneously.

#80383
chrishajer
Participant

OK, I see.

How are you getting your WordPress header to display in the forum? Did you just integrate deeply and the include the header <?php get_header(); ?>?

#81195
fifthhouse
Member

I have a developer who does some work for me sometimes fixing up my blog, and this week he made a nice theme for me to match my wordpress theme :)

http://angerwise.com/forums

#32322

Topic: User Integraion

in forum Installation
abcaa6
Member

I am having problems with bbPress-WordPressMU User Integration.

Under the WordPress Integration Settings, I have correctly set the User Role Map and User Integration Cookies like AUTH, Secure AUTH KEY, etc. according to my wp-config file.

My question is, how do I know whether I have integrated correctly? By what I know, if integrated correctly, user should be log-in from either bbPress or WordPressMU and have the same access throughout. But under Users tab, I see only my account, (admin log-in) and no one else. If I try to log-in to my bbPress using my WPMU account, it doesn’t work.

#81377
jefferisp7
Member

thank you chrishajer.

Right now on the forums, I have major categories like tacky lamps, tacky decorations, tacky parties, etc. The members can post comments and photos. In Joomla, I’ve also linked the users with photogalleries they can create using Coppermine. I have set up moderation to approve people before they can join because they spammers were atrocious.

I’ve used Community Builder to coordinate user registration, postings, and their galleries. I used Fireboard as the forum plugin and it integrates with Community Builder.

A couple of problems I noted is that there was no way for the community to report bad posts or spam, which made more work for the moderator (me) having to approve posts until I got to know the people.

What I’d like to have is a self policing community, spammer protection, and some automated filters for bad language and the like, with the ability to report abuse to the moderators. Then I’d like the members to be free to create as they like.

So, I’m hoping to duplicate these features in a WP environment…

Aside from that, there would be articles and news by editors that would be normal WP stuff.

Maybe I should wait for WP 2.9?

Jeff

#80382
arpowers
Member

sure. thanks for the reply.

notice here: http://www.pagelines.com/

there is no ‘articles’ page..

here (the forum): http://www.pagelines.com/forum

the ‘articles’ page shows up.

I’m using the WordPress plugin ‘exclude pages’ (https://wordpress.org/extend/plugins/exclude-pages/)

to hide the page on my WP install.

The forum is deeply integrated but notice that BBPress doesn’t reflect the changes from the plugin

#81376
chrishajer
Participant

Having run sites with WordPress, bbPress and Joomla, I have had less security issues with WordPress and never one with bbPress. bbPress is certainly less used, so it’s less of a target (like Apple for viruses, for example.) WordPress security releases seem to be fixed fairly quickly. There was an update this week to 2.8.6 for example, to fix some security issues.

I’ve done 3 sites with Joomla and about 40 sites with WordPress, and 3 bbPress forums. I would never recommend Joomla to anyone either.

Drupal had too steep a learning curve for me, and with 2.9 WordPress is adding custom post types, which was a strong point for Drupal in the past.

10 Things You Need to Know About WordPress 2.9

I would use WordPress. But before you install bbPress, define what you want in your forum installation, and post that here. Integration is not a strong point with bbPress and WordPress right now. If you desire integrated logins between WordPress and bbPress, you might want to consider a WordPress forum plugin instead of bbPress.

#32310
jefferisp7
Member

Hi folks,

I created a website for my wife ( http://www.tackypolice.com) which she, as a school teacher, is always too busy to moderate and update. Unfortunately, Joomla is a security nightmare if you have forums on it. Every update to its community builder produces 1500 attempts by russian hackers to register or worse. It seems that somehow they know immediately if an update is applied to patch something.

Fortunately, I can check these names against known forum spammers:

http://www.stopforumspam.com but it is not automatic.

I am so disgusted with this labor that I’d like to move to what seems to be more secure: WordPress. The interface would be easier to use for my wife.

But I have a few questions:

If you use a Forum on a WordPress site, are you any better off or are you going to encounter the same spam/hacker problem that will require constant manual oversight?

Is there a way to preserve and transfer your valid user database and forums and posts to the new service?

I wonder if joomla is targeted more just because it is a known security sieve…

Or would anyone recommend Drupal or something else instead for some of these issues?

After this experience, I would never recommend Joomla to anyone. What a time waster.

Thanks

Jeff

#81351
Sushubh
Member

well its hard to restrict the title limit on a community. twitter is hard enough to manage with a limit.

i was actually surprised that no one has had this issue and there were no plug-ins either. :)

well words would be fine. 3-4-5 to keep the link short and sweet. of course i am not looking for a wordpress like slug feature. but a vbseo like fixed limit on the number of words.

#66867
paamayim
Member

The .htaccess trick worked for me, thanks.

Just ensure to edit the .htaccess inside bbpress folder ( /forum/ ? ) not the one in wp folder, and add the line suggested by “balgo” at the top of the file replacing your domains/folder where stated.

#81287
chrishajer
Participant

I think with any sort of forum software where there exists no conversion software that you are going to need to write the SQL to grab the information you have, massage it, and insert it into WordPress. I don’t think it will be hard work, but it will be some work.

#80098

In reply to: "User Not Found" Error

Elunah
Participant

Hi, there! I had this error, too, and I think I might know what it is. You mentioned that all users already have nicenames. What link structure are you using? Try switching permalinks to “None” (the default) and seeing if the profiles work. If they do, then that means that you need to manually edit your users’ nicenames in the WordPress database. The nicenames must match the display usernames of the users.

An alternative solution is to use 301 redirects in your .htaccess to redirect profile links. The profiles of those users whose profiles are broken actually do exist. Try replacing the part of the URL that contains their username with their user_nicename. You may find that they exist, so you can do redirection if you’re afraid of messing with the mySQL. This is definitely the inferior solution, though. Editing the nicenames in the mySQL shouldn’t cause problems.

#81316

I checked my WP its Version 2.8.6 bottom right corner in dashboard. I used the automatic update. If it didnt update correctly can I do a manual update? what should I delete & keep so I dont ruin my setup..

I checked the wp_config sample & this is what is in there…

<?php

// ** MySQL settings ** //

define(‘DB_NAME’, ‘putyourdbnamehere’); // The name of the database

define(‘DB_USER’, ‘usernamehere’); // Your MySQL username

define(‘DB_PASSWORD’, ‘yourpasswordhere’); // …and password

define(‘DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value

define(‘DB_CHARSET’, ‘utf8’);

define(‘DB_COLLATE’, ”);

// You can have multiple installations in one database if you give each a unique prefix

$table_prefix = ‘wp_’; // Only numbers, letters, and underscores please!

// Change this to localize WordPress. A corresponding MO file for the

// chosen language must be installed to wp-content/languages.

// For example, install de.mo to wp-content/languages and set WPLANG to ‘de’

// to enable German language support.

define (‘WPLANG’, ”);

/* That’s all, stop editing! Happy blogging. */

define(‘ABSPATH’, dirname(__FILE__).’/’);

require_once(ABSPATH.’wp-settings.php’);

?>

Thanks

Cold in Toronto

#32287

I`m not seeing these files in my word press config file(below), I have installed the integration plugin for WP and gone to configure it. I have deleted my cookies in firefox, I do see them in my BB_press config file. I upgraded my WP to 2.8.6 & have installed the 1.0.2 version of bb-press.

WordPress bbPress

AUTH_KEY <=> BB_AUTH_KEY

SECURE_AUTH_KEY <=> BB_SECURE_AUTH_KEY

LOGGED_IN_KEY <=> BB_LOGGED_IN_KEY

Also I have seen on the forum I should not use WWW in my urls, why is this & what should the format of the urls be, does this apply to all urls used in WP/BB press

Thanks

Cold in Canada

#81273

I have a tutorial for that coming online on my series WP as CMS on my blog – http://blog.ashfame.com/2009/11/wordpress-cms-series/

I will be demonstarting how to do it without deep integration. You might want to check that out if you are comfortable with code and love to do it yourself ;)

#81053

In reply to: Help out with bbPress

The best thing that could happen with bbPress is having _ck_ on the dev team. I am a freelancer web developer who uses WordPress & bbPress to power sites. So xHTML/CSS & PHP is my cup of tea. Getting close to being proficient in PHP. I would like to develop more plugins for bbPress (3 tiny ones so far)

#81323
lukeah
Member

yeah im stupid. can anyone tell im a newb :)

#78458
circuit
Member

i upgraded bbpress and converted wordpress to MU, then added buddypress on top. i didn’t run into any major issues, but then again, i made sure to back up before i made any major changes to the database, so a few disasters were avoided that way ;)

Viewing 25 results - 19,726 through 19,750 (of 26,879 total)
Skip to toolbar