You are here: Category Blog

Example of Category Blog layout (FAQs/General category)

ปิดฟังก์ชั่น ค้นหา ใน Kunena

E-mail Print PDF

การปิดฟังก์ชั่น การค้นหา ในเว็บบอร์ด Kunena เพื่อไม่ให้ User ใช้ฟังก์ชั่นค้นหาได้

Disabled Function Search Kunena

วิธีทำมีดังนี้

ไปที่ kunena.forum.css  ตาม Path นี้ 

"/components/com_kunena/template/your_template (default_ex)"

 หรือเข้าไปที่ ส่วนของ Back End แล้วไปที่ Compent---- > Kunena ---->แก้ไข CSS File ดังรูป 

remove search in kunena

แล้วทำการเพิ่ม Code  "display:none;"

#Kunena #fb_searchbox {

width:auto;

white-space: nowrap;

display:none;

}

 ------------------------------------------------------------------------------ 

สำหรับ "Advanced Search" แก้ไขตาม Path นี้ได้เลย 

".../template/default/plugin/profilebox/profilebox.php"

comment out linie 154 with <!-- and -->

 

 

JCal Pro Calendar แสดงภาษาไทยเพี้ยน

E-mail Print PDF

 Jcal Pro component Joomla แสดงภาษาไทย เป็นภาษาต่างด้าว ดังรูป

Jcal Pro joomla

1.Login เข้าสู่ Back End ของ Website Joomla  

2.ไปที่ Backend > Components > JCal Pro > Edit Settings > General tab

 

Jcal Pro Joomla

3.เปลี่ยนค่าของ Capitalize Event Titles  เป็น "ไม่/No" 

4.เป็นอันเสร็จเรียบร้อย ตามภาพด้านล่าง

Jcalpro

Last Updated on Tuesday, 03 August 2010 00:54

วิธีการลบ " Powered by Phoca Gallery " ออกในส่วน Footer

E-mail Print PDF

 

วิธีการลบ " Powered by Phoca Gallery " ออกในส่วน Footer

How To Remove Phoca Gallery  Powered By Text

1.ในส่วนของหน้า Category 

remove phoca gallery

1) ไปยังที่เก็บไฟล์ที่ Host

2) Go to 'components' folder

3) and then open 'com_phocagallery' folder

4) and then open 'views' folder

5) and then open 'categories' folder

6) and then open 'tmpl' folder

7) and in the last open this file 'default.php'

8) Complete path is "components\com_phocagallery\views\categories\tmpl\default.php"

9) in this file find the echo '</form><div> </div>' . $this->tmpl['ab'].'</div>';

10) you can replace or remove ' . $this->tmpl['ab'].' to permanently remove the phoca gallery powered by text.

Note : สามารถเปลี่ยนเป็นคำที่เราต้องการได้ โดยทำแบบนี้ 

echo '</form><div> </div>ใส่ข้อความที่ต้องการที่นี้ได้เลย</div>';

11).จากนั้นเราก็ Upload ไปทับไฟล์เก่าได้เลย

---------------------------------------------------

2.ในส่วนของหน้าแสดงรูปภาพ

remove powered by phoca gallery

1) Go to 'administrator' folder

2) and then open 'components' folder

3) and then open 'com_phocagallery' folder

4) and then open 'libraries' folder

5) and then open 'phocagallery' folder

6) and then open 'render' folder

7) and in the last open this file 'renderfront.php'

8- in this file find the getString() function.

9) the first line of this function will have concatenated string replace or remove this to permanently remove the phoca gallery powered by text.

นี้คือ Path ที่เราจะทำการแก้ไข.

administrator\components\com_phocagallery\libraries\phocagallery\render\renderfront.php

10.จากนั้นเราก็ Upload ไปทับไฟล์เก่าได้เลย

 

Last Updated on Sunday, 25 April 2010 14:26

Warning: /css/template.css.php does not appear to be a valid file. Reverting to JoomlaFCK's default styles

E-mail Print PDF

Joomla error Editor show  Warning:  /css/template.css.php does not appear to be a valid file. Reverting to JoomlaFCK's default styles 

 
As standard practice the editor look for a CSS file called “template.css” in the CSS folder in the template folder.  If your template uses a differently file name for your CSS stylesheet or stylesheet is located in a different folder you would have received the following error: -
 
 
The solution:
 
*** Version 1.5 *** 
Go to the backend and Login in with your ‘Username’ and ‘Password’. Go to 'Extensions' and click on ‘Plugin Manager’ > and select and open the 'JoomlaFCK' Plug-in.

*** Version 1 ***
Go to the backend and Login in with your ‘Username’ and ‘Password’. Go to ‘Mambots’ on the top menu bar  and click on ‘Mambot Manager’ > and select and open the 'JoomlaFCK' Mambot.
 
In the editor you will see a set of Parameters on the right:
 
Set the “Use Template CSS classes?” to NO
In “Use Custom CSS Classes?” field place the pathway to the CSS file you want to use with the editor (It will normal look something link this: templates/yourtemplatename/css/cssfile.css) and press Save.
(You can not input to "Use Custom CSS Classes?")
 
/css/template.css.php does not appear to be a valid file
 
To apply the setting and close click on 'Save'.
Last Updated on Saturday, 13 March 2010 16:13

การแก้ไข Password ใน Joomla ของ Administrator

E-mail Print PDF

โดยปกติจะไม่สามารถกู้รหัสผ่าน (password) ของ joomla ได้ เนื่องจากรหัสผ่านนั้นจะถูกเข้ารหัส (MD5 hash) ก่อนบันทึกลงไปในฐานข้อมูลเพื่อป้องกันการกู้รหัสผ่าน ดังนั้นหากลืมรหัสผ่านต้องทำการเปลี่ยนรหัสจึงจะสามารถ Login Joomla! Administrator ได้

ซึ่งวิธีการเปลี่ยนรหัสผ่านใหม่สามารถทำได้โดย

UPDATE Field password ใน Table jos_users นั่นเอง

อ้างถึง

-------------------------------------------------------

UPDATE jos_users SET password = MD5('password')

WHERE id = '62' AND username = 'admin';

-----------------------------------------------
credit : sutenm.com

Last Updated on Saturday, 13 March 2010 16:26

Page 1 of 2

  • «
  •  Start 
  •  Prev 
  •  1 
  •  2 
  •  Next 
  •  End 
  • »
Joomlart

Contact us

Nextrix Co., Ltd

  • Address: 25 Soi.Ladprao 98 Wangthonglang
  • Telephone: +66(0)875420101
  • Fax: +66(0)9319793
  • Website: http://www.nextrix.com
  • Email: info@nextrix.com