- Posts: 6
COMMUNITY FORUM
Removing # "1" in Article Header
- Ronnie
-
Topic Author
- Offline
- New Member
Does anyone know how to remove the "1" that is beside every article I publish?. It was originally beside the date and time of the post which I already removed using the settings.
Thanks!
Racking my brain trying to figure this one out.
Joomla 2.5 and K2 2.5.5
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
- Posts: 3722
use firebug and see if its just a "1"
search your override file for the instance of "1"
before it was just html in the item.php file
Please Log in or Create an account to join the conversation.
- Ronnie
-
Topic Author
- Offline
- New Member
- Posts: 6
Should I be looking in com_k2 item.php or somewhere else? I looked through all the modules too.
it does it in the beez as well.
Thought it was a template problem. Had many issues with other templates before.
Please Log in or Create an account to join the conversation.
- Ronnie
-
Topic Author
- Offline
- New Member
- Posts: 6
not seeing anything in them with "1"
controllers/
templates/default
models/
views/items/tmpl
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
- Posts: 3722
or root/templates/html/com_k2/youroverridename/item.php
Please Log in or Create an account to join the conversation.
- Ronnie
-
Topic Author
- Offline
- New Member
- Posts: 6
root/components/com_k2/templates/item.php
Log in or Create an account to join the conversation.
- Ronnie
-
Topic Author
- Offline
- New Member
- Posts: 6
Seen numerous post go unanswered by other users as well.
Bummer because i Really like all the k2 features!
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
- Posts: 3722
If you care to email an akeeba jpa file or access to your site, feel free to and i will take a look when time permits, as i have not seen this in any of my installs. email is in profile info
Please Log in or Create an account to join the conversation.
- DJ Enterprises
-
- Offline
- New Member
- Posts: 13
Clean installs
ver
k2 2.5.6
joomla 2.5.4
Unistalled reinstalled same thing. Firebug shows it but no where to be found.
Is it an event thats triggering it?
Please Log in or Create an account to join the conversation.
- DJ Enterprises
-
- Offline
- New Member
- Posts: 13
<!-- Plugins: AfterDisplayTitle -->
<?php echo $this->item->event->AfterDisplayTitle; ?>
<!-- K2 Plugins: K2AfterDisplayTitle -->
<?php echo $this->item->event->K2AfterDisplayTitle; ?>
<!-- Plugins: AfterDisplayTitle -->
<?php echo $this->item->event->K2AfterDisplayTitle; ?>
<!-- K2 Plugins: K2AfterDisplayTitle -->
<?php echo $this->item->event->K2AfterDisplayTitle; ?>
Add the word "K2" before "AfterdisplayTitle"
In
/components/com_k2/templates/default/item.php
Please Log in or Create an account to join the conversation.
- william white
-
- Offline
- Platinum Member
- Posts: 3722
Please Log in or Create an account to join the conversation.
- Matt Bryan
-
- Offline
- New Member
- Posts: 8
It was RokSocialButtons plugin.
I will report to Rocketheme, but it surely isn't K2
Please Log in or Create an account to join the conversation.
- Odin Mayland
-
- Offline
- Platinum Member
- Posts: 404
Please Log in or Create an account to join the conversation.
- Odin Mayland
-
- Offline
- Platinum Member
- Posts: 404
Please Log in or Create an account to join the conversation.