I managed to brain fart, and upload my layout file into my menu layout, so now it's all summarily boned (luckily I didn't go live yet). I hadn't changed the menu yet, so can I get a copy of the default menu file?
I managed to brain fart, and upload my layout file into my menu layout, so now it's all summarily boned (luckily I didn't go live yet). I hadn't changed the menu yet, so can I get a copy of the default menu file?
---- Zabado, Emperor of Amangur
in the spots where you upload the layout and menu html files, the labels for each are actually links too, you can right click "Layout File" or "Menu File" and save as an html file. and that should be your old menu file.
in the spots where you upload the layout and menu html files, the labels for each are actually links too, you can right click "Layout File" or "Menu File" and save as an html file. and that should be your old menu file.
I tried that too, but it seems once you test it, those links point to the new ones for me.
Also Spaticas, I noticed you all have your vent status on the right sidebar, can I pick at you for how that's done?
I tried that too, but it seems once you test it, those links point to the new ones for me.
Yeah, once you upload it, it's overwritten. When you test or deploy the file, the server parses the files and makes the files suitable for deploying. I'll be adding an "Advanced LAyout History" archiving all files ever uploaded so you could effectively roll back to any point in your layout history.
---- The day Microsoft makes a product that doesn't suck is the day they make a vacuum cleaner.
in the spots where you upload the layout and menu html files, the labels for each are actually links too, you can right click "Layout File" or "Menu File" and save as an html file. and that should be your old menu file.
I tried that too, but it seems once you test it, those links point to the new ones for me.
Also Spaticas, I noticed you all have your vent status on the right sidebar, can I pick at you for how that's done?
---- Zabado, Emperor of Amangur
your right, lol yeah i overwrote my layout file with my menu file once, it was really f'd up and i didn't even realize what i did.
assumeing your vent hosting company gives you a chunck of java script for the vent status, i just created another cell on that side, made another style in the css file to style it and put the chunk of java code in that cell. i'll upload my ccs and layout file.
basically the whole content of the page is one table with one row, the left cell holds all the module in the left side bar, the middle cell holds the middle content (news and stuff) and i made another one to hold the right side bar( just moved some of the <!-- chop's cool modules crap --> tags to that right most cell.
Alright, got most everything working now. How can you specify access levels to custom elements like that, or any elements in the layout file that you want people to only view if they are of a certain access level or higher?
Alright, got most everything working now. How can you specify access levels to custom elements like that, or any elements in the layout file that you want people to only view if they are of a certain access level or higher?
Alright, got most everything working now. How can you specify access levels to custom elements like that, or any elements in the layout file that you want people to only view if they are of a certain access level or higher?
---- Zabado, Emperor of Amangur
Right now, the only "Access LEvel" thing available is <!--System:AdminStart--> and <!--System:AdminEnd--> Which will check for access to the Administration menu. I'll have to add the functionality to make it more dynamic. Somethign to the effect of
<!-- System:If:chat --> For example, would only show if they have access to chat.
---- The day Microsoft makes a product that doesn't suck is the day they make a vacuum cleaner.