Advertisement
-
Posts
27 -
Joined
-
Last visited
-
Days Won
3
Community Answers
-
damo's post in After Upgrade: No Skin/Theme.. only TEXT was marked as the answer
I had a similar issue, to which i had to fix by changing the Upload path, to do this in the end I took a backup of my site and databases, opened up the database in phpmyadmin and found in the database table core_file_storage the string which use to be in the conf global file before they introduced filestorage systems, i modified it to look like this: {"dir":"{root}\/uploads","url":"/uploads"} from {"dir":"{root}\/uploads","url":"mydomain.com/uploads"} and then had to delete the storageConfigration file inside the datastore folder and reload the site.
It worked for me, worth a try but i would highly recommend a backup before proceeding.
Hope this helps, let me know the outcome :)
-
damo's post in Hits resources like WF was marked as the answer
This is what's called a forum redirect as you can see here:
You have the ability to create a forum, but when clicked it redirects to another website or URL, In this case it just redirects to: http://webflake.sx/files/category/39-ipboard/
Which is the downloads section of the website,
By default it will look like this:
But with a bit of styling using CSS you can make it look like the above, it all depends on the skin your using to how it looks.
Regards.
-
damo's post in changing text editor input bg color was marked as the answer
I've installed this skin and checked, It is definitely in there, This was a brand new installation with just this single skin installed, When modified it gave the desired output above,
The CSS for this is pulled via a Iframe as you can see in the Tree here:
If you like I can show you, Drop me a PM if you wish.
-
damo's post in How change case color. was marked as the answer
ACP -> Look & Feel -> Edit your Theme -> Select CSS -> Edit IPB_ckeeditor.css Find
.cke_top { background: #efefef url('{style_images_url}/editor/toolbar_bg.png') repeat-x !important; } Edit and replace #efefef with your colour and the toolbar_bg edit inside PS to change the color.
If you require help with this please feel free to PM me and i'll do it for you.
-
damo's post in How do i disallow google from indexing a certain category? was marked as the answer
The easiest way to do this is to disable guests from viewing the catagory - AFAIK.
Otherwise you should be able to do it via robotstxt.txt
add to robotstxt.txt
Disallow: forum/Your Forum Name/
This can be found in your Address URL
-
damo's post in Like/Reputation system not working? was marked as the answer
For anybody having the same problem a fix can be found here:
http://www.invisionpower.com/support/kb/_/343-names-do-not-appear-when-liking-a-post-r39
Topic can be closed
-
damo's post in What kind of plugin is this forum using? was marked as the answer
This to me looks like it has been built using IP.Content() And then IP.Content set as the default page in the initdata file. IP.Content just uses blocks and or built blocks made by the user, I believe this is what your looking for
Thanks and hope this helps.
Damo.