vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Mini Mods - Display Site Alexa Information (Rank) In WGO (https://vborg.vbsupport.ru/showthread.php?t=263319)

VBIran 05-07-2011 10:00 PM

Display Site Alexa Information (Rank) In WGO
 
1 Attachment(s)
Hi,

If You Like My Mod Mark It As Installed .

This is a quick and nice modification that shows your rank in world and site's country using iframe . ( Iframe target isn't public yet :eek: )

Go to admincp --> Styles and templates --> Choose your site --> Type FORUMHOME ( Just title )

Open it and find :

Code:

{vb:raw template_hook.forumhome_wgo_stats}
Below it add :

Code:

<iframe name="1" title="2" src="http://www.alexa.com/minisiteinfo/3" scrolling="no" border="0" frameborder="0" width="98%" style="height: 85px">
</iframe>

Replace 1 With Yoursite name For example <iframe name="Bing"
Replace 2 With Your site Title For example title="Bing Search Engine"
Replace 3 with your site url For example http://www.alexa.com/minisiteinfo/www.bing.com

EXAMPLE :
Code:

<iframe name="Bing" title="Bing Search Engine" src="http://www.alexa.com/minisiteinfo/www.bing.com" scrolling="no" border="0" frameborder="0" width="98%" style="height: 85px">
</iframe>

Save it .

You'r Done !

You must have something like this : https://vborg.vbsupport.ru/attachmen...1&d=1304852468

Good luck .

alishahbazi 05-08-2011 11:33 AM

thanks !!!
Very Nice !

Last_Zero 05-08-2011 07:37 PM

Amazing Thanks :)

Rating 5 Starts

If You Need Demo

www.almsmk.com

VBIran 05-09-2011 08:04 AM

Your Welcome.

BlueCheri 05-09-2011 01:20 PM

Too good, thanx

zonaenlinea 05-09-2011 01:35 PM

thansk ;)

asj 05-09-2011 01:46 PM

Thanks

Brandon Sheley 05-09-2011 02:11 PM

nice idea but all those links take you to alexa in the iframe and doesn't look good IMO :(

bluered 05-09-2011 02:24 PM

frame link not work.. pls fixing:)

VBIran 05-09-2011 03:30 PM

This is link example : http://www.alexa.com/minisiteinfo/www.bing.com
Test it in your browser . if problem exists contact your Internet operator/administrator .

Code example for bing.com :

Code:

<iframe name="Bing" title="Bing Search Engine" src="http://www.alexa.com/minisiteinfo/www.bing.com" scrolling="no" border="0" frameborder="0" width="98%" style="height: 85px">
</iframe>

Quote:

nice idea but all those links take you to alexa in the iframe and doesn't look good IMO
Soon i will re-code this modification and send update ;)

AttalaEA 05-09-2011 06:41 PM

Hello very good but my statistics are in the left so how to make that triangle that is looking up to be in the left instead of right?

Brandon Sheley 05-09-2011 07:23 PM

Quote:

Originally Posted by VBIran (Post 2193686)
This is link example : http://www.alexa.com/minisiteinfo/www.bing.com
Test it in your browser . if problem exists contact your Internet operator/administrator .

it has nothing to do with our browsers ;)
it's the iframe, that's what they do :up:

AttalaEA 05-10-2011 06:53 AM

My statistics are in the left so how to make that triangle that is looking up to be in the left instead of right?

Is there an answer for that or you just will ignore it!?????

VBIran 05-10-2011 10:05 AM

Not difference Between rtl / ltr !

You can use the code without any problem.

AttalaEA 05-10-2011 10:55 AM

Quote:

Originally Posted by VBIran (Post 2193980)
Not difference Between rtl / ltr !

You can use the code without any problem.

What this means you did not understand my point. In the graphics that appears on my website for alexa stats there is a trianlgle that is pointing up to your statistics how to make that one in the left side i.e. how to change the graphics

Eplexx 05-29-2011 05:13 PM

Thats a very nice modification, thanks.

ALBCODERS 05-29-2011 06:50 PM

nice idea thankyou :)

COL NIL SATIS 05-30-2011 06:26 PM

tagged

AshMagic 06-03-2011 07:58 AM

I found a bug whilst viewing demo here - http://www.almsmk.com/

When you click one of the links such as Sites Linking in, it opens the page in the same box.
You cant view the page properly.

alghzil 01-07-2012 09:17 PM

Thanx alot

its nice

BlueCheri 03-25-2012 11:17 AM

works fine for 4.1.11

G!

tinoco2 03-25-2012 08:32 PM

5 star!

egyptsons 03-26-2012 10:48 AM

Great :up:

I did it with editing phrase language

From the phrase manager
search for
Code:

Welcome to our newest member,
Replaced the default txt
Code:

Welcome to our newest member, <a href="{1}">{2}</a>
with this one :

Code:

Welcome to our newest member, <a href="{1}">{2}</a>
<br>
<iframe name="egyptsons" title="egyptsons" src="http://www.alexa.com/minisiteinfo/www.egyptsons.com" scrolling="no" border="0" frameborder="0" width="98%" style="height: 85px">
</iframe>

save and you are done!

here is a demo

Regards,
Ahmed Salah

thecore762 05-05-2012 01:50 AM

It is possible to make the background for this transparent because it looks terrible on a dark template. :(

datoneer 05-05-2012 11:49 PM

Great mod! Installed, rated and nominated!

davidg 05-07-2012 08:57 PM

egyptsons thank you for the tip

alghzil 09-04-2012 08:32 AM

works fine for 4.2.0 :up:

ndut 09-04-2012 12:18 PM

thanks

ringnews24 04-07-2013 09:55 AM

Quote:

Originally Posted by VBIran (Post 2193686)
This is link example : http://www.alexa.com/minisiteinfo/www.bing.com
Test it in your browser . if problem exists contact your Internet operator/administrator .

Code example for bing.com :

Code:

<iframe name="Bing" title="Bing Search Engine" src="http://www.alexa.com/minisiteinfo/www.bing.com" scrolling="no" border="0" frameborder="0" width="98%" style="height: 85px">
</iframe>


Soon i will re-code this modification and send update ;)

Any updates yet?

DEAL321 08-08-2013 08:51 AM

GREAT - THANKS :D


All times are GMT. The time now is 06:28 PM.

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.01233 seconds
  • Memory Usage 1,773KB
  • 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
  • (8)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (30)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete