Need some feedback: Customizing JBoss-Portal with CSS - css

As a Web-designer, I've been asked to evaluate the customization of an instance of JBoss-portal. My knowledge about JBoss-portal is very poor but I know that with such portals it's sometimes (always?) very hard to manipulate and modify layouts and themes.
Can somebody tell me if it's possible to customize JBoss-Portal simply via a new CSS stylesheet? Some feedbak and examples of what can/can't be done would help!
For example:
Is it possible to customize the global layout of the portal?
Is portal_style.css the only file to modify?
What I need here is not a Yes or No that's true, but some feedback from someone who knows how to customize JBoss-Portal and how far I can go.
Thanks!

So I've finally found an interesting HowTo PDF Guide here
I hope this will help other users ;)

Related

Same styles to Bootstrap Documentation site

I want to make a demo of some sort online study book. I am trying to use bootstrap as a core for my styles but it feels like it's not enough.
What I really like is a bootstrap site itself: getbootstrap.com.
Both of these sidebars with navigation and this fancy header. Plus they have nicer styles for typography:
So I have two question:
1) Am I allowed to use their styles?
2) If so what will be the right way to get those styles? I can see two extra files in the head of the site but I hope that maybe there is a repository or something.
P.S. any other advises are welcome too. Maybe you can recommend framework for online books/documentation or something?
Thanks.
UPD: For those who vote negatively on this question could you please explain why?
I'm not sure if you're directly allowed to use their styles. However, you could always legally obtain a similar template such as
https://guidebook.webuildthemes.com/html/docs/layout-2.html
Alternatively, there are plenty of other free options designed to build documentations and have them customized to suit your design needs. A few of them are listed below:
https://docusaurus.io/docs/en/installation
https://docsify.js.org/#/
https://daux.io/
https://www.mkdocs.org/

Drupal form - Popup

I would like to show some forms in my Drupal Website in a popup or accordion. I have tried popup module but it shows only for viewing nodes and not adding/editing. How can I do that?
Thanks for your help
This can be done with https://drupal.org/project/popup_forms, but you need to do some programming in order to apply it (i.e. it can't be just configured via admin interface).
maybe this module help you Modal forms
In my personal opinion Popups API is a very good module.You could show the necessary contents that suites your purpose .It is quite easy to use.I think you just need to read the documentation.If you really change this module there are other modules available like Modal forms,Modal Frame API,colorbox, Chaos tool suite etc.You can find a lot of modules needed for your purpose. The following links might help you:
https://drupal.org/project/colorbox
https://drupal.org/project/modal_forms
https://drupal.org/project/modalframe

How to make this cool navigation menu

I was surfing on the internet and I found a cool navigation that I want to use on my own website. But I really don't know how I can make it. Here is the link: http://www.welikesmall.com Does someone have a tutorial or someone that want to help me?
Already thanks!
This isn't a place to have people write code for you. I just looked at the site, all the source is readable and formatted very nicely. I would recommend learning the basics of CSS and javascript to get a better idea of how to do what it is you want.

wordpress creating a form with some different features

I have a simple question. What is the best way to create a form like this one http://www.condoroyalty.com/book-a-tour with the same features?
I can do it myself but what is the best way to integrate it? Develop the form under template, creating a plugin or...
I have another way, to use plugins but the plugins won't let me edit that form and I couldn't add the calendar.
Please give me some tips or a link.
Thank you!
use JQuery, here some links:
http://www.queness.com/post/204/25-jquery-plugins-that-enhance-and-beautify-html-form-elements
http://www.jformer.com/
http://www.designyourway.net/blog/resources/55-jquery-form-plugins-to-download-and-use/
Good luck!

Add Additional Fields when Creating a Post within Wordpress Dashboard

All,
I'm trying to create additional fields and I've done a little research on this already and found that you should use the add_meta_box().
However, I looked at the wordpress Codex but I'm not sure where I should implement this. Here is the link to that:
http://codex.wordpress.org/Function_Reference/add_meta_box
I'm not sure which file I need to alter to add a simple text box. Can someone point me in the right direction to what file to update and what is a good way to go about doing this?
Ideally, I'd like to save this into a table. Is it better to create a custom table for this for upgrades of Wordpress? If you have any pointers on how to save the data that would be great as well!
Thanks so much for any advice you might have! I appreciate it!
You can also use this plugin.
this is easy to use.
http://wordpress.org/extend/plugins/verve-meta-boxes

Resources