b2evolution b2evolution

  • Sign in
  • Sign up
  • About
  • Downloads
  • Hosting
  • Docs
  • Support
  • Sign in
  • Sign up
  • Manuals Home
  • Latest Updates
 
  1. b2evolution CMS User Manual
  2. Developer Reference
  3. Website Skins/Themes
  4. Skin Tags / API
  5. Tag Plugins Call By Code

Tag Plugins Call By Code

This tag display plugin.

Example

The calendar plugin. Its code is evo_Calr.


// Calendar plugin
$Plugins->call_by_code( 'evo_Calr', array(
     'block_start'        => '',
     'block_end'          => '',
     'displaycaption'     => true,
     'linktomontharchive' => false,
  ) );

// Calendar plugin
$Plugins->call_by_code( 'evo_Calr', array(
     'block_start'        => '',
     'block_end'          => '',
     'displaycaption'     => true,
     'linktomontharchive' => false,
     'headerdisplay'      => 'e',
     'tablestart'         => '<table id="wp-calendar" class="bCalendarTable" cellspacing="0" summary="Monthly calendar with links to each day\'s posts">'."\n",
		) );

The archive plugin. Its code is evo_Arch.


// Archives plugin
$Plugins->call_by_code( 'evo_Arch', array(
     'block_start'       => '<div class="bSideItem">',
     'block_end'         => '</div>',
     'block_title_start' => '<h3>',
     'block_title_end'   => '</h3>',
			) );

The bookmarklet plugin. Its code is cafeBkmk.


// Bookmarklet plugin 
$Plugins->call_by_code( 'cafeBkmk', array(
     'block_start'        => '',
     'block_end'          => '',
     'displaycaption'     => true
  ) );

Parameters

  • Name: block_start
    • Default: (no space)
    • Usage: Displayed before calendar.
  • Name: block_end
    • Default: (no space)
    • Usage: Displayed after calendar.
  • Name: displaycaption
    • Default: true
    • Usage: Display caption, if ‘displaycaption’ is true.
  • Name: linktomontharchive
    • Default: false
    • Usage: Display link to monthly archive, if ‘linktomontharchive’ is true.

Return value

This function return false, if there is no calendar plugin.

If calendar plugin is available then this function return true and displays content.

Created by fatimahnasra • Last edit by fplanque on 2020-06-09 00:25 • •

No feedback yet

On this page

  • Example
  • Parameters
  • Return value

Search the Manual

Content Hierarchy

  • b2evolution CMS User Manual
  • User's Guide
  • Installation / Upgrade
  • Front-office Reference
  • Back-office Reference
  • Developer Reference
    • Website Skins/Themes
      • Skin Development Primer
      • Loading additional resources into a skin
      • Where are the skin files?
      • CSS Guidelines
      • Targeted CSS Selectors
      • Introducing evoSkins
      • Modifying evoSkins
      • Creating evoSkins
      • Skin Tags / API
        • Template functions
        • Template Tags
        • Tag Plugins Call By Code
        • Tag User Subs Link
        • Tag User Register Link
        • Tag User Profile Link
        • Tag User Logout Link
        • Tag User Login Link
        • Tag Skin Get URL
        • Tag Skin Get Path
        • Tag Skin Container
        • Tag Powered By
        • Tag Is Logged In
        • Include Disp
        • Tag Display If Empty
        • Tag Comment Allowed Tags
        • Tag Blog Tagline
        • Tag Blog Name
        • Tag Blog Longdesc
        • Tag Blog Home Link
        • Tag Blog Footer
        • Tag Blog Contact Link
        • app_version();
        • Tag Request Title
        • Include Item Content
        • User::get_identity_link()
        • Item Tags
        • Category Tags
        • User Tags
        • Other Tags
      • Styling widgets
      • Skin Quality Control
      • Using HTML 5 tags
      • Using Custom Item Templates
      • Using bootstrap classes in footers
      • Using Grunt
      • Dev Menu
      • How to add a Google Font (WebFont) ?
      • Custom Fields in a Template
      • Site Skins
    • Email Skins/Themes
    • b2evolution Files
    • Website Integration
    • Plugins
    • Debugging
    • Technical Reference
    • Hacks
    • Credits
    • Development
    • How to... (Customize)
    • Scheduled Tasks Reference
  • Operations Reference
  • Advanced Topics
  • Glossary
  • Archives
Forums software

This online manual is powered by b2evolution CMS – A complete engine for your website.

About b2evolution

  • What is it?
  • Features
  • Getting Started
  • Screenshots
  • Online demo
  • Testimonials
  • Design philosophy
  • Free & open source
  • Terms of service

Downloads

  • Latest releases
  • Skins
  • Plugins
  • Language packs

About us

  • About us
  • Contact

Webhosting Guide

  • Web hosting blog
  • Best web hosting
  • Cheap web hosting
  • Green web hosting
  • Hosting with SSH
  • VPS hosting
  • Dedicated servers
  • Reseller hosting
  • Int'l: UK / France

Docs & Support

  • Online manual
  • Forums
  • Hire a pro !

Other

  • Adsense
  • Press room
  • Privacy policy

Stay in touch

  • GitHub
  • Twitter
  • Facebook
  • LinkedIn
  • News blog
  • RSS feed
  • Atom feed

Founded & Maintained by François Planque