I'm using 4.6.5 and am trying to remove the text which says
» login or register to post comments
for ordinary pages which I don't want people to be able to add comments to (i.e. any page except forums). I thought it would be a case of removing the following line from 2 places in my xtemplate.xtmpl file (it appears in both the node and comment sections): <div class="links">» {links}</div>
However, this change seems to make no difference when I view the site as a visitor/anonymous user.
Am I doing something wrong here? I've tried clearing Firefox's cache but nothing seems to shift the link text.
I would like nodes, which haven't changed since they were created, (their creation date is equal to their changed date) to not show up in the "Recently changed pages" list. I need to compare the time stamps but how do I do it?
I am using the following modules which might be of importance to this question:
- Catagory (and all its submodules)
- Taxonomy Access
Now, I wish to have a situation where one of my containers say "Options" has a catagory called "private" and if that is selected no one but yourself (and admin) can see that post.
The trouble is, using taxonomy access, I can set the different roles to deny viewing that term / catagory by default. However this results in the user not being able to see their own post either.
Hey guys, I hope someone can help me or at least tell me that I'm barking up the wrong tree with this:
I have forums with taxonomy_access set up as follows for authenticated users:
permissions for comment module:
access comments ticked
post comments ticked
post comments without approval ticked
permissions for forum module:
create forum topics ticked
For category permissions I then select:
view: allow
update: deny (was ignore, but I now made it explicitely deny)
delete: ignore
create: ticked
list: ticked
I could finally opened my site on localhost. But ehen i try to log on with my username and password; i get an error above the site:
user error: can't open file :'troll_ip_track.ibd'(errno:1)
query: SELECT * from troll_ip_track where uid=1 AND ip_address='127.0.0.1' in E:\MYWORLD\includes\database.mysql.inc on line 66
How can solve this problem? I searched the from but i coud not find any topic about this problem.
Thanks in advance