vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   End-User Options - Forgot Password & Join Us in Navbar (https://vborg.vbsupport.ru/showthread.php?t=194690)

shlomot 05-28-2010 02:31 PM

Thanks for the complement.

By "hover", I guess you mean mouse over. please be more specific and detailed.

Quote:

Originally Posted by gameplanets (Post 2044197)
Great hack!

How can I add default Vbulletin hover to links "forgot password" and "Join us!"?


FIM 09-27-2010 03:56 AM

Thanks

Eplexx 11-12-2010 04:37 PM

After changing around some code this mod works for the genises theme now:

http://is.gd/gYzuR

Code:

<table><!-- Forgot Password Line Starts -->
                <tr>
                  <td colspan="2">
                    <a style="font-size:8pt; color: red;" href="login.php?do=lostpw">Forgot Password?</a>
                  </td>
                  <td style="text-align: right;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
                    <a style="font-size:8pt; color: red;" href="register.php">Join Us!</a>
                  </td>
                </tr>
                <!-- Forgot Password Line Ends --></table>


amin 01-06-2011 03:10 AM

Hi there,

I translated the script for Arabic users.

PHP Code:

  <!-- Forgot Password Line Starts -->
    <
tr>
      <
td colspan="2">
        <
a style="font-size:8pt; color: red;" href="login.php?do=lostpw"> &#1607;ل نسيت كلمة المرور؟</a>
      
</td>
      <
td style="text-align: right;">
        <
a style="font-size:8pt; color: red;" href="register.php">&#1573;نضم معنا!</a>
      
</td>
    </
tr>
    <!-- 
Forgot Password Line Ends --> 

thank you Shlomot for this Mod.

imedic 10-25-2011 01:46 PM

I have added rel no follow for SEO purposes to all links and also I have used the phrases built in VB so no need to translate a thing. Hope it helps:

PHP Code:

<!-- Forgot Password Line Starts -->
    <
tr>
      <
td colspan="2">
        <
a style="font-size:8pt; color: red;" href="./forum/login.php?do=lostpw" rel="nofollow">$vbphrase[forgotten_your_password]</a>
      </
td>
      <
td style="text-align: right;">
        <
a style="font-size:8pt; color: red;" href="./forum/register.php" rel="nofollow"$vbphrase[register]</a>
      </
td>
    </
tr>
    <!-- 
Forgot Password Line Ends --> 


shlomot 10-25-2011 01:54 PM

Thanks a lot, imedic for both practical techniques.


All times are GMT. The time now is 02:13 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.01115 seconds
  • Memory Usage 1,738KB
  • 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
  • (2)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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