Search Results for 'code'
-
Search Results
-
Topic: Bug in register-success.php?
I’m not sure if this is a bug, or just something I have wrong, but my husband noticed it right away. I missed it even though I’ve been working with bbPress for several weeks and have installed it on three different sites! LOL
Anyhow, it’s a relatively minor issue, but has anyone seen this?
When a user registers, the success message reads “Your registration as was successful…”. I thought it was a simple typo, but when I looked at the code it goes like this:
<?php printf(__('Your registration as <strong>%s</strong> was successful. Within a few minutes you should receive an email with your password.'), $user_login) ?>BTW, I have the same result when I register on this support forum. I think the main issue is that the variable
$user_login, created in register.php, is no longer available afterbb_load_template( 'register-success.php' );.Does anyone know if there is a variable containing this info? Since the user is not logged in at that time, I can’t use any of the current user info. As I said, this is quite minor – the success message would be almost as good without the user login ID in there.
Hey all, I’m trying to commit a plugin I built and failing. Any help would be appreciated.
I’m using the command-line client, version 1.4.2. This is the sequence I’m doing:
> svn co http://plugins-svn.bbpress.org/textile/
bbpress-textile
A bbpress-textile/trunk
A bbpress-textile/branches
A bbpress-textile/tags
Checked out revision 506.
( finder: copy my files from the bbpress directory
I initially developed them in to bbpress-textile/trunk )
> cd bbpress-textile/trunk
> ls
readme.txt textile textile.php
> svn add *
A readme.txt
A textile
A textile/classTextile.php
A textile.php
> svn ci -m "Initial commit." --username egypturnash
--password [REDACTED]
Adding trunk/readme.txt
svn: Commit failed (details follow):
svn: CHECKOUT of '/!svn/ver/490/textile/trunk':
403 Forbidden (http://plugins-svn.bbpress.org)…and then I’m left puzzled, since I’m not _trying_ to do a checkout. I’ve fiddled with subversion on my local machine, but never tried doing a remote commit with it. Any suggestions? I get the same error if I try doing it up in the main source-controlled directory.
(And yes, I did get the email saying my plugin hosting request has been approved. *grin*)

syntax _while editing a post_, not with HTML tags again — as it may produce some kind of schismo in non-savvy users minds
. I don’t want to have to scroll through a wall of text looking for new paragraphs. Perhaps >>Quote …. << ? What would also be interesting is the ability to add the name of who you’re quoting. Name>>Quote<< or “Name blah”>>Quote<<? Although that’s starting to get a bit artificial.