在表达式引擎中:操作文本字段/wygwam 字段的内容?
我想在表达式引擎中操作文本字段/wygwam 字段的内容。例如,当有人使用文件上传工具上传 mp3 文件时,我想将链接转换为调用 mp3-flashplayer 的 flash 嵌入。
另一个例子是,每当有人发布 vimeo 视频的链接时,我都想将其转换为该视频的嵌入版本。
I would like to manipulate the content of a textfield/wygwam-field in expression-engine. For example, when someone uploads an mp3-file with the file-uploading-tool, I would like to convert the link into a flash-embed that calls an mp3-flashplayer.
Another example is that whenever someone posts a link to a vimeo-video I would like to convert it into an embeded version of that video.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以创建一个挂在 entry_submission_ready 挂钩上的扩展程序在将内容保存到数据库之前修改相应字段中的内容。
You could create an extension that hangs on the entry_submission_ready hook that modifies the content in the appropriate fields prior to it being saved to the DB.