How to Add an Extension to the php.ini Through a Terminal in Linux
Hello, I’ll show you how to easily add an extension to the php.ini with a simple line in a terminal. 1. Open up a terminal or console. The code is: echo "extension=extensionname" >>...
View ArticleHow to Remove Contents of an Element (div, ul, etc) with jQuery
Hello, As I’ve been recently working with a website that has a lot of jQuery and AJAX, and my jQuery knowledge was small, I was wondering how to remove the content of a <div> with jQuery. The...
View ArticleHow to Get the Value of an Element’s Attribute with jQuery using attr()
Hello, Lately that I’ve been working a lot with jQuery, I have noticed how easy and small functions get endless possibilities for improving code. In this article, you will learn how to get the value of...
View ArticleHow to Retrieve the ID of the Current Category in Clip-Bucket v2
Hello, As I’ve been asked two times already how to get the ID of the current category being browsed in Clip-Bucket v2, I decided to write an article for it so everyone can learn how do it by...
View ArticleHow to Show “Upload” Tab to Logged in Users Only Using a Custom Template in...
Hello, Like I wrote in a previous article, How to Check if a User is Logged in When Uploading Videos in Clip-Bucket v2, I further saw that the Upload tab from the top navigation bar was still there, in...
View Article