[wordpress插件] Coru LFMemberLF成员合唱团

wordpress 插件 文章 2020-04-03 04:20 509 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Coru LFMember is a WordPress plugin, which allows a guild or clan to display if they are looking for members or not.

Coru LFMember是WordPress插件,如果他们正在寻找成员,则允许公会或氏族显示。

Right now the plugin is target at World of Warcraft guilds, however, other games will follow later.

目前,该插件是魔兽世界行会的目标,但是其他游戏稍后也会发布。

Todo

Todo

    • Adding option to uninstall the database tables manually
    • 添加选项以手动卸载数据库表

    • Making sure the database tables are no longer deleted upon deactivation of the addon
    • 确保在停用插件后不再删除数据库表

    • Writing a better documentation + commenting the code
    • 编写更好的文档+注释代码

    • Adding support for multiple languages
    • 添加对多种语言的支持

    • Providing some screens
    • 提供一些屏幕

安装步骤

    1. Upload the “coru-lfmember” folder to the /wp-content/plugins/ directory
    2. 将“ coru-lfmember”文件夹上传到 / wp-content / plugins / 目录

    3. Activate the plugin through the ‘Plugins’ menu in WordPress
    4. 通过WordPress中的“插件”菜单激活插件

    5. Place

    6. 放置 <?php if(function_exists('coru_lfmember_display')){coru_lfmember_display('game_name','return as array = true,else false','optional:before_html_tag','optional:after_html_tag');

      } ?> into your template (sidebar).

      }?> 放入模板(边栏)。

      e.g.

      例如

      coru_lfmember_display('WoW',true,'',''); will return all open positions for “WoW” as an array which may be used to modify the display as you please coru_lfmember_display(

      coru_lfmember_display('WoW',true,'',''); 将以数组形式返回“ WoW”的所有未平仓头寸,可用于修改显示内容。 coru_lfmember_display(

      'WoW',false,'

      ','
      '); will return all open positions for “WoW”.

      'WoW',false,'

      ',''); 将返回“ WoW”的所有未平仓头寸。

      Each position is inside a

      -tag.
    7. 每个位置都在

      -tag内。

下载地址
https://downloads.wordpress.org/plugin/coru-lfmember.1.0.2.zip
-EOF-

AI助手支持GPT4.0