Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter orbifold

    (@orbifold)

    Hello, thanks again. I found what was originating the errors I kept getting. I had a plugin called bbpress which was messing up all user roles. I removed it and now everything is fine (I am presently working on a simulated site created with Xampp)

    Thanks for considering this line of modifications for the future. It is particularly useful when you want to create a social network where users can form groups based on their ideas, for example political views on something: they would like to make polls within the same group. In general it is useful to refine any kind of polls and maybe useful in targeted advertising. Think of asking specific questions on something only to the people who have a specific opinion on something else. With a few combined questions you can easily get to the key point

    I think that with some patience I will succeed in modifying your code by myself to reach the goal I just described, but not immediately, because it is quite involved for my present knowledge of php

    Thread Starter orbifold

    (@orbifold)

    Thanks a lot. I am having some problems to make these instructions work (apart from the ‘You Don’t… which is easy to correct). A user with the right role cannot vote

    However, I was thinking of adding user roles to vote permissions

    when you edit the poll, under “Other options – vote permissions” instead of having just guest, registered user and both, have a list of user roles and choose who can vote the poll and who cannot

    I plan to create new user roles especially for this, and let users choose which group they want to join, then restrict vote inside the group

    Thread Starter orbifold

    (@orbifold)

    I think I solved

    It is sufficient to edit the plugin and replace the line

    inlineMath: [ [‘$’,’$’] , [“\\(“,”\\)”] ],

    with the line

    inlineMath: [ [‘$’,’$’] ],

    in the file wp-math-2.php

Viewing 3 replies - 1 through 3 (of 3 total)