Support Forum

Clear sum when creating topic

DS Danilo Santos
Danilo Santos
Member

Hello!
My forum is closed, so I have no need for a sum when creating a topic.
How do I delete it, so the user must create the topic without making the sum?
Thank you.delet.png

11 Answers

New Answer

YS Yellow Swordfish
Yellow Swordfish
Member

As with subscriptions (your other topic) this too is a permission. i would strongly suggest you take a look at all of them and make sure those you want are turned on/off.

DS Danilo Santos
Danilo Santos
Member

Hello!
Where do I find this option to deligar it?
Thank you.

MP Mr Papa
Mr Papa
Member

deligar??? do you mean how to disable w3tc on the wp page the forum is on?

if so, its in the admin settings page for w3tc… there will be tab for each type of cache you are using… in most of the tabs there will be an input for page slugs to avoid… enter your page slug there…

DS Danilo Santos
Danilo Santos
Member

Hello!
Sorry for the typo. What I want is to disable, or leave off the numerical sum.
I do not need it.
How do I leave off?
Thank you.

MP Mr Papa
Mr Papa
Member

we still talking about views on forum view here??

http://codex.simple-press.com/codex/api/template-functions-and-the-api/display-template-functions/forum-view/sp_topicindexviewcount/

you will want to remove that template function from your spForumView.php template file in the sp theme you are using… as always, make your own theme:

http://codex.simple-press.com/codex/themes/theme-basics/creating-a-theme/

DS Danilo Santos
Danilo Santos
Member

Hello!
Sorry, but I lay this matter codes.
There is no way to delete a numerical equation easier way?
Thank you.

MP Mr Papa
Mr Papa
Member

‘lay this matter’?? sorry not follwing..

easier way than removing one line of code??? afraid that is about as easy as it gets…

just find the function call to: sp_TopicIndexViewCount()

in your spForumView.php file and remove it… all display elements are controlled by these template display functions… they give you great control and flexibility in making your forum look as you want…

DS Danilo Santos
Danilo Santos
Member

I do not know if we’re talking about the same thing, but what I want is to delete this sum for members, ie, the member will create a new topic or comment on something without doing the sum.
See the picture.
Thank you.before.jpgafter-edit-photosohop-exemple.jpg

BR Brandon
Brandon
Member

In the permissions area there is a setting “Can bypass the post math question” turning that off should remove it for them.

MP Mr Papa
Mr Papa
Member

lol. picture worth a thousand words… just a slight language difference ;)

glad its resolved and thanks for the update!