siforek Posted June 24, 2009 Author Share Posted June 24, 2009 How can we get the browser title to say Blog? or something on the main blog page. As the readme says: 3. Add the following to your language file: $_LANG["blogtitle"] = "Blog"; $_LANG["latestposts"] = "Latest Posts"; $_LANG["latestblogposts"] = "Latest Blog Posts"; 0 Quote Link to comment Share on other sites More sharing options...
Tulip Posted June 24, 2009 Share Posted June 24, 2009 ahhh an addon I do seem to like tho it's not fitting my exact need...yet' I'm wondering if you can implement some nice futures or if they are allready there? 1. Would be a seperate teaser text, two possable sulutions: one in the current text box with a divider or tag [teser] this will be the text or content shown as the teaser on the fronpage etc and the content not in the teser tag is "maincontent". OR you can make two seperate textboxes one for teaser and one for main content when you are making a new post. In settings have the ability to turn teaser off so those who want it the old fasionway can have it like that too. 2. I would like a colab' future. example would be a client that can write in the blog. and from the clien area. You as admin gives spesial rights to this client/user, and when he log in he gets a blog menu or future in the client area menubar. was something more but i can't remember it, so it cant be that important Great work so far' keep going. 0 Quote Link to comment Share on other sites More sharing options...
mcraedesigns Posted June 24, 2009 Share Posted June 24, 2009 As the readme says: 3. Add the following to your language file: $_LANG["blogtitle"] = "Blog"; $_LANG["latestposts"] = "Latest Posts"; $_LANG["latestblogposts"] = "Latest Blog Posts"; Oops I skipped that part ;-) 0 Quote Link to comment Share on other sites More sharing options...
siforek Posted June 25, 2009 Author Share Posted June 25, 2009 ahhh an addon I do seem to like tho it's not fitting my exact need...yet' I'm wondering if you can implement some nice futures or if they are allready there? 1. Would be a seperate teaser text, two possable sulutions: one in the current text box with a divider or tag [teser] this will be the text or content shown as the teaser on the fronpage etc and the content not in the teser tag is "maincontent". OR you can make two seperate textboxes one for teaser and one for main content when you are making a new post. In settings have the ability to turn teaser off so those who want it the old fasionway can have it like that too. 2. I would like a colab' future. example would be a client that can write in the blog. and from the clien area. You as admin gives spesial rights to this client/user, and when he log in he gets a blog menu or future in the client area menubar. was something more but i can't remember it, so it cant be that important Great work so far' keep going. The teaser feature does make sense, though most would just truncate the post. I'll add your "colab" feature if more people request it I'm also planning to add a keywords field. 0 Quote Link to comment Share on other sites More sharing options...
siforek Posted June 25, 2009 Author Share Posted June 25, 2009 For all of you with version 1.0, here's a script to upgrade to version 1.1: http://www.tjphippen.com/dl.php?type=d&id=5 0 Quote Link to comment Share on other sites More sharing options...
Tulip Posted June 25, 2009 Share Posted June 25, 2009 The teaser feature does make sense, though most would just truncate the post. I'll add your "colab" feature if more people request it I'm also planning to add a keywords field. The reason I want the teaser future is for my use. I won't know if the teaser will be a exact number of lettters every time. Thats why I want to be able to write whatever short description and set a [/teaser] (or simular) then that will show as the teaser no matter how long it is. 10, 12, or 25 letters. 0 Quote Link to comment Share on other sites More sharing options...
Zorro67 Posted June 25, 2009 Share Posted June 25, 2009 Tulip, there is a function called "truncate" that you can use in your tpl to show a shortened (read specific no. of characters) "teaser" and jsut show the article again. {$announcement.title|truncate:50:"..."} or better {if strlen($announcement.text)>75}{$announcement.text|truncate:75:"..."} or similar. remove the "..." if you don't want it. 0 Quote Link to comment Share on other sites More sharing options...
siforek Posted June 26, 2009 Author Share Posted June 26, 2009 Tulip, there is a function called "truncate" that you can use in your tpl to show a shortened (read specific no. of characters) "teaser" and jsut show the article again. {$announcement.title|truncate:50:"..."} or better {if strlen($announcement.text)>75}{$announcement.text|truncate:75:"..."} or similar. remove the "..." if you don't want it. Unfortunately like Tulip said, the teasers may not all be the same length, etc.. So ultimately me adding a teaser input to each post is the best way.. I've got 1 vote from Tulip for it, just need someone to second it and I'll add the featuer 0 Quote Link to comment Share on other sites More sharing options...
redrat Posted June 26, 2009 Share Posted June 26, 2009 Unfortunately like Tulip said, the teasers may not all be the same length, etc.. So ultimately me adding a teaser input to each post is the best way.. I've got 1 vote from Tulip for it, just need someone to second it and I'll add the featuer Seconded. I also prefer to have this facility if possible. Thanks. 0 Quote Link to comment Share on other sites More sharing options...
siforek Posted June 26, 2009 Author Share Posted June 26, 2009 Seconded. I also prefer to have this facility if possible. Thanks. K, it's scheduled for 1.3 0 Quote Link to comment Share on other sites More sharing options...
Tulip Posted June 26, 2009 Share Posted June 26, 2009 great, thanks a lot. 0 Quote Link to comment Share on other sites More sharing options...
mattrobo Posted October 13, 2009 Share Posted October 13, 2009 Is there a working example of this blog feature? I like the way the elephant has built a cms around WHMCS but I would like to explore it a bit more before I get rid of Joomla Thanks Matthew 0 Quote Link to comment Share on other sites More sharing options...
rodeoXtreme Posted October 13, 2009 Share Posted October 13, 2009 We are using Blog 1.3 and noticed that the spell checker is not working (not visible) for neither the blog or page area of tiny mce. We have added the spellchecker from the directions provided here: http://forum.whmcs.com/showthread.php?t=22043&highlight=spellchecker Any ideas how to get this to work? We have it working for emails, kb, etc everything that uses whmcs tiny mce. Thanks 0 Quote Link to comment Share on other sites More sharing options...
queenbmedia Posted January 17, 2010 Share Posted January 17, 2010 When can we expect to see Blog 1.3 out? Would it be possible to list the upcoming features? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
Tulip Posted January 17, 2010 Share Posted January 17, 2010 I been trying to get hold of siforek for some time now, and I have as much success as the dudes over at the whmcs live thread. none. If anyone did get that opensource/readable blog configuration file please send it, As i deem development dead with to much bugs in original release I can fix them and give a post back here for free. Atleast we would get the blog module working like it should, we paid for this thing. 0 Quote Link to comment Share on other sites More sharing options...
EasyWHMCS Posted January 17, 2010 Share Posted January 17, 2010 1.3 is already out - I've got the open sourced version of it, buggy as hell 0 Quote Link to comment Share on other sites More sharing options...
jozeph Posted February 11, 2010 Share Posted February 11, 2010 I purchase this script and don't know how to get updates. Please, anyone can help me to get updates? 0 Quote Link to comment Share on other sites More sharing options...
sgrayban Posted April 4, 2010 Share Posted April 4, 2010 is this addon still supported ? 0 Quote Link to comment Share on other sites More sharing options...
EasyWHMCS Posted April 4, 2010 Share Posted April 4, 2010 No its not 0 Quote Link to comment Share on other sites More sharing options...
DataHosts Posted April 5, 2010 Share Posted April 5, 2010 Yes it is...I support it. 0 Quote Link to comment Share on other sites More sharing options...
andihosting Posted April 14, 2010 Share Posted April 14, 2010 this not available for download anymore? 0 Quote Link to comment Share on other sites More sharing options...
sgrayban Posted April 14, 2010 Share Posted April 14, 2010 nope -- dead addon as far as I can tell 0 Quote Link to comment Share on other sites More sharing options...
DataHosts Posted April 15, 2010 Share Posted April 15, 2010 ok...maybe it is not clear but I own this script. I am supporting it, and future developments. 0 Quote Link to comment Share on other sites More sharing options...
xotj123 Posted May 11, 2010 Share Posted May 11, 2010 Datahost, Can you please contact me with regard to the Blog section. Regards, Tommy 0 Quote Link to comment Share on other sites More sharing options...
MMcC Posted May 14, 2010 Share Posted May 14, 2010 ok...maybe it is not clear but I own this script. I am supporting it, and future developments. Did you get a list of those who purchased the script? Me for instance. Thanks, Michael 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.