Search Results for '+.+default+.+'
-
AuthorSearch Results
-
June 29, 2007 at 6:58 am #53476
snakefoot
MemberOk one is seen as Administrator until browing to the WordPress site, where the bbpress-inegration-plugin is activated and the rights are changed to the default role.
Still weird that no usermeta means Admin-role in WP.
June 29, 2007 at 6:13 am #53474snakefoot
MemberI’m using bbPress 0.82 and every time I create a user then it gets the role WP role as Administrator (Eventhough the default role is subscriber). I’m not using any plugins in WP to handle role-management.
Guess I will have to redirect user-registration in bbPress to WP, to avoid this issue.
June 28, 2007 at 10:05 pm #58637In reply to: Could WP and bbpress share the same template ?
Kahil
MemberIt can also be done by making the default bbpress theme look like your wordpress theme. I am almost done doing just that over at yourkahil.com
For the most part everything is the same, only a handful of changes/tweaks to the template files.
June 25, 2007 at 8:06 pm #58681In reply to: I want to change bbPress’ default text
Michael Adams (mdawaffe)
MemberChange it in your template.
Find your theme’s logged-in.php file. Look for
bb_profile_link()
and change it tobb_profile_link( "Use my text instead" );
(If you’re using the default theme, first copy the bb-templates/kakumei/ directory to a new directory called my-templates/my-theme/, activate that new theme from the Presentation admin panel and edit those files instead).
June 25, 2007 at 6:57 pm #58680In reply to: I want to change bbPress’ default text
fel64
MemberIt probably is. But what are you going to do when you need to update? If you make more changes? Could become very unwieldy very quick. Translation is the way to go.
fel64
MemberAntonskey: I see your post in the forum overview, I see it in RSS but I just don’t see it here. Weird.
another question before installing the plugin (i plan to, honestly, i just have a few bugs with bbpress to work out before i go adding more plugins). is there yet the capability of having posts in specific categories go to specific forums?
Not (yet? dunno). You can assign a forum for it to go to on a post-by-post basis, though (with it blank making it go in default), which probably does that job.
June 25, 2007 at 6:51 pm #58679In reply to: I want to change bbPress’ default text
desantes
MemberI actually found it. The text can be found in the “template-functions.php” file.
June 25, 2007 at 6:24 pm #58678In reply to: I want to change bbPress’ default text
fel64
MemberYou basically want to translate it. Not sure how it’s done but there are a few translation threads around here. (Some changes you can also make in the theme but by no means all of them.)
June 25, 2007 at 6:17 pm #2012Topic: I want to change bbPress’ default text
in forum Troubleshootingdesantes
MemberHi. I’m looking to change the wording in some areas. Is there a central place to do this?
For example, I would like to change “View your profile” to “Profile” where can I do this?
June 25, 2007 at 10:22 am #56813In reply to: Last posted by?
fel64
MemberWoops, rather nasty typo above. Author is spelt with an o, so make that
<td class="num"><?php topic_author(); ?></td>
You already have those columns, dlevy, or do I misunderstand? By default it shows the last poster and when.
June 21, 2007 at 7:24 pm #1997Topic: Vine forum
in forum Showcasealeck
Memberhttp://vino.aplus.co.yu/forum/
Serbian forum for vine lovers and small vineyard owners.
Work in progress, theme is based on Mysty (which is largely based on default theme), but it should be more and more customized, when I find time.
June 21, 2007 at 9:45 am #58605In reply to: Presentaton menu
fel64
MemberThat’s pretty weird. Have you tried going to
bb-admin/themes.php
? That’s its default location.June 19, 2007 at 10:07 pm #58379csl749
MemberJust upgraded to .82.1, and still have the same minor issues:
- Pretty permalinks/slugs won’t work in IE 7
- Forum sluggishness – I see ‘waiting’ for a few separate moments in my browser when I click on threads (navigating to the forum and entering forum categories is fine, but actual threads seem comparably slow). I’ve tried changing themes but I get the same results with the default themes.
- In IE 7 the bottom border of the thread title is misplaced, instead of running beneath the title it runs through the title div.
.htaccess files as stated earlier in this thread. Any assistance would be very gratefully received. Thanks.
June 19, 2007 at 9:16 pm #58407In reply to: bbpress info in wordpress?
Kahil
MemberI got to thinking… being that it renames the image to their usernames, I thought that the following might work, but it doesn’t…
<img src=”http://yourkahil.com/forum/avatars/<?php echo $strtolower($user->user_identity); ?>.jpg” alt=”avatar” />
Shouldn’t that work? I’m trying to get it to display the current username of the person visiting the site, provided they are logged in. If they aren’t logged in it shouldn’t display anything. Later I’d like to figure out how to do an if else statement so that if the visitor isn’t logged it, it will display a default image.
June 19, 2007 at 6:23 pm #58429In reply to: Access bbPress login info from existing site
kehlers
MemberWell, your guess was correct! Your tip got me to thinking about cookies – I’m a little rusty on my setcookie() syntax! Anyhow, I decided to install WordPress, even though I don’t need it just now, because if I could get that to integrate across directories, then I could surely do what I’m hoping for with the gallery.php page.
That helped me to understand the interactions of the cookies and directories and domains. All that to say, I was able to get it to work using the following in config.php:
$bb_cookiepath = "/";
$bb_cookiedomain = ".mydomain.com" ;I believe that if cookie domain is not specified, then it will default to be the root of the directory in which the script is running, i.e. mydomain.com/forums/, making it unavailable to any other directory, including parent directories. You probably already knew that, but just putting it out there in case someone else has the same issue.
June 19, 2007 at 5:55 pm #58466In reply to: bbPress 0.8.2
peter-b
MemberI’m getting this error message
You must specify a table prefix in your config.php file
This is using the same Config.php file I used for 0.8.1, the enty in the config.php is
$bb_table_prefix = ”; // Only letters, numbers and underscores please!
(I don’t use table prefixes)
Edit
OK the workaround – use PHPmyadmin to rename all the tables with a prefix (I used the default bb_) and then update the config.php file.
June 18, 2007 at 3:58 am #58436In reply to: Please Help with BB/WP Header/Footer TIA!
ynotweb
Membersorry, took a break. that looks right to me, given your wordpress blog is at http://www.sitenameishere.com/wp/
also, you’re missing the semi-colon at the end of the require line – after the end paren ); but you may just not have typed that in here. check for that, it would break a site. Otherwise, not sure. Assuming the bbpress install works fine with the default theme…
June 17, 2007 at 5:01 pm #58400In reply to: bbpress info in wordpress?
Kahil
Memberwell, this plugin names the images by username I think. It also has a default image if no avatar has been uploaded… shouldn’t there be some sort of code there to reference a person’s username?
June 16, 2007 at 7:57 pm #1959Topic: Editing hot tags so they point outside the bb
in forum Requests & Feedbackpeter-b
MemberHow do I edit hot tags so that they point to a site outside the borad (like the default bbpress tag that points to the bbpress web site? There doesn’t seem to be any table field where tag address information is stored.
June 15, 2007 at 11:00 pm #50274In reply to: Users dont receive password after registration
fel64
MemberYou’re running this on WP.com? How’d you manage that? 😮
Anyway, you need this fix because the default setting should indeed be 0. Once the fix is applied, you also have to go to each affected user and set their status to 0 again.
June 15, 2007 at 9:56 pm #50273In reply to: Users dont receive password after registration
peter-b
MemberThank you – sorry, some other anomolies/bugs! The bozo setting is strange as the default setting in the user profile is (literally) “1” but there is no entry imn the meta table. Manually setting the setting to “1” (including quotes) then generates the row in the meta table with the value “1” (including quotes) with the user set to bozo! Perhaps the default setting in the table should be 0.
Chosen passwords might be preferable to having to wait 48 hours or more for registration password to arrive. This mechanism seems unreliable, but I’m not sure if it is a local server issue or a WordPress.com issue…
June 13, 2007 at 10:37 pm #58344In reply to: Any idea to integrate wp and bb login forms?
ganzua
Member“You’re the admin, right? You could just bookmark the page.”
-> Well, this is an option that I have in mind, but then all users that registered through bbpress will appear with “undefined” role in wordpress. And I can’t insert bbpress <?php login_form(); ?> in wordpress sidebar because it doesn’t work
“Otherwise I suggest you write a plugin that uses the WP wp_login hook and changes the hopefully global $redirect_to depending on whether or not the user is admin. That’s for wp. bb default login behaviour is okay?”
-> Unfortunately, I have no idea of how to write a plugin or a simple function
I can badly modify already made code.
June 13, 2007 at 10:18 pm #58343In reply to: Any idea to integrate wp and bb login forms?
fel64
MemberYou’re the admin, right? You could just bookmark the page.
Otherwise I suggest you write a plugin that uses the WP
wp_login
hook and changes the hopefully global$redirect_to
depending on whether or not the user is admin. That’s for wp. bb default login behaviour is okay?June 13, 2007 at 3:11 pm #58339In reply to: Limit tags on front page
fel64
MemberYup. Replace
<?php tag_heat_map(); ?>
in your copy offront-page.php
with:<?php tag_heat_map('limit=20'); ?>
Replace 20 with whatever you want. The default is 45.
June 9, 2007 at 2:39 pm #58294In reply to: Bandwidth usage vs phpBB
fel64
MemberDepends on your theme/templates I think. The default template is very small; I think files go between 15 and 20 kB. Obviously avatars can add a lot to that and whatever else you want to add to your theme (if anything) can too. But it’s not really about the software behind it that determines the bandwidth usage.
-
AuthorSearch Results