1
HTML & templates / search file by its comment
« on: November 15, 2012, 02:37:06 AM »
is this possible? pls help
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Hi !
Beta versions can satisfy your request (2.3 #xxx).
These versions are very accomplished and stable.
The most recent:
http://www.rejetto.com/forum/beta/testing-build-282/
another coding can
{.if|{.count substring|;%user%;|;user1;user2;user3;user4;user5;........userN;.}|
<a href="/page/">mylink</a>
.}
if you have a long list, it is best to use a group Admin
member of | A
true if the current user is member of group A (specify more than one group separating by semicolons ";").
Optional parameter user to check a different user.
Example member of|administrators|user=rejetto
{.if|{.member of |Admin.}|
<a href="/page/">mylink</a>
.}
Then you can put something likeCode: [Select]{.if|{.=|%user%|user1.}{.=|%user%|user2.}{.=|%user%|user3.}|
<a href="/page/">mylink</a>
.}
That would tell HFS to only send out the link for those users.
EDIT: Since that contains macros it must be in a section in HFS's template, it cannot be in a .html page you added to the VFS. If that's the case then conversion is quite easy, just copy the content from page.html to a section called [page] in the template and then your new URL will be /~page rather than /page.html
other people already did it, you should try searching the forum.
you need HFS 2.3
do you already have it?