Questions tagged [omeka]

Omeka is a free, open source content management system for online digital collections. As a web application, it allows users to publish and exhibit cultural heritage objects, and extend its functionality with themes and plugins.

Omeka: Serious Web Publishing

Omeka is a free, open source content management system for online digital collections. As a web application, it allows users to publish and exhibit cultural heritage objects, and extend its functionality with themes and plugins.

Omeka is designed with non-IT specialists in mind, allowing users to focus on content and interpretation rather than programming. It brings Web 2.0 technologies and approaches to academic and cultural websites to foster user interaction and participation. It makes top-shelf design easy with a simple and flexible templating system. Its robust open-source developer and user communities underwrite Omeka’s stability and sustainability.

How Might You Use Omeka?

22 questions
7
votes
2 answers

Set CSS class on second level UL with Zend framework and bootstrap

The following code will set the class nav on the first level UL $mainNav = public_nav_main(); $mainNav->setUlClass('nav')->setUlId('main-menu-left'); However im using bootstrap and so want the second level ul to have the class 'dropdown-menu' I…
Paul M
  • 3,937
  • 9
  • 45
  • 53
2
votes
1 answer

xml to csv with xslt

I am trying to transform Omeka XML output to a CSV, and am having an issue getting the XSLT right. Here is a snippet of what the original XML output looks like:
cgunn
  • 21
  • 4
1
vote
0 answers

Getting 400 Bad Request error while using PHP curl to send JSON object to Omeka API

I can't get my Omeka POST API request work wirh PHP Curl. I need to send to Omeka API a complex json to the Omeka C API (rest)…
Jeremy
  • 31
  • 3
1
vote
1 answer

How to style the last element with a certain class in a nested list with css

I need to style the last HTML element with a certain css class, but I must consider certain constraints. In the website I'm working on the navigation menu is made by several nested lists, when one element is clicked on the li element with the page…
a_person
  • 21
  • 3
1
vote
0 answers

How do I manually edit an Omeka theme

I'm building a digital archive using Omeka Classic and I would like to place little flag icons that link to versions of my site in different languages in the header, so I’m trying to figure out how to tinker with the theme’s code (The theme is…
1
vote
2 answers

Select with joins in a unique table system

I am trying to build an SQL query on an omekaS database to extract books with a specific title and date. In this system, the table holding the values is called value, and the relevant attributes are as so : value -id (pk) -resource_id -type…
Orsu
  • 405
  • 6
  • 19
1
vote
2 answers

404 for image folder after redirect, but site works properly

I have an Omeka S installation and it's all working properly, I made the redirect in apache in the sites-available folder, no problem with that. In the same server I have a folder on the same level of my omeka s installation with the item images.…
Lara M.
  • 855
  • 2
  • 10
  • 23
1
vote
1 answer

How can I copy contents out of MySQL folder without giving ownership of the folder to root in Linux?

I am attempting to back up a MySQL database on a Linux server before I install some upgrades to the software (Omeka) which is using the database. The command supplied by Omeka documentation for that is the following: mysqldump -h localhost -u…
Ontarah
  • 29
  • 2
1
vote
1 answer

Omeka-s and Nginx - loop install

I have a machine with latest PHP and MySQL. I need to use Nginx. I managed to serve Omeka using this recipe: https://www.nginx.com/resources/wiki/start/topics/recipes/omeka/ When I go to my address I am presented with the ‘Install Omeka S - Create…
HBMCS
  • 686
  • 5
  • 25
1
vote
2 answers

Is there a way to get the API from a URL ("repository")?

I'm wondering how can i get a repository API , i explain a summary , im using "Dspace connector" from Omeka S and im trying to get all the comunities from a Repository , https://74.208.251.39/ , but Dspace Connector is asking me for an endpoint , an…
Joshua
  • 15
  • 3
1
vote
1 answer

Extract the value of src attribute with explode function or similar

I have this string: altText I want to extract the value of the src attribute, to create a meta element like this:
1
vote
1 answer

Bootstrap grid with php

I'm making a theme for my Omeka site in which I am calling an item and its various components using PHP. Each item is in its own div, and I have attempted to create a tile-like grid with Bootstrap. However, the divs only line up in a single vertical…
hcgriggs
  • 170
  • 1
  • 2
  • 11
1
vote
2 answers

Making a square responsive grid with bootstrap and php

I'm trying to make a square grid with Bootstrap and PHP for my Omeka theme. I have been trying to make a tile-like grid, with either 3 or 4 items in an even row like in this example. However, when I tried this in my own code it just defaults to a…
hcgriggs
  • 170
  • 1
  • 2
  • 11
0
votes
0 answers

Configure Omeka S to Use Keycloak

I have Omeka S (CMS) running on Apache2 server and Keycloak runing on Keycloak-server. I want to configuret Omeka web app. with Keycloak. Omeka is a free, open-source content management system for online digital collections. As a web application, it…
0
votes
0 answers

Configuring solr for omeka s solr module

I'm trying to configure a solr container to work with the Solr module for Omeka S. Both containers run, but when I configure the module to connect to localhost:8983/solr/omeka-s is says Solr HTTP Error 7: 'Couldn't connect to server'. I'm new to…
1
2