Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Daily Crossword Puzzle for your site Details »»
Daily Crossword Puzzle for your site
Version: 1.00, by davidw davidw is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.5 Rating:
Released: 03-05-2007 Last Update: 04-17-2007 Installs: 84
Uses Plugins Template Edits
Re-useable Code Additional Files  
No support by the author.

I just found a neat online crossword puzzle that you can add to your site and I thought, it would be really easy to just make a page to put this in. So, I did just that and made a vbadvanced page as well. https://vborg.vbsupport.ru/showthread.php?t=141333

Step 1: Upload vbcross.php to your forum root
Step 2: Go to your admincp => Plugins & Products => Manage Products => Add/Import Product
Import product-christianb_vbcross.xml

And they are looking for spanish and french translators as well.
See this page for details.

Demo location: http://www.christianboards.org/vbcross.php

This is loaded in an iframe so it is coming from the source site. Because of this there can be a 1-15 second delay.

You can put a link to it in the navbar by doing something like this...

Go to Styles & Templates => Style Manager => Style Choice Drop down All Style Options and choose Edit Templates - Click Go.

Navigation / Breadcrumb Templates >> => navbar

Find:

Code:
<td class="vbmenu_control"><a href="faq.php$session[sessionurl_q]" accesskey="5">$vbphrase[faq]</a></td>
Add after:

Code:
<td class="vbmenu_control"><a href="vbcross.php$session[sessionurl_q]">vB Crosswords</a></td>
Changes

V. 1.1 Added support for Who's Online

Show Your Support

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

Comments
  #72  
Old 12-09-2008, 12:26 AM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am guessing that the crossword creator has abandoned this project. I still support my work, but cannot support the works of others (the crossword creator's). The best I could do was email him and let him know but those emails have gone unanswered. This is why I never released anything for 3.7 - there wasn't really a point.
Reply With Quote
  #73  
Old 12-14-2008, 01:14 PM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This modification is no longer supported.
This modification has been marked re-usable.
Reply With Quote
  #74  
Old 04-15-2009, 05:51 PM
BucShot's Avatar
BucShot BucShot is offline
 
Join Date: Jan 2008
Location: Central Florida
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I replaced the puzzle code (address etc) with code from this site. It required a little tweaking but all seems to be working well.
Reply With Quote
  #75  
Old 04-15-2009, 06:12 PM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was actually looking at that site a couple weeks ago as I was considering restarting this project with a site that works.
Reply With Quote
  #76  
Old 04-15-2009, 08:14 PM
Videx's Avatar
Videx Videx is offline
 
Join Date: Feb 2007
Posts: 3,085
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So, is the zip fixed yet? I saw someone else put this new site in a post, but I prefer the way this mod did it.

If you update it, you should add code for the Template Modification System so we don't have to set up that edit ourselves.
Reply With Quote
  #77  
Old 04-15-2009, 08:24 PM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, due to the nature of what transpired, I stopped working on the 3.6 version. I also marked this as reusable so anyone can update/work on it and release it, provided they credit me.

If no one does continue working on it, I might later but I have a lot of work ahead of me at the present.
Reply With Quote
  #78  
Old 04-16-2009, 03:18 AM
BucShot's Avatar
BucShot BucShot is offline
 
Join Date: Jan 2008
Location: Central Florida
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't think anyone expects support for older mods to last forever David and it's certainly not your fault that the original crosswords site went dormant. It happens, but some us old 3.6 hacks like this mod and it's easily fixed with a simple template edit.

First go to bestcrosswords.com and click on the web syndication link.
Register an account and you'll see 2 options, the code generator and the customization guide. I would recommend adding code from both of these to your "vbcross" template.

Next edit your vbcross template.
Find:
Code:
<iframe src="http://www.onlinecrosswords.net/externalplay.php?code=6d2e501ce15b4416853f64e62a6355e2&lang=EN" width="570px" height="700px" name="Crossword" scrolling="no" frameborder="0"></iframe>
		</td>                                                   
	</tr>
	<tr>
		<td class="alt2" style="text-align:center">
			Instructions:  Click on a clue below the puzzle to activate the word in the puzzle.<br />
			You can also click on the puzzle location to activate the word and the clue will be highlighted below.
			To enter the word, start typing.
Replace that with the code from bestcrosswords.com and tweak the customization code to match your site. You should be good to go.
Reply With Quote
  #79  
Old 06-09-2009, 05:42 PM
edytwinky edytwinky is offline
 
Join Date: Aug 2007
Posts: 512
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anybody ever update this for 3.7 or 3.8?
Reply With Quote
  #80  
Old 06-09-2009, 06:23 PM
davidw's Avatar
davidw davidw is offline
 
Join Date: Jul 2005
Location: Arkansas
Posts: 2,815
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I may have some time in the near future to update this. The past few months have been tight with time for me.
Reply With Quote
  #81  
Old 06-13-2009, 01:43 PM
Glynn58 Glynn58 is offline
 
Join Date: Jul 2006
Location: Barnsley UK
Posts: 97
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by davidw View Post
I may have some time in the near future to update this. The past few months have been tight with time for me.
Tagging this and waiting for the 3.82 cheers David
Reply With Quote
Reply


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 07:22 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.05624 seconds
  • Memory Usage 2,307KB
  • Queries Executed 25 (?)
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
  • (3)bbcode_code
  • (1)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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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