vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Board Optimization - Turn Google Image Results into Page Views (also helps w/ hotlinking) (https://vborg.vbsupport.ru/showthread.php?t=155432)

Robert7 08-17-2007 10:12 AM

Good work! Thx.

skrazydogz 08-17-2007 02:57 PM

works fine thx !

htscpl 08-17-2007 05:44 PM

Nice, anything that protects my images is OK in my book, Thanks!

monstergamer 08-17-2007 06:05 PM

great mod

clicks installed

Coldhands 08-17-2007 06:05 PM

Quote:

Originally Posted by Carlos2 (Post 1319305)
And google doesnt mean that this is ilegal or something like this for they?

I asked this because if is ilegal for they, you will go down in the google search position.

I don't see any reason this should hurt your ranking in google's web results.

SEOing for google images is perhaps the easiest thing of all, since few people do it. Their image search has almost nothing to do with their web results. As long as you have descriptive file names, title/alt tags, and complementary content to go with a picture, there's no reason not to rank pretty well in google images. Then you're only one click away from a new unique visitor.

Quote:

Originally Posted by 4x4 Mecca (Post 1319168)
I clicked this image
http://www.actuarialoutpost.com/actu...atar285_27.gif
and it showed me the image alone, not the forum page. Is that how it is supposed to work?

Well, if you click on the direct linked image, before the bottom frame has a chance to load the script in the header, you'll go to the deep linked image, but if you wait for one extra second, you should be redirected to the page that the image was found on.

On second thought, you may actually want to add the script above '<!-- CSS Stylesheet -->', so the lower frame doesn't load your CSS file before it redirects.

Quote:

Originally Posted by hornstar1337 (Post 1319431)
So there is no problem in using this right? google wont derank you will they? otherwise this is great!

Thanks.

See above.

alqloob alsahya 08-17-2007 09:55 PM

thanks thes good jop nice :)

Doug Nelson 08-20-2007 07:27 PM

This is an excellent template mod, except it messes up pages in admincp that call on regular site pages, such as when manually sending an activation email.

Coldhands 08-22-2007 03:49 PM

Quote:

Originally Posted by Doug Nelson (Post 1321828)
This is an excellent template mod, except it messes up pages in admincp that call on regular site pages, such as when manually sending an activation email.

hmmmmm. . . I've never used that feature in vb, but I'm sure it just a matter of adding an extra argument in the if statement. I'll see if I can add a workaround some time soon.

rapidphim 08-22-2007 07:28 PM

nice tweak on this!

Coldhands 08-24-2007 03:38 PM

Quote:

Originally Posted by Doug Nelson (Post 1321828)
This is an excellent template mod, except it messes up pages in admincp that call on regular site pages, such as when manually sending an activation email.

You can actually wrap the code in a conditional statement to bypass it for admins and mods.

Code:

<!-- Check for Frames and Admins -->
<if condition="!is_member_of($bbuserinfo, X, Y, Z)">
<script language="JavaScript" type="text/javascript">
if (top.location != self.location) top.location = self.location;
</script>
</if>
<!-- / Check for Frames and Admins -->

Where X, Y and Z are the user group IDs of your Admins, Mods and so fourth.


All times are GMT. The time now is 04:17 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.01070 seconds
  • Memory Usage 1,739KB
  • 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
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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