Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Breadcrumb Panel v1.02

Asked Modified Viewed 4,842 times
L
lelebart
L
I don't know! I don't know why I did it, I don't know why I enjoyed it, and I don't know why I'll do it again! Bart Simpson
  • Member, joined since
  • Contributed 133 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
asked
Member

what's a breadcrumb?
have ever seen a navigation help as:

Quote

Your courrent path: home » forum » title..

yes!! as the photo gallery and the forum of php-fusion.
well: i needed something like that, but for the whole site, so i've done it!

live preview at http://www.siesciopai.net

   /---------------------------------\
        Infusion: BreadCrumb Panel
              Version: 1.02
   \---------------------------------/


----------
CHANGELOG:
----------
10-II-2008
v1.0 FIRST VERSION (lelebart)

22-II-2008
v1.01 (lelebart)
- minor changes
- minor fix (as BBK suggested):
° breadcrumb_include_forum.php
from
$pre = "<a href='forum/index.php'>";
and
$pre = "<a href='".BASEDIR."forum/index.php'>";
to
$pre = "<a href='index.php'>";

30-V-2008
v1.02 (lelebart)
- minor fix:
° breadcrumb_include_forum.php, lines 88, 115, 121
from "viewforum" to "viewthread"

------------------
ORIGINAL-DOWNLOAD:
------------------
http://www.php-fusion.it

------------
DESCRIPTION
------------
The purpose of this infusion is to give users a way to keep track of their location within a PHPFusion site.
It recognize automatically all default PHPFusion locations.
It's fully adaptable to personal pages (in example infusion)!

------------
INSTALLATION
------------
1. Upload the 'breadcrumb_panel' folder to your Infusions folder on your webserver.

2. Install the 'Breadcrumb Panel' from Admin Panel -> System Admin -> Infusions;
- select 'Breadcrumb Panel' from the drop down menu then 'Infuse'.

3. Activate the 'breadcrumb_panel' from Admin Panel -> System Admin -> Panels;
- Add New Panel:
* select 'breadcrumb_panel' from 'Panel Filename';
* set 'U-Ctr' from 'Panel Side' and check 'Display panel on all pages';
* give a name to the panel and save;
- Set your new u-ctr panel at the VERY top position;
- Enable it.

4. Adaptation: to add a personal location two datas are required: the path of the page and the name you want to assign it.
- Go to Admin Panel -> Infusions -> Breadcrumb;
- Fill the form with your datas (in example: name: MailBox, path: mail.php) and save the path.
- Done.

-------------
  UPDATING
-------------
v1.0 -> v1.01:
no database changes: simply overwrite breadcrumb_include_forum.php

v1.01 -> v1.02:
no database changes: simply overwrite breadcrumb_include_forum.php

-------------
   AUTHORS
-------------
lelebart (b4r7)
v1.0, v1.01, v1.02
http://www.php-fusion.it

-------------
   CREDITS
-------------
mFusion: this infusion is inspired from the page_title_include mFusion's feature.

-------------
  THANKS TO
-------------
Quartzkyte: testing!
All php-fusion.it support (in general..)

-------------
LOCALIZATIONS
-------------
Quartzkyte (French)

Have Fun ;)
Edited by lelebart on 30-05-2008 12:15,
0 replies

Poll: Is this infusion useful? If yes, do you want it on the v7?

    No it isn't. [4/22]18 %
    Yes it is usefull. [5/22]23 %
    Yes it is usefull. I hope it will be included in v7. [13/22]59 %

15 posts

S
Sandrob57
S
  • Member, joined since
  • Contributed 86 posts on the community forums.
  • Started 16 threads in the forums
answered
Member

Great work, good idea ;)
0 replies
J
Josso
J
Josso 10
–––
Without faith, nothing is possible. With it, nothing is impossible
  • Senior Member, joined since
  • Contributed 309 posts on the community forums.
  • Started 1 thread in the forums
answered
Senior Member

Yep, great work!

This should be in v7. :)
0 replies
L
lelebart
L
I don't know! I don't know why I did it, I don't know why I enjoyed it, and I don't know why I'll do it again! Bart Simpson
  • Member, joined since
  • Contributed 133 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
answered
Member

v1.01 out: very little changes only on breadcrumb_include_forum.php :D
0 replies
M
Matonor
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

Very nic work.
About the v7 inclusion: You can also use infusions in v7 and as this panel does not require any mods, I don't see any reason why not to keep it an infusion.
0 replies
Q
Quartzkyte
Q
www.php-fusion.co.uk/../../images/smiley/cool.gif

Mike
---------------------------------------
Quartzkyte, admin @ French N.S.S.
  • Senior Member, joined since
  • Contributed 404 posts on the community forums.
  • Started 40 threads in the forums
answered
Senior Member

You can see it on http://www.meeetooo.info (bottom of the page) and http://www.informatiqueconseil.com (between welcome panel & news).
Thanks again, lelebart!

P.S. added a link to this post on the French forums
http://www.phpfusion-fr.com/forum/vie...#post_3708
Edited by Quartzkyte on 22-02-2008 16:06,
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

Great infusion!! It's just what I'm looking for. Except would it be possible to restrict it to articles only?
0 replies
L
lelebart
L
I don't know! I don't know why I did it, I don't know why I enjoyed it, and I don't know why I'll do it again! Bart Simpson
  • Member, joined since
  • Contributed 133 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
