BioteconDiagnostics
Forum Replies Created
-
Forum: Plugins
In reply to: [ABASE] How do I create a link?Yes, I found a solution after long time. The description with the commas was confusing
[abase form=”1,search” table=”TABLE” columns=”product$Search” elements=”product”]
[abase table=”TABLE” columns=”url” alink=”url,../../../../product/,url,’_blank'” notitle=”1″ limit=”3″]
Good luck ??
Forum: Plugins
In reply to: [ABASE] Hidden/Appearing Query RowsI found a solution.
In mySQL I created 3 columns: ID, product and URLID Product Url
1 let it empty let it empty
2 Product-1 URL-1
3 Product-2 URL-2
4 Product-3 URL-3
5 Product-4 URL-4If you would write limit=”1″, then it would be the list preview empty.
[abase table=”TABLE” columns=”url” alink=”url,../../product/,url,’_blank'” notitle=”1″ limit=”1″]
Forum: Plugins
In reply to: [ABASE] How I can delete the list preview?I found a solution.
In mySQL I create 3 columns: ID, product and URLID Product Url
1 let it empty let it empty
2 Product-1 URL-1
3 Product-2 URL-2
4 Product-3 URL-3
5 Product-4 URL-4If you would write limit=”1″, then it would be the list preview empty.
[abase table=”TABLE” columns=”url” alink=”url,../../product/,url,’_blank'” notitle=”1″ limit=”1″]
Forum: Plugins
In reply to: [ABASE] How do I create a link?Yes, I found a solution after long time. The description with the commas was confusing
[abase form=”1,search” table=”TABLE” columns=”product$Search” elements=”product”]
[abase table=”TABLE” columns=”url” alink=”url,../../../../product/,url,’_blank'” notitle=”1″ limit=”3″]
Good luck ??