Advertise Here

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Josh[y]

Pages: 1 ... 29 30 31 [32]
466
SMF For Free Codes and Support / Re: [Code] Lottery Number Picker
« on: August 26, 2008, 04:30:14 pm »
What is it for?

467
SMF For Free Codes and Support / Re: [Code] Drop-Down Skin Chooser
« on: August 26, 2008, 04:26:20 pm »
Fine. But then where do I get the URLs for the CSS codes to put in it?

468
SMF For Free Codes and Support / Re: [Code] Admin Quickies v3
« on: August 26, 2008, 03:06:45 pm »
Ok well since you cant get it to work I will use the old one. I figured out how to add more links and sections with the old one but I wanted to try this one because it looked easier.

469
SMF For Free Codes and Support / Re: [Code] Drop-Down Skin Chooser
« on: August 26, 2008, 03:05:01 pm »
If they just give me the code that they used and I use it how will it affect me when they edit it?

470
SMF For Free Codes and Support / Re: [Code] Drop-Down Skin Chooser
« on: August 26, 2008, 02:35:17 pm »
can someone who got it to work give me the code they used? i want to put the code in with all the skins already in it... and the all skin chooser didnt work for me so i want to try this one.

471
SMF For Free Codes and Support / Re: [Code] Admin Quickies v3
« on: August 26, 2008, 09:16:00 am »
Its ok. Take your time.

472
SMF For Free Codes and Support / Re: [Code] Admin Quickies v3
« on: August 25, 2008, 07:16:12 pm »
Ya thats the same thing I get.

473
SMF For Free Codes and Support / Re: [Code] Admin Quickies v3
« on: August 25, 2008, 04:51:54 pm »
http://www.froforums.freesmfhosting.com/

Code: [Select]
<script>
var Section = new Array(); var Links = new Array(); var n = 0;
Section = ["Admin","Config","Maintenance","Other"];

Links[n++] = ["Admin","Admin Center","http://froforums.freesmfhosting.com/index.php?action=admin"];
Links[n++] = ["Admin","Edit Forum News","http://froforums.freesmfhosting.com/index.php?action=news"];
Links[n++] = ["Config","Manage Styles","http://froforums.freesmfhosting.com/index.php?action=style;sa=admin;sesc=14523356769ce16630a61b3651ba2f46"];
Links[n++] = ["Config","Headers & Footers","http://froforums.freesmfhosting.com/index.php?action=style;sa=headers"];
Links[n++] = ["Maintenance","Forum Maintenance","http://froforums.freesmfhosting.com/index.php?action=maintain"];
Links[n++] = ["Maintenance","Generate Reports","http://froforums.freesmfhosting.com/index.php?action=reports"];
Links[n++] = ["Other","AddOns","http://froforums.freesmfhosting.com/index.php?action=addons"];
Links[n++] = ["Other","Code Panel","http://froforums.freesmfhosting.com/index.php?action=codepanel"];

if($(".maintab_back:contains(Admin)")){
//Created by Agent Moose (8/24/2008)
$(".maintab_back:contains(Admin)").each(function(){$(this).html("<a href='javascript:open_quickies()'>Admin</a>");});
$("#upshrinkHeader2").parent().next().after("<div id='work'></div>");
//Created by Agent Moose (smcodes.smfforfree3.com)
$("#work").after('<div id="admin_quickies" style="display:none; position:absolute;"><table width="200" class="tborder"><tbody><tr class="catbg"><td>Admin Quickies - <a href="javascript:open_quickies();">Close</a></td></tr><span id="Stuff" width="200px"></span></tbody></table></div>');
for(i=0;i<Section.length;i++){
var Name = Section[i];
if(Section[i].match(/ /i)) var ID1 = Section[i].split(" ").join(""); else var ID1 = Section[i];
document.getElementById("Stuff").innerHTML += "<tr class='catbg' width='200px'><td width='200px'>" + Name + "</td></tr><tr class='windowbg' width='200px'><td class='smalltext' style='line-height: 1.3; padding:3px;' id='" + ID1 + "' width='200px'></td></tr>";
for(x=0;x<Links.length;x++){
if(ID1 == Links[x][0].split(" ").join("")) document.getElementById(ID1).innerHTML += "<a href='" + Links[x][2] + "'>" + Links[x][1] + "</a><br />";
};};}; function open_quickies(){$("#admin_quickies").toggle();};
</script>

474
SMF For Free Codes and Support / Re: [Code] Admin Quickies v3
« on: August 25, 2008, 06:44:41 am »
i cant get it to work... i have <script src="/jquery.js"></script> at the beggining but i still cant get it to work.

475
Code Requests / Re: [WANT] Admin Quickies (Extra)
« on: August 24, 2008, 04:13:25 pm »
LOL, Ive already tried. I cant get it to work. I dont know enough about Javascript coding.

476
Code Requests / Re: [WANT] Admin Quickies (Extra)
« on: August 23, 2008, 09:29:10 pm »
Sorta, but I mean like, if I click a link in the Admin Quickies, another box will pop up with more links.

477
Code Requests / [WANT] Admin Quickies (Extra)
« on: August 23, 2008, 09:06:00 pm »
I want a code so when I click on Admin, the Admin Quickies pop up, and then if I click something like, Manage Styles, another Quickie will pop up with the options in the Manage Styles page. If it doesnt make sense im sorry. Thats the best I can explain it.

478
Code Requests / Need a few codes made...
« on: August 23, 2008, 08:12:52 am »
I need a code to remove tabs and a code to rename tabs. It sounds easy so im hoping someone can make it for me.

Pages: 1 ... 29 30 31 [32]