answered
Member

Quote

Matonor wrote:
Very nic work.
About the v7 inclusion: You can also use infusions in v7 and as this panel does not require any mods, I don't see any reason why not to keep it an infusion.


i mean to include it in this way: modifying forum and photo gallery, because they also have their breadcrumb trails, then creating an administrator section on site settings. in my opinion breadcrumbs on php-fusion would help the accessibility/usability of this great cms! (as the SEO optimization, but there's another discussions for it) so, giving them as default core code, users have another positive point to choose php-fusion, haven't they?
http://www.useit.com/alertbox/breadcr...rumbs.html

---------
edit:

Quote

HobbyMan wrote:
Great infusion!! It's just what I'm looking for. Except would it be possible to restrict it to articles only?


yes: in my opinion don't infuse it (if you need it for articles only, you don't need custom paths), just upload the files, then modify directly articles.php and readarticle.php adding where you want (maybe after the require_once serie) something like:
if (file_exists(INFUSIONS."breadcrumb_panel/breadcrumb_panel.php")) {
   if (file_exists(INFUSIONS."breadcrumb_panel/locale/".$settings['locale'].".php")) {
      include INFUSIONS."breadcrumb_panel/locale/".$settings['locale'].".php";
   } else {
      include INFUSIONS."breadcrumb_panel/locale/English.php";
   }   
   include INFUSIONS."breadcrumb_panel/locale/breadcrumb_panel.php";
}
Edited by lelebart on 22-02-2008 18:09,
0 replies
H
helmuth
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Answered 1 question
answered
Senior Member

Danish locales added ;)
0 replies
A
anemis
A
anemis 10
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

i dont understant what exactly this panel is...
0 replies
H
helmuth
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Answered 1 question
answered
Senior Member

it seems that it doesn't take in breadcrumbs when you are going to any infusions folder ... take a look here: http://helmuth.dk/infusions/glossar/g...lossar.php

result: Unknown

how to fix that?
0 replies
M
MrSimple
M
Make it work... keep it simple...
  • Senior Member, joined since
  • Contributed 324 posts on the community forums.
  • Started 7 threads in the forums
answered
Senior Member

Quote

helmuth wrote:
it seems that it doesn't take in breadcrumbs when you are going to any infusions folder ... take a look here: http://helmuth.dk/infusions/glossar/g...lossar.php

result: Unknown

how to fix that?


It's explained in the readme file.. It's called Adaption (step 4 of the installation).
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

Quote

yes: in my opinion don't infuse it (if you need it for articles only,...


Thanx for that :)
Edited by HobbyMan on 23-02-2008 13:06,
0 replies
H
helmuth
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Answered 1 question
answered
Senior Member

Quote

It's explained in the readme file.. It's called Adaption (step 4 of the installation).


LOL ... I must have been asleep ;)

thanx ...
0 replies
— 3 months later —
L
lelebart
L
I don't know! I don't know why I did it, I don't know why I enjoyed it, and I don't know why I'll do it again! Bart Simpson
  • Member, joined since
  • Contributed 133 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
answered
Member

new version 1.02: little changes :D
first post updated

any localization? any suggestions?
0 replies
X
Xessive
X
I am not always right, but I'm never wrong.
http://www.xessive.nl
  • Senior Member, joined since
  • Contributed 327 posts on the community forums.
  • Started 4 threads in the forums
answered
Senior Member

Here is the Dutch Local file
0 replies

Category Forum

General Discussion

Labels

None yet

Statistics

  • Views 0 views
  • Posts 15 posts
  • Votes 0 votes
  • Topic users 10 members

10 participants

H
H
Danish translator of PHP-Fusion helmuth@php-fusion.dk
-----------------------------------------
All people are born alike - except Republicans and Democrats. (Groucho Marx)
Listen to the music... https://soundcloud.com/helmuth-mikkel...mikkelsen/
  • Senior Member, joined since
  • Contributed 706 posts on the community forums.
  • Started 219 threads in the forums
  • Answered 1 question
M
M
Impossible things are there to be made possible
  • Veteran Member, joined since
  • Contributed 1,022 posts on the community forums.
  • Started 3 threads in the forums
S
S
  • Member, joined since
  • Contributed 86 posts on the community forums.
  • Started 16 threads in the forums
Q
Q
www.php-fusion.co.uk/../../images/smiley/cool.gif

Mike
---------------------------------------
Quartzkyte, admin @ French N.S.S.
  • Senior Member, joined since
  • Contributed 404 posts on the community forums.
  • Started 40 threads in the forums
A
A
anemis 10
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 3 threads in the forums
L
L
I don't know! I don't know why I did it, I don't know why I enjoyed it, and I don't know why I'll do it again! Bart Simpson
  • Member, joined since
  • Contributed 133 posts on the community forums.
  • Started 21 threads in the forums
  • Started this discussions
J
J
Josso 10
–––
Without faith, nothing is possible. With it, nothing is impossible
  • Senior Member, joined since
  • Contributed 309 posts on the community forums.
  • Started 1 thread in the forums
H
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
X
X
I am not always right, but I'm never wrong.
http://www.xessive.nl
  • Senior Member, joined since
  • Contributed 327 posts on the community forums.
  • Started 4 threads in the forums
M
M
Make it work... keep it simple...
  • Senior Member, joined since
  • Contributed 324 posts on the community forums.
  • Started 7 threads in the forums

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet