It looks like this theme/style became a victim of updates and probably isn't 100% compatible with changes in the most recent release. Someone should nag jazzman to bump it up in his spare time.
It looks like this theme/style became a victim of updates and probably isn't 100% compatible with changes in the most recent release. Someone should nag jazzman to bump it up in his spare time.
What jim meant was: Check the announcement text you wrote up for this extension. If there are line breaks (ie: carriage returns/line breaks/you hit the enter key making a new line) you'll want to back it up and make sure it all fits on a single line.
What jim meant was: Check the announcement text you wrote up for this extension. If there are line breaks (ie: carriage returns/line breaks/you hit the enter key making a new line) you'll want to back it up and make sure it all fits on a single line.
google turns up quite a few tutorials ranging from beginner to advanced. It's fairly broad but there's always Zeldman or A List Apart if you want to learn just techniques. I suggest searching for simple tutorials, it's not that difficult to grasp th…
google turns up quite a few tutorials ranging from beginner to advanced. It's fairly broad but there's always Zeldman or A List Apart if you want to learn just techniques. I suggest searching for simple tutorials, it's not that difficult to grasp th…
bjrn I don't think that was a plan :) But we could use a modification so that certain styles also switch the theme they belong to. Or at the very least don't list those styles which belong to other themes.
3stripe, you still working on this? I found a little quirk when attempting to use access keys in conjunction with this add-on as the Discussions access key appears to insert del (strikeout) tags instead of taking us back to the discussions :)
I cre…
3stripe, you still working on this? I found a little quirk when attempting to use access keys in conjunction with this add-on as the Discussions access key appears to insert del (strikeout) tags instead of taking us back to the discussions :)
I cre…
Krak, I could make it less painful and just use a few import rules to several style sheets instead of doing it via extension which would create overhead. A simple colors.css file with proper import rule where changing a few hex colors should do the …
Hah, yeah I will keep that all in mind and it's a good motivator since I made this I've gotten dozens of reminders and requests and have been a bit too busy to work on things. And while good I think the overall style is, it has become a bit "dated" …
Krak, I could make it less painful and just use a few import rules to several style sheets instead of doing it via extension which would create overhead. A simple colors.css file with proper import rule where changing a few hex colors should do the …
Hah, yeah I will keep that all in mind and it's a good motivator since I made this I've gotten dozens of reminders and requests and have been a bit too busy to work on things. And while good I think the overall style is, it has become a bit "dated" …
If it's a custom template, there's a remote possibility that it's probably using a deprecated or totally wrong method which is writing this error. My other thought is that it's also unable to destroy the session associated with it and as a result lo…
Odd, usually when errors like this appear in the log there's usually a doppelganger that appears on site somewhere as well unless you have error reporting off at that level. I'd say poke around every corner of your Vanilla install and see if you can…
You're going to want to make sure the document roots reflect the server each installation is on. Given if you change servers they might differ to varying degrees so you'll want to map the correct path. Make sure you have a clean backup of the databa…
OK, I was wrong. There are no fully fleshed out add-ons (to my knowledge) which perform this action. I can't seem to find the thread from over a year ago where mark outlines why it's bad practice to allow users to delete themselves etc... But here's…
I remember this being brought up a number of times, however as deel explained it would leave some gaping holes in discussions and threads that user contributed to and would very likely destroy the database. If I recall correctly, an extension was cr…
While I can see this as an attack vector of the obnoxious sort, so far I don't think anyone has experienced anything like it via a Vanilla based install. However I agree that it might be nice to limit the number of queries that could be performed wi…
Is this also appearing when you view other users profiles? I've seen this a lot recently even under my own installations and am curious as to what's causing it.
Quite honestly, using relative paths going either up OR down through directories is just the same if not a little easier than stabbing around for a directory that doesn't exist under an absolute path. But that's all depending how you're use it in th…