Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-22-2020, 01:22 PM
scottkoz20 scottkoz20 is offline
 
Join Date: Dec 2015
Location: Lewiston, NY
Posts: 344
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default changing navbar link from data-vocab to schema.org

just checking to see where the following is hiding: raw nav_url

I want to change the Navbar_link from the default

PHP Code:
<vb:if condition="$show['breadcrumb']">
    <
li class="navbit"><a href="{vb:raw nav_url}">{vb:raw nav_title}</a></li>
<
vb:else />
    <
li class="navbit lastnavbit"><span>{vb:raw nav_title}</span></li>
</
vb:if> 

to

PHP Code:
<vb:if condition="$show['breadcrumb']">
    <
span class="crust" itemscope="itemscope" itemtype="https://schema.org/BreadcrumbList">
        <
a href="{vb:raw nav_url}" class="crumb" rel="up" itemprop="url">
            <
span itemprop="title">{vb:raw nav_title}</span>
        </
a>
        <
span class="arrow">
            <
span>&gt;</span>
        </
span>
    </
span>
<
vb:else />
    <
span class="crust" itemscope="itemscope" itemtype="https://schema.org/ListItem">
        <
class="lastcrumb">
            <
span itemprop="title">{vb:raw nav_title}</span>
        </
b>
    </
span>
</
vb:if> 

however, after I make the adjustment, the page source still is looking at data-vocab as a part of the breadcrumb



PHP Code:
    <li class="navbit" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="https://www.sportscardforum.com/forum.php" itemprop="url"><span itemprop="title">Forum</span></a></li>

    <
li class="navbit" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="https://www.sportscardforum.com/forums/44-Community" itemprop="url"><span itemprop="title">Community</span></a></li>

    <
li class="navbit" itemscope="itemscope" itemtype="http://data-vocabulary.org/Breadcrumb"><a href="https://www.sportscardforum.com/forums/94-Announcements" itemprop="url"><span itemprop="title">Announcements</span></a></li

Any thoughts?


Thanks,
Scott

--------------- Added [DATE]1579707057[/DATE] at [TIME]1579707057[/TIME] ---------------

just as a reference - I was looking at this mod

https://vbulletin.org/forum/showthre...ght=breadcrumb


AND

I had this running - XenForo Style Breadcrumbs for VB 4 by BOP5 (looks like his site is offline where I downloaded it from)

and did

1) Disable it - to see what it would do
2) Re-enabled and modified that template

in either case, I did not see any changes to the source for the breadcrumb.


and for the why I am asking

blame google...

Quote:
Breadcrumbs issues detected on https://www.sportscardforum.com/

To the owner of https://www.sportscardforum.com/:

Search Console has identified that your site is affected by 1 Breadcrumbs issues:

Top Warnings

Warnings are suggestions for improvement. Some warnings can affect your appearance on Search; some might be reclassified as errors in the future. The following warnings were found on your site:

data-vocabulary.org schema deprecated
Reply With Quote
  #2  
Old 01-22-2020, 05:11 PM
z3r0's Avatar
z3r0 z3r0 is offline
 
Join Date: Apr 2005
Posts: 339
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It looks like the dbseo navbar code, if you are running dbseo then change the dbtech_dbseo_navbit_link template.
Reply With Quote
Благодарность от:
scottkoz20
  #3  
Old 01-22-2020, 05:36 PM
scottkoz20 scottkoz20 is offline
 
Join Date: Dec 2015
Location: Lewiston, NY
Posts: 344
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I thought I had disabled that - but apparently not... nice catch...

Thanks
Reply With Quote
  #4  
Old 01-22-2020, 10:37 PM
Kane@airrifle's Avatar
Kane@airrifle Kane@airrifle is offline
 
Join Date: Jun 2011
Location: ZA
Posts: 181
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<a href="https://vborg.vbsupport.ru/showpost.php?p=2601838&postcount=92" target="_blank">https://vborg.vbsupport.ru/showpost...8&postcount=92</a>
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 11:06 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03679 seconds
  • Memory Usage 2,217KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (1)post_thanks_box_bit
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (4)post_thanks_postbit_info
  • (4)postbit
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete