2012-06-28, 04:22:42
Quote:The blog header bar feature is nice, but I have no need to interface with social or share networks. Can I disable this without damaging other functions?
All elements are based on templates so news are news.tpl. You can edit it to fit your needs. You have in news.tpl
snooze
Quote:tide_social_buttons('small'); - small buttons
tide_likes(); - facebook likes
<?php echo $data['social_buttons']; ?> - bottom buttons - added in this way because I do not need them on summary page
Just delete any of this you do not need. I will implement this days code editor that way would be easier to end user.
Quote:I have some old blog entries backed up as text. I would like to enter paste them in to change the dates to an older date in order to be chronologically correct.
News order is based on file creation time for now. But I can implement drag drop change news order. Thank you for idea, added new features.
Oleg06
Quote:in the News summary: images are not inserted
I try on few servers even I read your post and there are no problem. I will check this problem. Can you see in page source image link and paste here.
Thank you!!!