使用 User_profiles 表插件编写 Joomla 桥

发布于 2024-12-01 07:41:01 字数 394 浏览 0 评论 0原文

我想编写 Joomla 插件来连接到数据库中的用户表(一种方式)。因此,在新用户注册时,用户将被复制并存储在第二个表(其他脚本)中,这是主要目标。诸如更新密码更改/删除等之类的事情将在稍后部分进行。

有什么想法可以找到帮助我为 Joomla 1.6 编写类似插件的信息吗?我在哪里可以获得用户注册数据等?

我在这里找到了这个链接:

编写 Joomla 桥 - 用户插件

但是如果你有一些怎么办? user_profiles 条目要放入另一个表中吗?我真的很想知道如何解决这个问题。

如地址、国家/地区、州信息

I want to write Joomla plugin to connect to user tables in database (one way). So on new user registration, user will be duplicated and stored also in second table (other script) And this is main goal. Things like updating on password change/delete etc. is later part.

Any ideas where I can find informations helping me to write plugin like that for Joomla 1.6? Where I can get user registration data etc?

I found this link here:

Writing Joomla bridge - User plugin

But what if you got some user_profiles entries to put in another table? I realy like to know how to solve this.

like adress, country, state information

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

听,心雨的声音 2024-12-08 07:41:01

要获取有关 user_profiles 表的信息,请使用:

$vars1['entry_country_id'] = ($data['profile']['country']);

to get the information about user_profiles table use:

$vars1['entry_country_id'] = ($data['profile']['country']);
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文