PHP - PHPBBB 3.1.1 style installation on Ubuntu 14.04 - styles

According to the guides I've been reading it should be really easy - Just drag the Style folder which contains imageset,template,theme and style.cfg inside /var/www/html/styles and go to ACP and I should be able to see it in Customise > Styles or Customise > Install Styles.
However, Even that I uploaded 5 styles to the folder ACP does not show me any of them to install. Anybody has any ideas about this issue or solved it yet?
Thank you.

Make sure your styles are for 3.1.x as the older 3.0.x styles are not compatible

Related

Problem to see the color preview when autocomplete

I've begun working with tailwind in my VSCode
I've installed some extensions (I had other prev. installed)
bierner.color-info
bradlc.vscode-tailwindcss
burkeholland.simple-react-snippets
christian-kohler.npm-intellisense
CoenraadS.bracket-pair-colorizer-2
dbaeumer.vscode-eslint
dsznajder.es7-react-js-snippets
EditorConfig.EditorConfig
esbenp.prettier-vscode
felixfbecker.php-intellisense
flowtype.flow-for-vscode
JakeWilson.vscode-cdnjs
MehediDracula.php-namespace-resolver
mgmcdermott.vscode-language-babel
msjsdiag.vscode-react-native
naumovs.color-highlight
NuclleaR.vscode-extension-auto-import
oderwat.indent-rainbow
PKief.material-icon-theme
royaction.color-manager
runningcoder.react-snippets
zhuangtongfa.material-theme
My problem is that I cannot see the color preview for each class in the autocomplete list (See image)...
I've tried disabling all of them, enabling only tailwind intellisense, w/o luck
Thanks for any tip you can give me
PS: Latest VSCode version on Windows 8.1 Pro
The problem was a bug in Tailwind CSS Intellisense
https://github.com/bradlc/vscode-tailwindcss/issues/113
Installing the alpha release solved it

How to set dark ui theme in monodevelop > 4.0

I'm using unity 5.4 on linux and it comes with monodevelop 5.9.6. I want to change UI theme (not editor theme) to dark but there's no option like pointed out on
http://lebagage.free.fr/indexa527.html?Reminders:Development:Monodevelop_-_Change_to_dark_theme
There's no Edit->Preferences->Visual Style->User Interface Theme
Another approach is to change gtkrc. I found a gtkrc inside bin/ directory but replacing that with gtkrc on
https://www.3dbuzz.com/forum/threads/200975-Turn-MonoDevelop-into-a-nice-Dark-Theme-IDE
doesn't make a change.
Any avaliable solution?
If you're using flatpak builds, there is a new version (6.1.1.15-2) which includes a dark theme:
Commit: Add a module for Dark theme.
Go into tools->options->syntax highlighting. Weird place for it to be, I know.

Eclipse tab color setting not working (GUI options)

I updated Eclipse to 4.2.0 (I'm running Archlinux). Eclipse seems to be not taking its own parameters:
Note how the preview is showing correctly, but the main interface is showing this:
Any advice on how to solve this?
I'm using a dark theme in my GTK. It used to show correctly before the update.
If you run into this trouble, try this little command:
#rename .css .not /usr/share/eclipse/plugins/org.eclipse.platform_4.2.2.v201302041200/css/*.css
You will need to replace 4.2.2.v201302041200 with your Eclipse version number.
What I'm saying is, remove or rename the theme CSS files, you will be surprised of the neat, clean and simple interface Eclipse gets, and it will follow YOUR colour settings.
Notice how even the sidebar buttons got cleaner/non-bloated.
Edit:
For Ubuntu 13.10 the location of the CSS files is different:
/opt/eclipse/plugins/org.eclipse.platform_4...
As Greg Kramida suggested, the command should be:
#rename -v 's/\.css/\.css\.not/g' /opt/eclipse/plugins/org.eclipse.platform_4.3.1.v20130911-1000/css/*.css
Updated 2014-09-19
For those running the new version "Luna" 4.4.0 the directory has changed (platform became ui.themes) so the new command is:
#rename .css .not /usr/share/eclipse/plugins/org.eclipse.ui.themes_1.0.0.v20140604-1608/css/*.css
Updated 2015-05-23
As the version of eclipse keeps changing (at least in my linux distro) I found this command to be more useful:
# rename .css .not /usr/share/eclipse/plugins/org.eclipse.ui.themes*/css/*.css
The UI look like the Eclipse 3.X stream. Did you switch the Preferences>Apparence Theme to classic? Try the GTK one to see if it's better.
However, there is still some issues with the Eclipse 4 css rendering.
If the first solution came out with no luck, what you can do is to create a plugin like this one : https://github.com/eclipse-color-theme/eclipse-ui-themes
Then focus on the following properties on your css file
CTabItem {
}
CTabItem:selected {
}
Where you can adjust the tabs colors.
Here are some resources:
http://wiki.eclipse.org/E4/CSS
http://wiki.eclipse.org/E4/CSS/SWT_Mapping
http://www.vogella.com/articles/Eclipse4CSS/article.html
You may also find the Eclipse 4 CSS spy useful.
Ragards
Appearently Eclipse is listening to the stylesheet of winxp. Try adjusting that one:
http://raginggoblin.wordpress.com/2012/07/19/eclipse-4-juno-change-tab-color/

Paint.net outline object not working

I recently had to replace the hard drive in my computer and re-install Paint.net. I installed the latest version 3.5. When I copied my collection of plugin dll files (including outline Object) the Object option does not show up in the Effects menu. Any advice is appreciated.
Jerry
That's strange.
Have you checked 'Stylize' menu?
If it is not there, please re-install Paint.net, do not copy your plugins, download current release of this plugin from paint.net forum and check again.

qtconfig fonts list on linux

I've built qt 4.7.4 on ubuntu and my application fonts look terrible. I used qtconfig to try and make the font more pleasing to the eye, but most look really bad (not aliased, and the list of fonts appears incomplete; e.g the clearlooks font in gnome uses "sans", but this doesn't appear in the list of available fonts in qtconfig).
However, if I install qtconfig-qt4 using aptitude, the fonts rendered in that application look great and there are loads more fonts available. The settings however are not applied to my qt applications.
I have no idea where qtconfig is picking up the font settings it makes available nor where it is saving the settings. The qt docs don't seem to help as far as I can see.
If someone could help me with either setting up the qtconfig in my install (maybe I need to configure with some different options - I used -debug-and-release -fast -qt-libtiff -no-webkit ?) or getting my apps to pick up the qtconfig-qt4 settings I would be most grateful! I would prefer the former!
Cheers!
Had a similar issue where qtconfig doesn't seem to be picking up the system fonts. Found some settings in kubuntu under appearance - fonts where I changed "use anti-aliasing" to enabled (from system) and then when configured I enabled "use sub-pixel rendering".
I think this gets stored in a file ~/.fonts.conf.
Still haven't figured out how to get all the fonts to appear in qtconfig though.

Resources