Hello, any website must have a breadcrumb, much more so when it comes to reading blogs, so that the user does not get lost.
But here we are going to talk about BREADCRUMB on the file manager pages and folder or category pages. Let's go to the tutorial:
For the wapkiz and waoaxo sites we will use the following tag [*bread], see below:
1. For category or folder pages:
[*bread]cid=:to-fid:,u=/page-2.html?to-fid=%id%&to-name=%name%,t=»||%link%[/bread]
2. For file download pages:
[*bread]id=:to-id:,u=/page-3.html?to-fid=%id%&to-name=%name%,t=»||%link%[/bread]
where':
cid = id of the folder or category. If your link is like /page-2.html?to-fid=%id%&to-name=%name% then enter value of id=%to-id% but if it is /page-2/%id% /%lname%.html insert id=:url-1:.
id = id of the file, if your link is like /page-3.html?to-id=%id%&to-name=%name% then insert value of id=%to-id% but if it is /page -3/%id%/%lname%.html insert id=:url-1:, learn more by clicking here.
u = page where' the link will be opened. In the example above the folders or categories will be opened on page 2 and the files on page 3.
t = text that will be shown in front of the link, in the example above it has the UTF-8 code "»" that displays a "»" code, you can insert any symbol or letter.