The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
? ?
|
#12
|
||||
|
||||
Just put in a duplicate style one with flash header and one without, users can choose which one they want..
|
#13
|
|||
|
|||
thats what im gonna do but i was wondering if i don't have to do another style if i can just make some option in the user cp where they can pick the header they want without changeing the whole style, cuz im always doing changes to the style and i have just 1
|
#14
|
|||
|
|||
Couldnt you make two movies. One that is animated for the main page. then the second one that isnt
add a if statement something like? <if condition="THIS_SCRIPT == 'index'"> Place first flash code here <else /> Place second flash code here, you know the one that doesnt move as much </if> |
#15
|
|||
|
|||
thats what i will do instead lets just keep it simple.
it will come down to this i have a portal page and forum, portal is the page u get when u got to the site so i will put that code ntfu2 gave in the portal page, (will have music and preloader) then anyother page will just get a basic flash with no preloader and no music. thanks everyone for all your help i will tell u how it comes out cuz im not gonna do it now im sleepy im sorry for the dumb question but does that go in the php script or the portal template? if its the php script how would i do that, cuz the vbadvanced portal index.php page is just some sort of template caller Quote:
|
#16
|
||||
|
||||
A "loader" should only appear when the flash file is not cached in the user's system. Once it's cached the "loader" is skipped.
If your Flash file "loads" each time ... you have a badly written "loader". You will need to edit your Flash file so that it doesn't "load" each time the file is called. essentially, a flash file checks if (number of frames exist) to display or not display "loader"... if (not loaded) { goto frame 0 } OR if (frame10 is loaded) { //skip the loader goto frame 10 } the above is not the code to use ... it's just giving you a direction to look into all loaders are different but, the above is pretty much the basics |
#17
|
||||
|
||||
Quote:
Code:
<if condition="THIS_SCRIPT == 'adv_index'">Flash Code for Portal</if> <if condition="THIS_SCRIPT == 'index'">Flash Code for Index</if> <if condition="THIS_SCRIPT != 'adv_index' OR THIS_SCRIPT != 'index'">Flash Code for anything besides Index or Portal</if> |
#18
|
|||
|
|||
You can generate a cookie from flash that once it loads, it won't load again for that user.
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|