Fri
14
Dec
2007
I just had red hat to smileys.
Wed
19
Sep
2007
I made some little modifications to pink skin:
Fri
31
Aug
2007

This skin have the following features:
You can see a demo here.
It can be download on skins.b2evolution.net or on sourceforge.net
Hopes you like it.
Sun
05
Aug
2007
I'm making 2 new skins based on Custom skin. One is pink, one is green.
Even if it's not finish yet, I have some changes to make to <blockquote>, <ins> and <cite>, You can preview here the new features:
Demos:
Thu
08
Sep
2005
I submited this blog to few Blog Directory :
- blogwise; I expected to be list in one month... that's the problem when validation is made by human and service has a lot of success. Anyway, I plan to use blogmaps when I will have time to set ip up, may be in more than one month :-(
- Blogorama: the blog directory.
- Bloogle
I guess the purpose of each is to increase spams...
Tue
06
Sep
2005
Fri
24
Jun
2005
Wed
01
Jun
2005
I created a bridge in coppermine to use b2evolution user's db. It allows a single sign on system between both applications.
It's working with Coppermine 1.3.x and b2evolution 0.9.x
How to install it :
1/ Download http://daury.net/phpbb/b2evolution.inc.txt
2/ Save it under the name b2evolution.inc.php into gallery/bridge folder
3/ Edit the file gallery/include/init.inc.php and add the ligne
PHP:
define('UDB_INTEGRATION', 'phpbb'); |
4/ Edit gallery/bridge/b2evolution.inc.php and define paths for coppermine and b2evolution. See example bellow:
PHP:
// The web path to your coppermine directory | |
// If your URL to your gallery is for example 'http://yoursite_name.com/gallery/', | |
// you'll have to set the below var to '/gallery/'. | |
#define('CPG_PATH', '/cpg133/'); | |
define('CPG_PATH', '/blog/galerie/'); | |
| |
// The relative installation path to b2evolution (from Coppermine directory point of view) | |
// example: ./blogs | |
// ./blogs/conf | |
// ./gallery | |
// ./gallery/bridge | |
// you'll have to set the below var to '../blogs'. | |
#define('B2EVO_RELATIVE_PATH', '../blogs'); | |
// example: ./blogs | |
// ./blogs/conf | |
// ./blogs/gallery | |
// ./blogs/gallery/bridge | |
// you'll have to set the below var to '..'. | |
define('B2EVO_RELATIVE_PATH', '..'); | |
// example: ./b2evolution/blogs | |
// ./b2evolution/blogs/conf | |
// ./cpg133 | |
// ./cpg133/bridge | |
// you'll have to set the below var to '../b2evolution/blogs'. | |
#define('B2EVO_RELATIVE_PATH', '../b2evolution/blogs'); |
5/ It's all folks
| Next >
| Mon | Tue | Wed | Thu | Fri | Sat | Sun |
|---|---|---|---|---|---|---|
| << < | > >> | |||||
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 | |