vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Mini Mods - [OzzModz] Site Links Block In WGO (https://vborg.vbsupport.ru/showthread.php?t=297603)

Snowhog 05-12-2013 04:34 PM

Downloaded and tagged. This looks to be a nice 'value added' feature for vBulletin.

ozzy47 05-12-2013 04:42 PM

Quote:

Originally Posted by Life Revived (Post 2421539)
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>


Life Revived 05-12-2013 04:59 PM

Quote:

Originally Posted by ozzy47 (Post 2421566)
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. :)

ozzy47 05-12-2013 07:08 PM

Quote:

Originally Posted by Life Revived (Post 2421569)
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.

BGObsession 11-29-2013 03:44 PM

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.

ozzy47 11-29-2013 05:05 PM

What was it you added in the options that caused that to happen?

BGObsession 11-29-2013 05:12 PM

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...

BGObsession 11-29-2013 05:27 PM

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...

BGObsession 11-29-2013 05:35 PM

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.

ozzy47 11-29-2013 05:38 PM

Strange, I added that link no problem.


All times are GMT. The time now is 04:13 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01225 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete