Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons

Reply
 
Thread Tools
Forum SWF 1.0.1 - Show SWF Files in place of forum titles Details »»
Forum SWF 1.0.1 - Show SWF Files in place of forum titles
Version: 1.01, by SkyCatcher SkyCatcher is offline
Developer Last Online: Mar 2013 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 07-10-2006 Last Update: 07-10-2006 Installs: 8
DB Changes Uses Plugins Template Edits
Is in Beta Stage  
No support by the author.

FORUM SWF 1.0.1


This hack will allow you to specify a SWF file throught the adminCP and will then display that flash file instead of the forum title.

You may still enter a forum description that will be shown below the SWF file if you wish to do so.

Known Problems:
When creating a new forum the information you may enter into the box will not be saved. Instead you must create the new forum and then go back to edit and enter a value for it to save.

It works fine with already created forums.



Forum SWF Installation:
Import the product xml file throught the AdminCP
Do the two template edits in the txt file.


Install difficulty: 1 ( two template edits )
Install Time: about 1-2 minutes


This hack is in it's beta stage because I have absolutely no idea what I'm doing - if I did, I'd have coder status

This has been tested with 3.5.4 but should work for 3.6 also.

Any questions or comments - post em here and I'll laugh at you while eating a cookie.... hmmm shouldn't have said that

The idea here is to create your own swf file which links to a forum of your choice with a nice backgroud, description and what not - leaving you total customizability to the way your forums look. Or you just grab the nearest swf file and throw that in there, but where's the fun in that?

Short Demo can be seen HERE


Changelog
1.0.0 Initial Release
1.0.1 Updated Install text file negating double titles

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 07-11-2006, 02:40 PM
SkyCatcher's Avatar
SkyCatcher SkyCatcher is offline
 
Join Date: Feb 2003
Location: Germany
Posts: 310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

1.0.1 Updated Installation text to negate the double title mishap. If you have already installed this hack, simple find the
Code:
<if condition="!$forum['forumswf']">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
</if>
and look below it: remove the line
Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
in both
forumhome_forumbit_level1_post
and
forumhome_forumbit_level2_post
Reply With Quote
  #3  
Old 07-11-2006, 02:48 PM
PsiNyde PsiNyde is offline
 
Join Date: Dec 2003
Location: New Orleans
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

cool. i'll give it a butcher's today. thanks.
Reply With Quote
  #4  
Old 07-11-2006, 05:08 PM
Snake's Avatar
Snake Snake is offline
 
Join Date: Mar 2005
Location: Cleveland, OH
Posts: 3,832
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very nice. I'll give it a try!
Reply With Quote
  #5  
Old 07-11-2006, 05:44 PM
Gizmo5h1t3's Avatar
Gizmo5h1t3 Gizmo5h1t3 is offline
 
Join Date: Aug 2005
Location: ROCHDALE LANCS UK
Posts: 650
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

where in the admin cp do you enter the swf filename plz??

all i see now on my forumhome is the title repeated twice???
Reply With Quote
  #6  
Old 07-11-2006, 07:47 PM
SkyCatcher's Avatar
SkyCatcher SkyCatcher is offline
 
Join Date: Feb 2003
Location: Germany
Posts: 310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gizmo5h1t3
where in the admin cp do you enter the swf filename plz??


all i see now on my forumhome is the title repeated twice???

It's under Forums & Moderators > Then edit forums > Pick a forum to edit

You'll find it at the very very bottom


Not sure why it would repeat twice unless you have another hack installed that would cause a conflict perhaps.

See if $forum[title] is in there twice where the instructions tell you to add the code... it should only be in there once
Reply With Quote
  #7  
Old 07-11-2006, 08:49 PM
PsiNyde PsiNyde is offline
 
Join Date: Dec 2003
Location: New Orleans
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

the double title problem exists in IE, but not in Firefox.
Reply With Quote
  #8  
Old 07-11-2006, 09:05 PM
PsiNyde PsiNyde is offline
 
Join Date: Dec 2003
Location: New Orleans
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think I found out why. in your instructions, your addition for level1 and level2_post should be replacing this instead of just adding your code above it:

Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
remove this under the last if statement [it should look almost like a double code], and you should be good. BUT it's in both level1 and level2, so do it twice for each style!

yer.
Reply With Quote
  #9  
Old 07-11-2006, 09:11 PM
SkyCatcher's Avatar
SkyCatcher SkyCatcher is offline
 
Join Date: Feb 2003
Location: Germany
Posts: 310
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PsiNyde
I think I found out why. in your instructions, your addition for level1 and level2_post should be replacing this instead of just adding your code above it:

Code:
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
remove this under the last if statement [it should look almost like a double code], and you should be good. BUT it's in both level1 and level2, so do it twice for each style!

yer.
Yeah I just saw that too as you were posting >< Install file has been updated and also appended with an uninstallation for the template mods since you'll be replacing a line of the template.

Please forgive me for overlooking this :/
Reply With Quote
  #10  
Old 07-11-2006, 09:42 PM
PsiNyde PsiNyde is offline
 
Join Date: Dec 2003
Location: New Orleans
Posts: 49
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SkyCatcher
This hack is in it's beta stage because I have absolutely no idea what I'm doing - if I did, I'd have coder status
wasn't worried about it. that was an easy fix anyways dude...
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:11 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04578 seconds
  • Memory Usage 2,295KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete