Pagination not shown using Joomla 3.0 - joomla3.0

I have a strange problem with a rather simple Joomla 3.0 (current version, to be specific).
Category pagination is disappearing from any page other than the first one.
This is the first page of a category http://elektryk.opole.pl/z-zycia-szkoly
The second page has lost the page numbers http://elektryk.opole.pl/z-zycia-szkoly?start=10
The same story happens for every category blog view. The frontpage pagination is working fine.
The site's template is a modified Protostar template (the php code is standard, without any modifications). The site's config is to display pagination.
Any guesses? Thank you
update: and yes, the same happens using default templates.

Related

How to embed a wordpress page inside a nextjs page

I have a Nextjs project where I want to show a Wordpress page on some of the pages. So for example on this route products/[id] I want to show a wordpress page that contains info related to that product below the main info. This is needed because for some of the designs we are using Divi.
At the moment the only solution I came up with was using and iframe to show the page (it works), but it feels a bit hacky and it's probably not the best solution. Is there a better way to do it? Thanks.

Drupal 9 - Two different URL's work for same page

I have a Drupal 9.x version site, as an example whose page URL is like : http://www.example.com/general
but we need that URL to be work as http://www.example.com/something/general also.
It means, my every page of my site to be work (both URL's) with or without PRE-FIX word before of every page name.
Reason: I am looking this feature is, my website page has to load into other website pages. Which means with an iframe I am planning to display the drupal 9.x content into other website. With this PREFIX word if we are calling the URL the header, footer, sidebar of the present page site will be hidden.
If with out the PREFIX word if i am looking the website, the header, footer, sidebar will be displayed normally.
Both URLs should work:
I have about 550+ content pages, and many of our content pages are coming from custom modules, views.
I tried with URL alias, If i have go with this then I have to add these all 550+ content pages URL in our URL alias, that will not work for me.
Is there any other way around that i can achieve the same with minimum effort.
Please suggest me the solution, It will be very helpful for me.

angularjs SPA issue to load new contents?

I am new in AngularJS and studying about routing. As i have created a demo application and it is working fine but the issue is whenever i click on the anchor tag it loads the required document 'x.html', once loaded in the ngView next time same content is shown but it should show new content as 'x.html' is dynamic page which shows the date Time from server.
There is no more hits to the server. How can i make changes to the app.config so that it shows new content every time. Is it against the SPA as it will take more time to load the things again.
I think, it might not be an issue with router or angular. Can you pls post the code you are writing to display dynamic time and date?

Overwrite Metatag for an automatic generated page

I have the Metatag module in drupal 7.4 and it uses the title of the page for the Metatag. However there is one page in particular where the client wants another Metatag, this page is a generated page so I can't adjust it in the backend (with the module). My question is, is there any kind of way where i can adjust this meta tag? Jquery or in template.php with a check on pagetitle?
Greetings.

Creating an index page automatically

I'd like to have dotnetnuke build an index page based on pages that have a particular tabid. Are there any modules that do this already?
e.g. we create multiple pages under /News and then the index page lists links to all the news articles. Would be handy if we could also enter our own HTML text (maybe on the News article page itself) that is then displayed next to each link on the index page.
Thanks!
By default, there are no 'real' pages in DNN. Everything is served up in the Default.aspx from content that is stored in the database.
What you could do is create a module that populates data based on the TabId or Path. Then, there is a setting in DNN to make a module appear on EVERY page. Since the module is on every page, it could populate its data based on the TabId or the path, or just not show anything if it doesn't match your criteria.
For something like that, I used a module called SQLGridSelectedView from www.tressleworks.ca (I have no affiliation) and I wrote my own SQL to fill in the fields, and I defined a custom layout (instead of the default data grid) so I was able to do something like what you are asking without code.
There is a module from Ventrian called Child Links that does what you are talking about. You can use it to grab title & description from the pages below a relative to a specific page to build out menus etc.
It allows for formatting however you want as well.

Resources