امتیاز موضوع:
  • 0 رأی - میانگین امتیازات: 0
  • 1
  • 2
  • 3
  • 4
  • 5
باز نشدن منو در صفحه خاص و ...
#1
سلام دوستان
یه ماژول بصورت دستی ایجاد کردم که با جداول vtiger_loginhistory و vtiger_users کار کنه
به چند تا مشکل برخوردم:
اول اینکه با رفتن به صفحه ماژول، آیکون ماژول های دیگه parent نمایش داده نمیشه
دوم اینکه تو صفحه edit دیگه دکمه menu کار نمیکنه
و سوم هم مسیر صفحات ماژول که نمیدانم چطور اضافه کنم یا تغییر بدم (مثلا میخوام بجای adding new بنویسه edit؛ چون صفحه ویرایشه)
[تصویر:  cfhj_untitled.png]


فایل‌(های) پیوست شده
.zip   LoginHistory-v1.3.zip (اندازه: 6.36 KB / تعداد دفعات دریافت: 14)
پاسخ
سپاس شده توسط:
#2
و نکته دیگه هم اینکه وقتی جدول vtiger_users رو بروزرسانی میکنم اطلاعات popUp نوار بالا سمت چپ بروز نمیشه. حتی با logout و پاک کردن histoery مرورگر
[تصویر:  x2fl_untitled2.png]
کد php:
        $currentUser  Users_Record_Model::getCurrentUserModel();
        
LoginHistory_Edit_Model::editUserInfo(
            
$currentUser->get('user_name'),
            
$request->get('first_name'),
            
$request->get('last_name')
        );
        
        
$currentUser->set('first_name',$request->get('first_name'));
        
$currentUser->set('last_name',$request->get('last_name')); 
پاسخ
سپاس شده توسط:
#3
سلام
برای توسعه ماژول منابع لازم را دنبال کنید
[Only registered and activated users can see links Click here to register]
[Only registered and activated users can see links Click here to register]
همچنین می تونید از ماژول ساز های موجود استفاده کنید.
[Only registered and activated users can see links Click here to register]

این کش را هم خالی کنید
test/template_c/v7
فَمَن یَعْمَلْ مِثْقَالَ ذَرَّةٍ خَیْرًا یَرَهُ ؛ وَمَن یَعْمَلْ مِثْقَالَ ذَرَّةٍ شَرًّا یَرَهُ
[Only registered and activated users can see links Click here to register] | دانلود ویتایگر شمسی و فارسی 7 | [Only registered and activated users can see links Click here to register] | [Only registered and activated users can see links Click here to register]
پاسخ
سپاس شده توسط: user21


پرش به انجمن:


کاربرانِ درحال بازدید از این موضوع: 1 مهمان

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1146 - Table 'favtiger_mybb.mybb_threadviews' doesn't exist
Query:
INSERT INTO mybb_threadviews (tid) VALUES('232')

If you're a visitor of this website, please wait a few minutes and try again. If this problem persists, please contact the site owner.

If you are the site owner, please check the MyBB Documentation for help resolving common issues, or get technical help on the MyBB Community Forums.