played around with the SmartBlog now and so far it fits my needs but I have one issue that I can't fix.
I want to use the blog in german and english so I added some propertys but can't find a way to edit the .pageFirst or .pageLast content, instead of "first" or "last" I want to add "<<" and ">>".
Where do I need to modify the code to change the content of the button?
This also applies to the text of "There are 1 items on 1 pages." which comes with the partial view "smartlistpost.cshtml".
I'm using 7.2.8 and have visual studio although i have little experience with it.
I have only a little experience with MVC so SmartBlogs gives a really good starting point with it's partial views which work really smooth and still make sense to me. Also it is easy to integrate to a existing umbraco project without much editing.
The paging is handled by the SmartBlog libraries dll, so unfortunately you can't easily edit the text. You should however be able to edit it using JS or perhaps CSS3 depending on what you need to achieve.
Alternatively, I could provide you with the source code for the paging so that you can have your own custom function.
would really appreciate if you could give me the source. Tried to change the behaviour of the blog to implement everything with MVC but this will be a lot of work for me.
I'm discovering your blog package SmartBlog for umbreco.
That's a very good blog engine, not so hard to add to an existing project !
But I have problem with some elements I can't translate...
I have'nt find a way to change the words used by the navigation parts :
'First'
'Last'
'There are X items on Y pages'...
It would be very sad to doesn't use SmartBlog just because those can't be translated...
Can you please tell me if there is a solution to do that?
Is it possible for me to modify and then recompile code ?
Multilingual Blog?
Hey,
played around with the SmartBlog now and so far it fits my needs but I have one issue that I can't fix. I want to use the blog in german and english so I added some propertys but can't find a way to edit the .pageFirst or .pageLast content, instead of "first" or "last" I want to add "<<" and ">>".
Where do I need to modify the code to change the content of the button? This also applies to the text of "There are 1 items on 1 pages." which comes with the partial view "smartlistpost.cshtml".
Hi Chris,
What Umbraco version are you using? Do you have visual studio ?
Why did you decide to use SmartBlog ?
Thanks, Alex
Hey Alex,
I'm using 7.2.8 and have visual studio although i have little experience with it.
I have only a little experience with MVC so SmartBlogs gives a really good starting point with it's partial views which work really smooth and still make sense to me. Also it is easy to integrate to a existing umbraco project without much editing.
Chris
Hi Chris,
The paging is handled by the SmartBlog libraries dll, so unfortunately you can't easily edit the text. You should however be able to edit it using JS or perhaps CSS3 depending on what you need to achieve.
Alternatively, I could provide you with the source code for the paging so that you can have your own custom function.
Luke
Hey Luke,
would really appreciate if you could give me the source. Tried to change the behaviour of the blog to implement everything with MVC but this will be a lot of work for me.
Chris
Hi Chris,
I have exactly the same problem than you... Did you succeed in having the source code and then recompile SmartBlog according to your langage ?
Regards, Fred
Hey Fred,
nope I didn't get the source. Is simply build my own site navigation and deleted the one from SmartBlog.
Regards,
Chris
Thank you Chris for your answer... and your advize... I'll certainly do the same! Regards, Fred
Hi Luke
I'm facing exactly the same problem than Chris...
I'm discovering your blog package SmartBlog for umbreco. That's a very good blog engine, not so hard to add to an existing project ! But I have problem with some elements I can't translate... I have'nt find a way to change the words used by the navigation parts : 'First' 'Last' 'There are X items on Y pages'...
It would be very sad to doesn't use SmartBlog just because those can't be translated...
Can you please tell me if there is a solution to do that? Is it possible for me to modify and then recompile code ?
Best regards, Fred
Hi Fthomas, Chris:
I found a temporary solution to the blog's translation.
http://stackoverflow.com/questions/18474497/replace-text-in-a-website
I hope this help you
Regards,
Ariel
is working on a reply...