Request a Plugin or Hack Have an idea for something that might be doable as a hack or plugin?? Ask in here!!! Remember, this is NOT a feature request area, or a place to ask HOW TO do something.
Plugin development assistance Need help with developing a plugin? This is the place to ask. (This is not a place to request plugins. This is a place for plugin developers only!)
Find the plugin you need help with, click to a support link. :) [url=http://forums.b2evolution.net/viewtopic.php?t=14775]Acro-Link[/url] [url=http://forums.b2evolution.net/viewtopic.php?t=15593]Advanced Search[/url]… More »
This forum is for the individual support threads for released plugins and hacks. If you have any problems regarding a plugin or hack then please use the [url=http://forums.b2evolution.net/search.php]search[/url] button to find the appropriate support… More »
i created 2 functions to show hit rate of each post, without doing any avoid, it just count when somebody click permalink to read more. it can show graphic of hit rating http://www.j2.idv.tw/media/rate.gif or text. http://www.j2.idv.tw/media/rate2.gif… More »
You can check out http://forums.b2evolution.net/viewtopic.php?t=2257 to use zfeeder or you can use magpieRSS to put a little aggregator on your sidebar. I had avoided sharing the code here because of it's length and because it was easier to keep… More »
In the quest to get more useable information out from b2evo hitlog, here is an improvement to the b2stats.php. It displays refered _articles_ in the blog. Here, my interest is more not on who is refering, but rather _what_ are they refering to. Here's… More »
wonderwinds.com/try_magpie/index.php?blog=2 is a demo blog that exists only to work up a feed reader for b2evo. I blew out the entire sidebar to put magpierss in then started working towards something keen. So far it's pretty good but it's not… More »
I'd seen on a few non b2evo blogs the option to "google it" in the comments/permalink/trackback section. Simply you would click this and it would go to google and look up the posts title. I wanted to do this with b2evo and found it was very… More »
Wrote a hack to add list of last comments to the sidebar. (or where ever else you want) [url=http://captsolo.net/info/blog_a.php/2004/08/15/b2evo_last_commented_posts]for details look here[/url] Each blog entry is displayed only once in order not to… More »
On my site, I have multiple blogs that I would like mapped to different folders ( ie. skockination.com/payne, skockination.com/skockie, etc. ). Ideally, the stub files would also be named index.php so that navigating to skockination.com/payne would… More »
This only works for people who use only stubs to access their blogs. In /admin/_menutop.php find:Code<div id="headfunctions"> <?php echo T_('Style:') ?> <a href="#"… More »
I learnt where the code should be modified and make a little mod myself by following this link: http://forums.b2evolution.net/viewtopic.php?t=1287 And I checked google for php thumbnail create method and these 2 links gives great idea:… More »
Here's a major hack for creating over-simplified Send2Friend functionality. No security has been provided in this example. Code######### Create new database table called "friends"# for storing and auditing proper usage CREATE TABLE… More »
I'm trying to impliment a rating system for each post. I have most of the interface coded. I am just having trouble with how b2evo accesses the database. Code#calculate ratingsfunction do_rating($postnum, $rating){… More »
I created a plugin to turn acronyms like "PHP" into "<acronym title="PHP: Hypertext Processor">PHP</acronym>". I added loads of acronyms, but it's really easy to open up the file and add/remove the acronyms that you want to use. Download… More »
In http://forums.b2evolution.net/viewtopic.php?p=5588#5190 Isaac offered up a 'recent posts in sidebar' and I just now got around to using it. I see when there are no posts in the blog you get a page killing error: MySQL error! You have an error in your… More »
i like it to have an edit-button right bellow every entry to have a quick access to the edit function. first you need to create the file conf/hacks.php if it not exists. copy this code into the file Codefunction… More »
Another thing that I started missing from geeklog. This provides a form to email a blog user without ever revealing the reciepients email address. So now it is safe to solicit email on your blog without risking that a spammer will pick up the address.… More »
I just migrated from Geeklog to b2evolution and wanted to share the script that I wrote to accomplish the migration. The script imports stories and comments. Authors and categories need to be added before hand and translations need to be mapped out in… More »
This is nothing more than a piece of the summary.php file moved to the sidebar, but it allows for showing all your post titles at the same time. I originally put it under the "includes for last comments etc" using spaces before and after each item… More »
This is a really simple hack that I did when a graphics guy gave me a handful of banners for my school web. I picked my favorite, but my favorite woman picked a different one so I needed to use both somehow. Code<h1… More »
[url=http://blogbot.de]blogbot.de[/url] is a kind of weblogs.com for german speaking blogs. if you run a german speaking blog and want to ping blogbot.de (mainly to be listed on some other german blog services), you can use this code (take from… More »
Hi folks I was looking for a way to make a sort of editorial on top of my blogs articles for one of my blogs, this would be a description of the next articles of the page, or a sort of introduction. I can't make an article staying on top forever ...… More »
Alright! I finished...I think. ;) I generalized the code and removed almost all of the hardcoding. I left things like generated HTML in since it is easy to change. Ok, the code involves 6 files, two of which can be created from scratch since they begin… More »