Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[OzzModz] Site Links Block In WGO Details »»
[OzzModz] Site Links Block In WGO
Version: 1.0.1, by ozzy47 ozzy47 is offline
Developer Last Online: Dec 2021 Show Printable Version Email this Page

Category: Mini Mods - Version: 4.x.x Rating:
Released: 04-25-2013 Last Update: 04-27-2013 Installs: 25
Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

Another mod brought to you by,


Site Links Block In WGO will show a block containing important links on your site in the What's Going On area.

Settings can be found in ACP / Settings / Options / Ozzy: Site Links Block In WGO Settings.

Complete Feature List
  • Option to disable the Site Links block completely.
  • Option to select four different positions in the WGO section to display the block.
  • Option to select which usergroups can't see the Site Links block.
  • Option to disable the Important Information links column.
  • Three settings for Five different Important Information links, option to show link, option to enter the URL for link, and a option to enter the title for link.
  • Option to disable the Miscellaneous Links column.
  • Three settings for Five different Miscellaneous Links, option to show link, option to enter the URL for link, and a option to enter the title for link
-------------------------------------------------------------------------------------------

If you like this mod please hit the button to the right ---->

Please remember to click the, button to the right if you installed the mod ---->

What does 'Marking As Installed' do ?

* It helps you to stay on top of updates - members who have installed modifications will be notified whenever new updates are available.

* For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.

* Marking a modification as installed also helps me know how many people are using my work, giving me extra incentive to provide more features and new modifications.

I appreciate the support!
-------------------------------------------------------------------------------------------

First screenshot is what a member might see, the second one is what a guest might see.

Installation instructions are in the readme file in the zip.

-------------------------------------------------------------------------------------------

v1.0.0 Initial Release

v1.0.1 Fixed some issues.
  • Privacy Statement links to http://myforum.com/$vboptions%5Bprivacyurl%5D and serves up a blank page.
  • Contact Us links to http://myforum.com/$vboptions%5Bcontactuslink%5D and serves up a blank page.

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
Life Revived

Comments
  #32  
Old 05-12-2013, 04:34 PM
Snowhog's Avatar
Snowhog Snowhog is offline
 
Join Date: Oct 2011
Location: Andover, MN
Posts: 423
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Downloaded and tagged. This looks to be a nice 'value added' feature for vBulletin.
Reply With Quote
  #33  
Old 05-12-2013, 04:42 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Life Revived View Post
Any way to remove "Back To Top" & Add and extra link under "Need Some Help?" to even things out. Any help is appreciated. Thanks!
There is no easy way to add a link under that column, as the one you are missing is for the archive, which you probably have disabled.
  • Visit your vBulletin Admin Control Panel, and on the left hand side, go into vBulletin Options.
  • In the dropdown, find Search Engine Friendly Archive.
  • Set the first option (Forum Archive Enabled) to "Yes", and hit the "Save" button.
To remove the Back to Top, edit the template ozzy_links_block and remove this bit of code:


HTML Code:
        <div align="{vb:stylevar right}" style="margin-top: -20px; margin-right: 10px;">
            <li><a href="{vb:raw relpath}#top" onclick="document.location.hash=\'top\'; return false;">{vb:rawphrase ozzy_links_block_btt}</a></li>
        </div>
Reply With Quote
  #34  
Old 05-12-2013, 04:59 PM
Life Revived Life Revived is offline
 
Join Date: May 2013
Location: Michigan
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ozzy47 View Post
There is no easy way to add a link under that column, as the one you are missing is for the archive, which you probably have disabled.
  • Visit your vBulletin Admin Control Panel, and on the left hand side, go into vBulletin Options.
  • In the dropdown, find Search Engine Friendly Archive.
  • Set the first option (Forum Archive Enabled) to "Yes", and hit the "Save" button.
To remove the Back to Top, edit the template ozzy_links_block and remove this bit of code:


HTML Code:
        <div align="{vb:stylevar right}" style="margin-top: -20px; margin-right: 10px;">
            <li><a href="{vb:raw relpath}#top" onclick="document.location.hash=\'top\'; return false;">{vb:rawphrase ozzy_links_block_btt}</a></li>
        </div>
Removed the "Return to Top" successfully. And the reason I have the vBulletin archive disabled is I currently have vbseo installed and running on my site. Thanks for the help and if you have any suggestions on the archive thing let me know.
Reply With Quote
  #35  
Old 05-12-2013, 07:08 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Life Revived View Post
Removed the "Return to Top" successfully. And the reason I have the vBulletin archive disabled is I currently have vbseo installed and running on my site. Thanks for the help and if you have any suggestions on the archive thing let me know.
You could look in the same template and find:

HTML Code:
                    <vb:if condition="$vboptions['archiveenabled']">
                        <li><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase ozzy_links_block_archive}</a></li>  
                    </vb:if>
Remove the if conditional so it looks like this:

Code:
                        <li><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase ozzy_links_block_archive}</a></li>
Then change archive/index.php to something else, and change {vb:rawphrase ozzy_links_block_archive} to text such as My Link Name.
Reply With Quote
  #36  
Old 11-29-2013, 03:44 PM
BGObsession's Avatar
BGObsession BGObsession is offline
 
Join Date: Apr 2009
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Love this mod. I've installed it on my 4.2.1 site. It appeared and worked fine until I began customizing the Important Info and Miscellaneous Links sections with new titles and urls. Now I get an error message when I turn it on as follows:

Parse error: syntax error, unexpected T_STRING in /home/bgobses/public_html/includes/class_core.php(4716) : eval()'d code on line 343

Any idea what that's about? The only thing I did in the Admin CP was to set up the desired links.
Reply With Quote
  #37  
Old 11-29-2013, 05:05 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What was it you added in the options that caused that to happen?
Reply With Quote
  #38  
Old 11-29-2013, 05:12 PM
BGObsession's Avatar
BGObsession BGObsession is offline
 
Join Date: Apr 2009
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I didn't change anything in the options, other than changing link titles and adding the full urls in the 'Important' and 'Misc' sections...It worked fine until I made changes. It doesn't make sense to me...
Reply With Quote
  #39  
Old 11-29-2013, 05:27 PM
BGObsession's Avatar
BGObsession BGObsession is offline
 
Join Date: Apr 2009
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I got it working - the problem was a single link (the first 'Information' option). For some reason, it won't let me put in a link to this html page on my site:

http://www.bgobsession.com/gateway/3...ere-about.html

I don't know why it's causing that error, but that's the issue...
Reply With Quote
  #40  
Old 11-29-2013, 05:35 PM
BGObsession's Avatar
BGObsession BGObsession is offline
 
Join Date: Apr 2009
Posts: 199
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've solved the mystery. It throws the error when you put an apostrophe in the link title - don't ask me why, but that's what is causing the problem.
Reply With Quote
  #41  
Old 11-29-2013, 05:38 PM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Strange, I added that link no problem.
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 06:50 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.08065 seconds
  • Memory Usage 2,326KB
  • 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
  • (1)bbcode_code
  • (3)bbcode_html
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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