Author |
Message |
Topic: Button |
mikelittle
Replies: 5
Views: 271
|
Forum: Feedback Posted: Wed Aug 18, 2004 1:08 am Subject: Button |
Sigg3,
I wonder why you put 'blogger' in your image? b2 has nothing to do with blogger. It does not stand for anything it is just 'b2'
Mike |
Topic: Downloading? |
mikelittle
Replies: 3
Views: 162
|
Forum: Installation issues Posted: Wed Aug 18, 2004 1:05 am Subject: Downloading? |
Wordpress has indeed replaced B2. B2 is no longer supported.
You should use Wordpress.
Mike |
Topic: B2Links - A Link Manager for B2 |
mikelittle
Replies: 157
Views: 23327
|
Forum: Hacks Posted: Wed Sep 17, 2003 1:14 am Subject: B2Links - A Link Manager for B2 |
Hi Armitage,
There are a whole bunch of optional paramters to the call to get_links().
If you look in the file b2links.php you can see the documentation for each function.
The first four parameters ... |
Topic: READ ME: MySQL, doh!, etc |
mikelittle
Replies: 99
Views: 14219
|
Forum: Installation issues Posted: Fri Sep 12, 2003 3:09 pm Subject: READ ME: MySQL, doh!, etc |
It looks like your web server is not configured to execute php scripts, instead it is displaying the source code.
You need to speak to your hosting support people and ask them to configure apache a ... |
Topic: B2Links - A Link Manager for B2 |
mikelittle
Replies: 157
Views: 23327
|
Forum: Hacks Posted: Mon Jul 28, 2003 7:21 am Subject: B2Links - A Link Manager for B2 |
Hi Katiemarie
You need to make sure you include b2functions.php before you include b2links.php
Mike |
Topic: Can someone help me find something... |
mikelittle
Replies: 4
Views: 244
|
Forum: Hacks Posted: Thu Jul 24, 2003 10:45 pm Subject: Can someone help me find something... |
Hi,
Try this:
<?php
/** Get n latest posts
** outputs the results directly into the page it's called from.
** Params: cat (default 1) - The category to use
** num ... |
Topic: B2Links - A Link Manager for B2 |
mikelittle
Replies: 157
Views: 23327
|
Forum: Hacks Posted: Thu Jul 24, 2003 3:38 pm Subject: B2Links - A Link Manager for B2 |
Hmmm...
Try
$current_cat = $postdata['Category'];
inside the b2 loop
Mike |
Topic: B2Links - A Link Manager for B2 |
mikelittle
Replies: 157
Views: 23327
|
Forum: Hacks Posted: Thu Jul 24, 2003 1:55 pm Subject: B2Links - A Link Manager for B2 |
Hi,
OK, I see now.
What you will need to do is add the line
$current_cat = $post->post_category;
inside the main loop, where it can save away the category id of the post.
Then belo ... |
Topic: B2Links - A Link Manager for B2 |
mikelittle
Replies: 157
Views: 23327
|
Forum: Hacks Posted: Thu Jul 24, 2003 12:59 pm Subject: B2Links - A Link Manager for B2 |
Hi Tiezeman,
This will only work inside the b2 main loop.
From your previous example, using the_category_ID(), I had presumed that was where you wanted to use it.
If not, where on your temp ... |
Topic: B2Links - A Link Manager for B2 |
mikelittle
Replies: 157
Views: 23327
|
Forum: Hacks Posted: Wed Jul 23, 2003 10:22 pm Subject: B2Links - A Link Manager for B2 |
Hi Tiezeman,
The function the_category_ID() echoes the category id onto the page. You cannot assign it to a variable.
But if you do this:
<?php
$a = $post->post_category;
echo get_linkcat ... |
Topic: B2Links - A Link Manager for B2 |
mikelittle
Replies: 157
Views: 23327
|
Forum: Hacks Posted: Wed Jul 16, 2003 11:53 pm Subject: B2Links - A Link Manager for B2 |
After pelao and wonka (by PM) asked about more expressive use of b2links, I have come up with this halfway attempt at meeting their requirements.
The result could look like this. http://zed1.com/im ... |
Topic: B2Links - A Link Manager for B2 |
mikelittle
Replies: 157
Views: 23327
|
Forum: Hacks Posted: Thu Jul 10, 2003 11:20 pm Subject: B2Links - A Link Manager for B2 |
I don't know if anyone has caught this or not .. but there is a bug in the SQL. Atleast when I tried to install it on mysql 4.
...
if you look at this line
link_category int(11) NOT NULL defaul ... |
Topic: B2Links - A Link Manager for B2 |
mikelittle
Replies: 157
Views: 23327
|
Forum: Hacks Posted: Wed Jul 09, 2003 1:05 am Subject: B2Links - A Link Manager for B2 |
Hi pelao
I like your ideas, but it is a lot more sophisticated than b2links' current functionality.
I do have some more things I want to do with b2links (probably the version built in to [url=ht ... |
Topic: B2 Extra Options |
mikelittle
Replies: 16
Views: 3998
|
Forum: Hacks Posted: Wed Jun 04, 2003 1:50 am Subject: B2 Extra Options |
Please could you post the contents of your b2menutop.txt?
Mike |
Topic: Security hole in last official b2 releases |
mikelittle
Replies: 7
Views: 10146
|
Forum: Announcements Posted: Wed Jun 04, 2003 1:47 am Subject: More security problems. |
There have been another couple of security problems posted on the bugtraq mailing list.
"b2 0.6.1 with ljupdate" allow remote command execution in
./b2-include/b2functions.php. A malicious user ca ... |
|