|
إنضمامك إلي منتديات استراحات زايد يحقق لك معرفة كل ماهو جديد في عالم الانترنت ...
انضم الينا
#1
| ||
| ||
With the new style I have been working on I wanted to have the breadcrumbs appear on one line. The problem was the number of links that could be displayed depending on how deep subs forums went. Taking a look at the php that generated the breadcrumbs I noticed two varibles that maintained their values as the navbar_link template was evaluated. Using these two varibles I modified the navbar_link template to display no more than the last three elements. For example, lets say you have this: forum home -> sub_forum -> sub_sub_forum -> sub_sub_sub_forum -> mypost. The below modification will only display: sub_sub_forum -> sub_sub_sub_forum -> mypost. The home graphic and reload graphic are still displayed. Open navbar_link template. Highlight all the code, and paste this over it: Code: $nav_title > $nav_title > $nav_title $nav_title You will need to modify the navbar template to suit your needs, and replace the home and reload graphics with something more suitable. The modification to display the breadcrumbs on one line in navbar: Open navbar template, find: . Highlight that line and continue down to the . Paste this over it: Code: ![]() $navbits[breadcrumb] ![]() ![]() ![]() Hopefully some will find the above useful when creating a new style, or just to unclutter the breadcrumbs area a bit. __DEFINE_LIKE_SHARE__ |
مواقع النشر (المفضلة) |
| |
![]() | ||||
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
Forum Breadcrumbs at the bottom | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 04-29-2010 02:00 AM |
[vB4] Customizing Breadcrumbs | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 02-09-2010 04:10 PM |
CMS Breadcrumbs backwards it seems to me | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 01-15-2010 08:50 AM |
Show full url links instead of shortening it? | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 12-07-2009 05:20 PM |
Bug in breadcrumbs | محروم.كوم | منتدى أخبار المواقع والمنتديات العربية والأجنبية | 0 | 11-06-2009 01:40 PM |