Jump to content

Blog 1.1


Recommended Posts

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";

Link to comment
Share on other sites

  • Replies 66
  • Created
  • Last Reply

Top Posters In This Topic

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 :P

 

Great work so far' keep going.

Link to comment
Share on other sites

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 :P

 

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 :)

Link to comment
Share on other sites

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. :)

Link to comment
Share on other sites

  • 3 months later...

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

Link to comment
Share on other sites

  • 3 months later...

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.

Link to comment
Share on other sites

  • 4 weeks later...
  • 1 month later...
  • 2 weeks later...
  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated