How to reproduce problem :
Install Clean Dnn Version : 09.01.01 (129)
Login as Host
Click Add Multiple Pages from Content / Pages
In bulk pages to add write 5 lines... eg: Page1, Page2, Page3, Page4, Page5 (each in new line) and click add pages
At this point everything work as expected. All Tabs are in order I typed it.
After This if I go to content / pages
Click on settings icon of Page1
Select Permissions and checked All users / VIEW and than Save
Now there is a problem. The order of pages change to:
HOME / Page2 / Page3 / Page4 / Page5 / Page1
I monitor browser console and did not see any errors
step 1 : https://ibb.co/jdmktm
step 2 : https://ibb.co/b1yLR6
step 3 : https://ibb.co/cbhfR6 (add pages)
step 4 : https://ibb.co/kOh3eR
step 5 : https://ibb.co/hZoFtm
step 6 : https://ibb.co/b3b1Ym (change permission on page 1)
step 7 : https://ibb.co/bLMqR6 (wrong order of changed page)
step 8 : https://ibb.co/jCZAR6
Just found the same bug reported here:
https://dnntracker.atlassian.net/browse/DNN-10367?jql=text%20~%20%22TabOrder%22
And the error is corected in dnn 9.2
====================================
EDIT:
unfortunately after testing with 9.2 the problem is not solved...
EDIT2:
The problem is fixed in last build
I have problems with my building the sources and if i take build from dnn it work fine.
Interesting. I had that issue on an earlier version of DNN9 and upgraded to 9.1.1, which fixed the problem Make sure you report it, and include screen shots to prove it.
Related
In Joomla I have the following situation:
I have an article (a page) that i declared in articles, the "products page". I did not enter any text or html in it.
I went to Module Manager and declared 3 modules (with text and html inside). The 3 modules are describing the 3 products that the company offers. Also I set the 3 modules to be placed in specific places (POSITIONS). I am using Gantry as a template, and the positions for the 3 modules are utility-a, utility-b and utility-c.
In each module, I chose the menu assignment, so that the modules will be shown in a specific page: the products page.
In MainMenu, I have a menu Item called "Products" that points to the empty article and is: index.php?option=com_content&view=article&id=2. Also in this menu item, I checked the Module Assignment, to see if the utility modules are shown and yes, they appear as "Display:yes"
NOW: When I access the "products page" from the main menu, the page shows up and contains the 3 utility modules, so everything is ok. But if I want to access this product page from a (manual)link (a href with the src above) inside a different page, then the product page shows up empty, like there is nothing on the page. I mean those utility modules do not show up. Only the empty article is shown.
How can I make the modules to show up?
Thank you
I solved it. I had to make a manual change to the link used as src. I had to add &Itemid=yyy at the end of the page link, and the yyy is the ID.
The useful documentation is here: http://docs.joomla.org/How_to_control_module_display_when_linking_to_an_article_with_no_menu_item
Thank you. Problem solved
I have iOS application which supports iOS 6 as well as iOS 7. Now I am showing text in UITextView which contains email address & website urls. In iOS 6 , UITextView detects it correctly but in iOS 7 it doesn't detect when view gets loaded. But when I click on any link , email address it starts detecting all the link / urls.
Is this a bug in iOS 7 or I am missing some settings specially for iOS 7 ? Below are the screenshots of app
1) In iOS 6+ when view loaded
2) In iOS 7 when view loaded
3) In iOS 7 when I tap on any link / email address
4) Here is the settings that I am doing in Interface builder for UITextView.
I checked some links which states that , set
textView.text = nil;
textView.text = #"My required info";
But no luck with above code.
Can any body tell me whats going wrong ? Thanks
This appears to be a bug in iOS 7.0's UITextViews. You should check out NSDataDetector.You can use this to find links, phone numbers and more http://nshipster.com/nsdatadetector/
It appears that the trick is to textView.scrollEnabled = NO. Seems to fix the problem, although if you need scrolling.
It appears that on 7.1 links are detected when Selectable but not Editable.
(IB reports Unsupported Configuration: Data Detection and Editable attributes are mutually exclusive)
try just to retype "xyz#gmail.com" or different address.
I had the same issues and had to retype email addresses instead of copy/pasting them.
I'm trying to make an update to my application. Before iOS6 everything was fine. But now, I face with this problem:
1 . I buy a product. ( Sandbox mode, consumable product )
2 . Everything works correctly
3 . Then I try to buy the same product again. It gives me this massage :
"You've already purchased this but it hasn't been downloaded. Tap OK to download it now. [Environment : Sandbox]"
After that, if I click to ok and tap to buy it, store returns some other transactions as purchased.
Note that, I use store.finishtransaction() function after all pruchases.
I hope someone knows how to deal with this.
Dogancan
Please try the below steps.
1) go to settings -> iTunes apps and sign out of your account.
2) double push home button and close all open apps.
3) do a hard reset- hold power button on top and home button down at same time till apple icon
appears and let it reboot.
4) Go back in to settings and sign into your iTunes account again and try in-App purchase again.
I want to display particular block on view page. I have added list to show specific view in a particular block as <viewpagename>, but it is not working. How can I show a particular block on a particular view page in Drupal 7?
Long time I didn't touch Drupal, however, if I remember right, after you choose a path for your view, you can add that path to the settings of the block.
so if the view is available on /view-page, add to the block setting "view-page" in the "include" section.
There is a block_views module made specifically for this reason I believe. It's in beta but works rather nicely for Drupal 7:
https://drupal.org/project/block_views
Cheers,
-cs
I have deployed around 40 report parts to my reporting server which are all working correctly.
The problem is my zoom is default 100 for all of them, I want a number of them to default to 75.
I have tried creating a portal with links to all report parts and using the &rc:Zoom=75
on the end of the URL for the link but it still defaults to 100.
Can anyone suggest how I can achieve what I want?
Instead of going to :
http://mysqlservername/Reports/
and getting the full URL from here (plus &rc:Zoom=75)
I went here:
http://mysqlservername/ReportServer
Which is like the back end.
From here I went to the report part I wanted to default to 75 and right clicked and selected'copy shortcut'
I then pasted this into the 'Go to URL' box along with the
&rc:Zoom=75
What's your full URL? I realized that the zoom doesn't work if I also have &rc:toolbar=false. If I add &rc:Zoom=25 to a standard report it work's fine.
Try removing any other tags than you may have on the URL to see which one is preventing the Zoom from working.