View previous topic :: View next topic |
Author |
Message |
KLeigh
Joined: 26 Jun 2003 Posts: 10
|
Posted: Thu Jun 26, 2003 2:54 am Post subject: |
|
|
Could someone tell me where to put the code in?? I don't get the 'put code in after line __' I'm new at the coding thing... Sorry... Or tell me what lines to count and which not to. Or do I count them all? |
|
Back to top |
|
 |
ph03nIX
Joined: 23 Jun 2003 Posts: 2
|
Posted: Thu Jul 03, 2003 12:15 am Post subject: |
|
|
Quote: | Could someone tell me where to put the code in?? I don't get the 'put code in after line __' I'm new at the coding thing... Sorry... Or tell me what lines to count and which not to. Or do I count them all? |
I wish I could help you out a little, but I am new to PHP as well. If you want to count each line you would count them all, but don't do that, download something like HTML-kit from
http://www.chami.com/html-kit/, Then open up the PHP files that need to be edited. HTML-Kit will pretty much count the lines for you. Sorry if I wasn't much help |
|
Back to top |
|
 |
KLeigh
Joined: 26 Jun 2003 Posts: 10
|
Posted: Thu Jul 03, 2003 11:12 pm Post subject: |
|
|
Thanks, pho3nix. I'm downloading it now. |
|
Back to top |
|
 |
FunForum
Joined: 13 Jul 2003 Posts: 7 Location: Netherlands
|
Posted: Sun Jul 13, 2003 1:30 am Post subject: |
|
|
KLeigh..
Notepad can do it as well
CTRL+G lets you jump to a line
I have the same problem as Tom.
the persons name is not being converted as a link
I read that this needs to be inserted;
$person = $_GET['person'];
but now is my Q, where does that need to be inserted?
my guess was the index.php
and i added it here;
<?php while($row = mysql_fetch_object($result)) { start_b2(); $person = $_GET['person']; ?>
but nothing happens...
can anyone tell me where (s)he added this little piece ??? |
|
Back to top |
|
 |
KLeigh
Joined: 26 Jun 2003 Posts: 10
|
Posted: Mon Jul 14, 2003 6:38 am Post subject: |
|
|
thank you so much. I love notepad so much more!!
Anyways, I have installed it, but I use b2 as an include, and now I can't get the hack to work. Is there anything I have to edit? (the popup works) |
|
Back to top |
|
 |
FunForum
Joined: 13 Jul 2003 Posts: 7 Location: Netherlands
|
Posted: Tue Jul 22, 2003 11:34 pm Post subject: |
|
|
anyone
 |
|
Back to top |
|
 |
mutant
Joined: 03 Aug 2003 Posts: 2
|
Posted: Sun Aug 03, 2003 1:13 pm Post subject: |
|
|
No luck here either, although the current code base is the first time I have tried B2, so it must have worked with older versions (based on comments here). It doesn't break anything, but I don't get the links. |
|
Back to top |
|
 |
FunForum
Joined: 13 Jul 2003 Posts: 7 Location: Netherlands
|
Posted: Sat Aug 09, 2003 2:11 am Post subject: |
|
|
i have to agree mutant...
it doesnt break something
but it doenst work either
would be cool if the hack author woudl check out his threads once in a while.....
even if it was once a month |
|
Back to top |
|
 |
scd1
Joined: 11 Jul 2004 Posts: 8
|
Posted: Wed Aug 25, 2004 1:41 am Post subject: No problems |
|
|
I don't know if people are still having problems with this (as the last post is over a year old), but I just installed the latest version (has there been more than one), and was having a similar problem, where no link was showing up in my blog. Then I noticed in the readme file that I forgot to add:
b2config.php
added
$parse_for_people = 1; near the end
I think I just scanned over that part. So if you're having the same problem, you may want to go back and check that part out.
You can see b2people working on my site here: http://conservativeposts.us I haven't put a lot of names in there yet, but I'll get around to it soon. _________________ -Scott |
|
Back to top |
|
 |
|