- Posts: 5
COMMUNITY FORUM
Removing hits from module
- mohabitar
- Topic Author
- Offline
- New Member
Less
More
15 years 3 months ago #71371
by mohabitar
Removing hits from module was created by mohabitar
In the K2 Module, I'd like to disable where it says "Hits". I tried disabling it in the module parameters itself, but that didnt work. I tried looking for it in the php and css files, but I couldnt find anything. The url is www.rategamer.com and you'll see what I'm talking about in the middle section "Headlines".
Please Log in or Create an account to join the conversation.
- mohabitar
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
15 years 3 months ago #71372
by mohabitar
Replied by mohabitar on topic Removing hits from module
Any answers??
Please Log in or Create an account to join the conversation.
- mohabitar
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
15 years 3 months ago #71373
by mohabitar
Replied by mohabitar on topic Removing hits from module
Can no one help me with this??
Please Log in or Create an account to join the conversation.
- FidelGonzales
- Offline
- Premium Member
Less
More
- Posts: 95
15 years 3 months ago #71374
by FidelGonzales
Replied by FidelGonzales on topic Removing hits from module
I am still learning this myself and a long way from accomplishing some minor changes I'd like to see made, but your best bet would be to begin digging into the templates, beginning in the module files and then onto whatever that module file is calling, if you cannot yet find what you're looking for.
Please Log in or Create an account to join the conversation.
- mohabitar
- Topic Author
- Offline
- New Member
Less
More
- Posts: 5
15 years 2 months ago #71375
by mohabitar
Replied by mohabitar on topic Removing hits from module
Wow this is the most useless forum I've seen since the Enron forum..
Please Log in or Create an account to join the conversation.
- Panos
- Offline
- New Member
Less
More
- Posts: 11
15 years 2 months ago #71376
by Panos
Replied by Panos on topic Removing hits from module
Hey take it easy.
You havent pay anything to demand instant support
You havent pay anything to demand instant support
Please Log in or Create an account to join the conversation.
- DAVID JANES
- Offline
- New Member
Less
More
- Posts: 16
15 years 2 months ago #71377
by DAVID JANES
Replied by DAVID JANES on topic Removing hits from module
Well, the way to do it would be to just turn Hits in the module parameters to Hide (it works fine for me), but if thats not working for some reason there is another way to hide it.
Under components/com_k2/css/style.css put in this line of css.
div.show-hit a {display: none;}
Under components/com_k2/css/style.css put in this line of css.
div.show-hit a {display: none;}
Please Log in or Create an account to join the conversation.