วิธีการลบ " Powered by Phoca Gallery " ออกในส่วน Footer
How To Remove Phoca Gallery Powered By Text
1.ในส่วนของหน้า Category

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.ในส่วนของหน้าแสดงรูปภาพ

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 ไปทับไฟล์เก่าได้เลย







- หน้าแสดงภาพรวม gallery ทั้งหมด
1. ไปที่ ..componentscom_phocagalleryviewscategoriestmpldefault.php
2. ลบ echo ' ' . $this->tmpl['f'].'';
- หน้าแสดงภาพใน gallery
1. ไปที่ ..componetscom_phocagalleryviescategoryview.html.php
2. แก้ไขบรรทัด $tmpl['mf'] = base64_decode('PG....');
3. แก้ไขเป็น $tmpl['mf'] = base64_decode('a');