New Post: Wishlist
I did find many issues with dnn 7.1.2 which broken many modules relating to the changes in DNN around DNNFriendlyURL rewriter. Rodolfo Just out of interest does your web config have this entry set to...
View ArticleNew Post: Wishlist
I've got my DNN 7.1 instance running fine in Advanced mode with all of the above tests, so they've definitely changed it in 7.1.2
View ArticleNew Post: Wishlist
robax wrote: I've got my DNN 7.1 instance running fine in Advanced mode with all of the above tests, so they've definitely changed it in 7.1.2, I can't remember about 7.1 because I skipped that...
View ArticleNew Post: Wishlist
robax wrote:rl77 wrote: If can help: Fresh installation started with dnn 7.1, then i'd installed OpenUrl Provider for nbstore. Then i'd update dnn to 7.2 and update OpenURlProvider to latest release....
View ArticleNew Post: Wishlist
Technica wrote: I have been running 7.1.2 in live production site for about 1 month now. once I made changes to humanfriendly it did solve the problem. but I am using the DNN url rewriter. Hello Craig,...
View ArticleNew Post: Wishlist
p.s. if can help, openURL rewroter module is under Admin page... Thank you RL
View ArticleNew Post: Wishlist
the only change was the following in the web config:<friendlyUrl defaultProvider="DNNFriendlyUrl"> <providers> <clear /> <add name="DNNFriendlyUrl"...
View ArticleNew Post: Wishlist
Hello, reply to you with email because codeplex website doesn't loading at my end now. Thank you for replay. Have to restore dnnFriendlyUrl provider first. Tried to disable OpenUrl provider but no...
View ArticleNew Post: Wishlist
Hi Rodolfo I noticed your post in OpenURL that you are using DNN 7.2. Keep in mind that DNN 7.2 is beta and not for production at this time so I would not base any production installations on that...
View ArticleNew Post: Wishlist
To disable Open URL, you should just need to ensure this line is present exactly like this:<friendlyUrl defaultProvider="DNNFriendlyUrl"> That tells DNN to use the default provider. And then...
View ArticleNew Post: Show 'Pay by Cheque' only to specific role
Is it possible to set up the payment page so that the 'Pay by cheque' is only displayed to users of a specified role. ie. all users see the paypal button. but Role:AccountHolders also see the 'pay by...
View ArticleNew Post: Show 'Pay by Cheque' only to specific role
You'd have to do something with CSS like add a text/html module to the page, make it so that it does not show to that role, put some CSS in it that hides the button and text. I recently added some...
View ArticleNew Post: Wishlist
OK Earlier today I installed a new install of DNN 7.1.2 then NB_Store Once NB_Store was setup and operating without any issues, I then downloaded OpenURL for DNN 7.1 and the nb_store provider for...
View ArticleNew Post: Wishlist
Hi Rodolfo, Can you confirm what version of DNN you are having a problem with? Is it the DN7.1.2 release or the DNN7.2 (Beta)? I know there are some issues with the 7.2 beta, and DNN corps are looking...
View ArticleNew Post: Why convert thumbnails to jpg
Hi, faced the same issue on 2.3.8. All PNG are converted to JPG, effectively loosing transparency. It doesn't matter whether the thumbnails are generated on disk or runtime. See for example...
View ArticleNew Post: Why convert thumbnails to jpg
I second that, it might also provide solutions for rendering imgs on black background, without it ending up with a white or grey border., because u can save ur png's with a 1px transp border which...
View ArticleNew Post: Why convert thumbnails to jpg
It's all to do with the way the MakeThumbnail code works. I do have some code that should solve it and allow png, but I honestly don't know when I'll get chance to implement it. It's probably too late...
View ArticleNew Post: Why convert thumbnails to jpg
It would be great, but of course you also have limited resourecs.
View Article