AE Extras - BJ

By Big Jeff Last update Oct 20, 2010 — Installed 5,059 times.

Small Question

in
Subscribe to Small Question 4 posts, 3 voices



Mr Tempus Scriptwright
FirefoxWindows

When you have AE Extras - BJ installed, there are 4 links you can go to on your AE page.

Support Chat
Forums
Extras Config
Battle Calc

What code is needed to enable you to make your own links like this?

 
Big Jeff Script's Author
FirefoxWindows

it almost the same coding as html

 
mia'cova User
FirefoxWindows

I am sure he means what are you using to keep the items at the top left of the window, even when scrolling the page.

You can find the function in the code if you go to "Manage User Scripts", then select Extras BJ, and click the edit button. It will then load into whatever text editor you select to open .js files. Search for the function called "insertBjLogo".

I think the piece you are looking for is near the top of that function... look for these lines:
logo.style.left ="0px";
logo.style.top="0px";
logo.style.position="fixed";

These would be the div stylesheet settings he uses to fix the links at the top of the page. Play with it. You can always come back here and reinstall if you break it.

 
Mr Tempus Scriptwright
FirefoxWindows

Thanks for that. But I'm actually wanting to make my own links for my own script so it is always accessible. I was wondering how to do it.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel