Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594
Hello,
I am going to be releasing a hack that will allow you to have flash or javascript mouseover images for almost all of the ubb images.

Anyway, the reason I am posting here is to get some of you thinking about the images (and maybe posting some) that could be used + added to the ubbdev database.

Here is what I have so far -
http://www.saturn9designs.com/buttontest.html
*These will be included in the zip when the mod is released laugh

Thanks,
jeremiah

[ May 03, 2001 12:58 PM: Message edited by: freakscene ]


jeremiah
Sponsored Links
Joined: Jan 2000
Posts: 139
Member
Member
Offline
Joined: Jan 2000
Posts: 139
*** loading Flash5 up ***

Joined: Jan 2000
Posts: 139
Member
Member
Offline
Joined: Jan 2000
Posts: 139
uhhhh dumb question ... but what is the link that will be placed in the swf ???

since the click comes from the swf it's not the same as a click on an image ?

or did i missed something ???

knuff

Joined: Apr 2001
Posts: 7
Junior Member
Junior Member
Offline
Joined: Apr 2001
Posts: 7
im waiting for the hack to come...get it soon man... laugh

Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594
Quote
quote:
Not a dumb question. I will include a tutorial on how to receive the link into your swf files. In coding this, I included some javascript that passes the correct link as a variable into the swf file for each possible instance(if you choose to use it) laugh


This is the way I have used the variable in the past so you can get an idea on how to use it:

I put it at the beginning of my 'Loading' loop.

Quote
quote:
The variable '$j' is used as a catch for any browsers that do not allow javascript or the setVariable command (NS6), it simply defaults it to the main menu.
Also, do not predefine any variables within the Flash movie that are to be passed from javascript, doing this will overide the variable with the in-movie definition.

[ April 30, 2001 03:14 PM: Message edited by: freakscene ]


jeremiah
Sponsored Links
Joined: Jan 2000
Posts: 139
Member
Member
Offline
Joined: Jan 2000
Posts: 139
okiedokie ... so we have to standarize the variables in a way ...

i was trying to grab the info from the url of the page so an extra javascript was needed but i give up on that one than ...

can you send me your predefined vars by ICQ or email ...
or post them here

my ICQ: 93678014

I'm working on a few sets ...

Greetz

Knuff

Joined: Jan 2000
Posts: 139
Member
Member
Offline
Joined: Jan 2000
Posts: 139
my first Flash attempt ...

hehe ... have a look if you want to ...

it should integrate the close/remove/delete section at the bottom of the page ...

click here

greetz

knuff

Joined: Jan 2000
Posts: 139
Member
Member
Offline
Joined: Jan 2000
Posts: 139
I Think we should also " wordletize " the text used in the flash files so it's easy to translate them into a different language ...

this is very easy to do ... but it's very handy for foreign boards ...

Greetz

Knuff

Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594
Quote
quote:
Superb Idea! I'll compile that variable list asap smile


I like the SWF file you made too smile The only catch to that one is that those are seperated right now. I think I'll redo that section to make those grouped when the flash option is selected.

[ May 01, 2001 08:18 AM: Message edited by: freakscene ]


jeremiah
Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594
OK, here is the standarized list for "drop-in" flash development for this hack.


* There may be changes (additions for sure) Suggestions are welcome and encouraged (but if it is more technical or move from the scope of this particular forum, please post it in to help maintain order here. laugh

BBTitle (Duh)-
-----------
1 - $UBBTitleURL (Value = URL of UBB)
2 - $UBBTitleTXT (Value = Wordlet Configurable in cp [vars_wordlets_mods] - supubbstyle_bbtitle)


BBPost (New Post)-
-----------
1 - $UBBPostURL (Value = URL to post new thread in forum)
2 - $UBBPostTXT (Value = Wordlet Configurable in cp [vars_wordlets_mods] - supubbstyle_post)


BBReply (Reply)-
-----------
1 - $UBBReplyURL (Value = URL to reply to thread)
2 - $UBBReplyTXT (Value = Wordlet Configurable in cp [vars_wordlets_mods] - supubbstyle_reply)


BBSearch (Search Graphic)-
-----------
1 - $UBBSearchURL (Value = URL of UBB)
2 - $UBBSearchTXT (Value = Wordlet Configurable in cp [vars_wordlets_mods] - supubbstyle_search)


BBProfile (Profile Icon)-
-----------
1 - $UBBProfileURL (Value = URL of Users Profile)
2 - $UBBProfileTXT (Value = Wordlet Configurable in cp [vars_wordlets_mods] - supubbstyle_profile)


BBEmail (Email Icon)-
-----------
1 - $UBBEmailURL (Value = URL to display Users Email Address)
2 - $UBBEmailTXT (Value = Wordlet Configurable in cp [vars_wordlets_mods] - supubbstyle_profile)


BBEdit (Edit Icon)-
-----------
1 - $UBBEditURL (Value = URL to edit post)
2 - $UBBEditTXT (Value = Wordlet Configurable in cp [vars_wordlets_mods] - supubbstyle_edit)


BBPm (Private Message Icon)-
-----------
1 - $UBBPmURL (Value = URL to send user a private message)
2 - $UBBPmTXT (Value = Wordlet Configurable in cp [vars_wordlets_mods] - supubbstyle_pm)


BBQuote (Quote Icon)-
-----------
1 - $UBBQuoteURL (Value = URL to reply to post and quote specific post)
2 - $UBBQuoteTXT (Value = Wordlet Configurable in cp [vars_wordlets_mods] - supubbstyle_quote)


BBHome (HomePage Icon)-
-----------
1 - $UBBHomeURL (Value = URL to Users HomePage)
2 - $UBBHomeTXT (Value = Wordlet Configurable in cp [vars_wordlets_mods] - supubbstyle_home)


BBFriend (UBBFriend Header Graphic)-
-----------
1 - $UBBFriendURL (Value = URL of UBB)
2 - $UBBFriendTXT (Value = Wordlet Configurable in cp [vars_wordlets_mods] - supubbstyle_friend)


BBPrev (Previous Topic Icon)-
-----------
1 - $UBBPrevURL (Value = URL to Previous Topic)
2 - $UBBPrevTXT (Value = Wordlet Configurable in cp [vars_wordlets_mods] - supubbstyle_prev)


BBNext (Next Topic Icon)-
-----------
1 - $UBBNextURL (Value = URL to Next Topic)
2 - $UBBNextTXT (Value = Wordlet Configurable in cp [vars_wordlets_mods] - supubbstyle_next)


BBClose (Admin option to close topic)-
-----------
1 - $UBBCloseURL (Value = URL to Close Topic)
2 - $UBBCloseTXT (Value = Wordlet Configurable in cp [vars_wordlets_mods] - supubbstyle_close)


BBOpen (Admin option to Open topic)-
-----------
1 - $UBBOpenURL (Value = URL to Close Topic)
2 - $UBBOpenTXT (Value = Wordlet Configurable in cp [vars_wordlets_mods] - supubbstyle_open)


BBMove (Admin option to Move topic)-
-----------
1 - $UBBMoveURL (Value = URL to Close Topic)
2 - $UBBMoveTXT (Value = Wordlet Configurable in cp [vars_wordlets_mods] - supubbstyle_move)


BBClose (Admin option to Close topic)-
-----------
1 - $UBBCloseURL (Value = URL to Close Topic)
2 - $UBBCloseTXT (Value = Wordlet Configurable in cp [vars_wordlets_mods] - supubbstyle_close)


BBDelete (Admin option to Delete topic)- laugh Thanks again knuffel!
-----------
1 - $UBBDelURL (Value = URL to Delete Topic)
2 - $UBBDelTXT (Value = Wordlet Configurable in cp [vars_wordlets_mods] - supubbstyle_delete)


* note that the first release of this probably will not include all of these as it will be more of a test to catch bugs and see how the kind of install problems we will have.

Hope some MouseOver Images start showing up soon!

[edit]-added delete[/edit]

[ May 03, 2001 12:18 PM: Message edited by: freakscene ]


jeremiah
Sponsored Links
Joined: Jan 2000
Posts: 139
Member
Member
Offline
Joined: Jan 2000
Posts: 139
Update:


BBDelete (Admin option to Delete topic)-
-----------
1 - $UBBDelURL (Value = URL to Close Topic)
2 - $UBBDelTXT (Value = Wordlet Configurable in cp [vars_wordlets_mods] - supubbstyle_close)


Greetz

Knuff

Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594
Thanks Knuff smile

It has been added


jeremiah
Joined: Jan 2000
Posts: 139
Member
Member
Offline
Joined: Jan 2000
Posts: 139
First Wordletized and Variables defined set is updated ...

Packed in zip file for testing purposes jeremiah ... wink

I tested the variables with a load variable statement and that worked so it should work if you send it to the swf with a javascript ...
--- click here ---


Greetz

Knuff

Joined: Apr 2001
Posts: 58
Mix Offline
Member
Member
Offline
Joined: Apr 2001
Posts: 58
Don't forget to add the "pre load images" part of the script, So the images don't load while your about to click on it making it look laggy or slow. With the pre load the mouse move over will look smooth and fast.

Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594
Quote
quote:
WOW! Very nice job smile Thanks again!!!!!!!!!!


Quote
quote:
wink It's in there laugh


jeremiah
Joined: Jan 2000
Posts: 139
Member
Member
Offline
Joined: Jan 2000
Posts: 139
I updated the page above and added the yellow set of icons (i will complete it in the weekend ...) but it should be possible to start testing ....

I will look for a way so also the color of the icons can be adapted to match the colorscheme of the UBB where they are used ... by adding a variable in a flatfile ...

I did some tests and flash had problems with reading the variables from a cgi file (the extension) on my providers webserver (locally it worked perfect) so i guess it might be better to go for a txt extension here if possible ... so we cut down the load on errors due to server configs ...

A sneakpreview of the new flash Icons ...

[Linked Image]

Okie Jeremiah ... when can we start alpha testing ... ?


Should i write a manuel on how to create the FLA files ?


Greetz

Knuff

[ May 03, 2001 06:48 PM: Message edited by: knuffel ]

Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594
Code
quote:</font><HR>Originally posted by knuffel:
I will look for a way so also the color of the icons can be adapted to match the colorscheme of the UBB where they are used ... by adding a variable in a flatfile ...
<HR></BLOCKQUOTE>

Very cool stuff you added :) I used that dingbat for my flash search on the old site :D
Right now, the background colors for the swf are defined by the ubb variable being used in the area the file will be placed. For example, for the bbtitle I use the page background color and for the admin functions, I will use the variable used to color the cell they are in.
If you want, we could pass another variable into it for flash foreground color (which could be defined in the cp).....


Quote
quote:

I am passing the variables via javascript - Here is an example
Quote
code:

quote:

Hopefully this weekend.....
I am on call with 2 pagers so lets cross our fingers (another benefit of working with morons....)

Quote
quote:
YES!!! If you don't mind. That would help out tremendously!!!

Thanks again laugh

jeremiah
Joined: Jan 2000
Posts: 139
Member
Member
Offline
Joined: Jan 2000
Posts: 139
I think we missed something ... ;( or i don't really see it yet wink

If we change the profile and usericons above the postings how are we gonna identify them in a post with more than one reply ...

I think this will be a problem ...

It took me 1 hour in the car this morning but couldn't really find a good solution ....

Greetz

Knuff

Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594
These are defined in the same loop that currently defines the paths so they should be updated correctly.

Have to test it to be sure though...


jeremiah
Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594
Scratch that, I see what you are saying now.

I have an idea, we can add another variable that gets incremented when it goes through the loop for each post.

When it does, the number is appended to the object name and of course it's reference in the JavaScript.

This will make each one unique so that it should work.

(I think this concept is used in the custom forum background mod )

It's a theory anyway.... laugh

What do you think?


jeremiah
Joined: Aug 2000
Posts: 594
Member
Member
Offline
Joined: Aug 2000
Posts: 594


jeremiah
Joined: Jan 2000
Posts: 139
Member
Member
Offline
Joined: Jan 2000
Posts: 139
okie ... that should work i guess ...

so every swf gets an unique ID / NAME param created when the page is generated and the javascript tells the correct ID what it's variable is ... make good sense ... wink

flash support at MM

Hmmm ... since your site is down ... you do have some time to get this one finished, no ?

*innocent grin*

No, seriously ... good luck with the restore / recover ...

I'll try to get the icons and the tute done this weekend ...


Greetz

Knuff

Joined: Jan 2000
Posts: 139
Member
Member
Offline
Joined: Jan 2000
Posts: 139
Okie i will put the demo/instructions FLA online today ... wink

Could you update the list with variables ...

newly added features

BBCheck If Everything is OK
-----------
1- $UBBVarsOK (Value = has to be numerical but may NOT be smaller as 0, this will perform a check to see if all vars are loaded)

BBColors & Co
-----------


1 - $UBBAlpha1COL (Value = has to be between 0 and 100, this is the standard value: eg 20)
2 - $UBBAlpha2COL (Value = has to be between 0 and 100, this is the value used on mouse over: eg 100)

3 - $UBBBgGreenCOL (Value = The RGB Value for the background color )
4 - $UBBBgRedCOL (Value = The RGB Value for the background color )
5 - $UBBBgBlueCOL (Value = The RGB Value for the background color )

6 - $UBBRedCOL (Value = The RGB Value for the image color )
7 - $UBBGreenCOL (Value = The RGB Value for the image color )
8 - $UBBBlueCOL (Value = The RGB Value for the image color )

Greetz

Knuff


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)