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 - New way to force guests to register (https://vborg.vbsupport.ru/showthread.php?t=272295)

Alibass 12-11-2012 04:14 PM

Quote:

Originally Posted by qwer81 (Post 2390036)
I have a problem with the personal image that I created. The connection of the image covers the links of the discussions. If I try to click on a link in the forum (near the picture) I get redirected to the registration page. I tried to use the attached image in this topic (Super Mario) and no problems. What's wrong with my picture? I created an image .png

Thank you!

Sounds like your image is to large, should be around 300px x 226px

qwer81 12-11-2012 04:21 PM

Thanks Alibass,

Look here http://www.milanworld.net/forum.php

qwer81 12-11-2012 04:42 PM

This is the image

http://imageshack.us/a/img203/1226/introdevil.png

Alibass 12-11-2012 04:46 PM

Quote:

Originally Posted by qwer81 (Post 2390044)
Thanks Alibass,

Look here http://www.milanworld.net/forum.php

I don't know why image is in the center of web page unless you change the original code for additional.css

You can change code in header template to this to remove it from the registration form.

Code:

To show it on every page EXCEP THE REGISTER PAGE, add this code:
  <vb:if condition="THIS_SCRIPT != 'register'">
<vb:if condition="$show['guest']"><a  href="/register.php"><div  class="forcetoregister"></div></a></vb:if>
</vb:if>
 


qwer81 12-11-2012 05:26 PM

Yes, I changed the code to have the image on the left center! Just one thing: how can I make it similar to the ones you attached? I would like an image that does not create problems with the link of the forum when I pass the mouse on the same link

Thommy 12-11-2012 09:25 PM

Quote:

Originally Posted by Alibass (Post 2389901)
Why completely uninstall from site?

Just remove from mobile skin.

Good idea, but- i have no mobile skin activated! ;)

Alibass 12-11-2012 09:39 PM

Quote:

Originally Posted by Thommy (Post 2389085)
It looks so cool, but i must deactivate this mod, because- theres a problem to loggin via mobile.
You can insert your nickname, if you press passwort you cant give an insert, because its forwarding to register automatically.
Anyone the same problem on vB4.2.0?

Quote:

Originally Posted by Thommy (Post 2390103)
Good idea, but- i have no mobile skin activated! ;)

I don't follow you, you said you cant login via mobile...

Thommy 12-13-2012 08:03 PM

Hmm...sorry: cant login via mobiletelephone (not mobile skin)!

ringnews24 12-16-2012 12:28 AM

I need some help, were do you add this code?

div.forcetoregister {
background:url(rotate.php);
background-repeat: no-repeat;
width:300px;
height:200px;
position:fixed;
right:1px;
bottom:0px;
z-index:1;
}

I added it to style manager - edit template - css template - additonal css.

Im not sure if thats the right path. No image is showing up when im logged out and showing as a guest.

Alibass 12-16-2012 12:49 AM

If you're not wanting to use the random image then use this:

div.forcetoregister {
background:url(images/misc/register.png);
background-repeat: no-repeat;
width:300px;
height:200px;
padding:0 5px 3px;
position:fixed;
right:1px;
bottom:0px;
z-index:1;
}


All times are GMT. The time now is 11:39 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.01517 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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