dotnetnuke journal shows duplicate posts when click the more button - dotnetnuke

Using DNN 7.0.5 I have the journal module on a page and it works fine until the more button is clicked. The more button seems to show multiple instances of the same post (only one post is in the database).
Has anyone seen a fix for that or even seen that problem?
UPDATE: This seems to be when I reach the end of the list of journal posts.
For Example: I have read down the list of journal entries and I get the very first one (in the database) and click the show more button again it gives me duplicates of the last items (I will make a video to demonstrate)

Related

Google Analytics Goal Funnel Count has number differences with Production Data

I have this funnel visualization problem in Google Analytics. I have set up the funnel using the virtual pageview like so:
So basically what it tracks is that in activity page, when user clicks a button, it will show up a modal for registration and hits the /activity/virtual/open-volunteer-modal. After they fill out the forms, they click Register, and it will hits the /activity/virtual/submit-volunteer-modal.
Everything was fine, until I saw some difference in GA and Production values.
In GA, there are 3000 users that filled out the forms and submit their data. I was totally happy seeing this, but:
In Production DB, I only got 1906 users submitting their data.
I checked the code, and there is nothing wrong with it. It basically send a virtual page view when the value has been validated, so my question is how is this possible and is there any way to fix this? Or is it just intended behavior?
After further investigation, I found that some of the buttons that has open-volunteer-modal event is redirecting to submit-volunteer-modal. Hence, the submit-volunteer-modal value was bigger than the open.
Should have sipped some coffee first before working.

My Menu items not seen in Wordpress Database

I am newbie to WordPress.
I want to add my custom menu items my menu Home Page. That is why i look for place in Wordpress database where menu items(including menu labels) are stored. But problem is - I can't find my menu elements in my Wordpress database. I found similar topic ("Where are Custom Menus saved in the Database for Wordpress 3.0") but I didn't find anything can help me. I found only title of my menu ("Home Page") and its details, but nothing about pages attached to the menu! OK. This is my menu I want to find in my database(name:WP):
https://imgur.com/a/RMZ29
I checked ALL tables from my database WP. These are picks from table wp_post.
https://imgur.com/a/nIw04
https://imgur.com/a/0xTJZ
https://imgur.com/a/gntUt
I didn't find anything. Can anybody help me?

Post, Comments, Pages, etc, not showing up in Wordpress Admin

I recently moved my WordPress site from one host to another. I cancelled the previous host already because everything displayed just fine on the front end.
However, when I go to Admin Panel, I get a lot of empty pages. The comments, Posts and other pages display a correct count of items at the top, but the actual content is not displayed.
I have disabled all plugins, changed the theme, tried Wordpress Repair, none worked.
Also, some times when I refresh the page, the first item on the list appears, I refresh again, the page goes blank, I refresh again, the page appears but no comments.
The way it works, it almost seems like the script gets terminated while retrieving data.
Picture of Comments page
Picture of Comments page
I'd appreciate your help!
Seems like pages are not getting rendered due to some error. Kindly change the define( 'WP_DEBUG', true ); in wp-config.php to find them & troubleshoot. Once issues are fixed pages will render properly.

DNN custom skin made login page disappear

I am new to DNN and I'm trying to make a site with custom skin.
Skinning is all ok but once the superuser is time out, I couldn't login again.
The login page has disappeared and was being redirected to an empty custom skin page which only shows the header and the footer.
I have tried
localhost:1234/login
localhost:1234/admin
localhost:1234/?ctl=
but neither of them are working.
I tried to search for solutions but none of them seems to work and not relating.
Please show me a way, if I am missing somethings.
You might look at the Admin/Event Viewer page if you happen to still be logged in somehow (or eventlog table in the database) to see if there is an error being thrown, that isn't being displayed (because you aren't logged in).
That may point to the problem.
You might have a problem with a "container" that is missing thus the module isn't being loaded.
A few other things to try, try
localhost:1234/?ctl=login
localhost:1234/?ctl=register
See if anything loads for those.
Last resort, go into the database and NULL out the SKinSRC columns on the TABS table and see if you can find the default site Skin setting in the PortalSettings and make that null or something other than your custom skin.

Creating 2 com_search menu Items in joomla

I have 2 separate modules for search in joomla ... I want to create 2 com_search menu items and change based on which page these modules are called.
How do I get this to work with / without programming..
If you have already made two modules you should be able to edit each one in the Modules Manager and choose which pages it loads on.
Say you wanted them to both load in the same position, you could tick the homepage for one, save and close it, then open the other and tick all the pages but the homepage. This way when you looked at the website one search box would show at a time.

Resources