Jump to content
WebFlake
  • 0

register image


Guest aaaaaa21

Question

Guest aaaaaa21

Example:

 

http://www.callofduty-community.com/forum/ 

You will see image of soldier down with text Register or else, how to make something like that but for ipb forum?

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

Well for starters, that is a vBulletin forum which is using an SMF plugin modified for vBulletin. Whether that plugin can be modified for IPB, I haven't a clue. But I'd imagine you can download a copy of and modify it to include an image instead.

yes you can do that, basically just copy the image, here is the image

http://www.callofduty-community.com/forum/images/misc/register.png

then do these settings in the global sticky message hook

Posted Image

put it on for guest only

then in the editor box type in

[url=http://yoursite.com/index.php?app=core&module=global&section=register][img]http://www.callofduty-community.com/forum/images/misc/register.png[/img][/url]

and save it

 

then goto you look and feel >> your skin >> Board Index >> VNStickyGlobalMessage

you will see this

 

<div align='center'><style type='text/css'>#stickymsg{position: fixed;{$this->settings['vn_sticky_message_system_location']}: 0px;line-height: 16px;{$this->settings['vn_sticky_message_system_position']}: 10px;z-index: 30000;opacity: 0.8;width: 260px;height: auto;color: #fff;text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;text-decoration: none;font-size: 11px;font-family: Tahoma;border-radius: 3px;}#stickymsg a{ color: #fff; font-weight:bold; text-decoration: none; }#stickymsg:hover{ opacity: 1; }</style><div id='stickymsg'>{$data['message']}</div></div>

just replace yours with that one

Edited by King-Pin
Link to comment
Share on other sites

  • 0
Guest Yugialex

Look and feel > click on your template > in Templates choose "globaltemplate" > then search for <body id='ipboard_body'> and add there so it looks like this:

 

<body id='ipboard_body'>

div.forcetoregister { background: url(adress to your image); background-repeat: no-repeat; width: 300px; height: 200px; padding: 0 5px 3px; position: fixed; right: 1px; bottom: 0px; z-index: 1; }

 
 
Not sure if it will work, but try.
 
Edited by Yugialex
Link to comment
Share on other sites

  • 0
  • Administrator

Well for starters, that is a vBulletin forum which is using an SMF plugin modified for vBulletin. Whether that plugin can be modified for IPB, I haven't a clue. But I'd imagine you can download a copy of and modify it to include an image instead.

Link to comment
Share on other sites

  • 0
Guest aaaaaa21

Epic!  thank you <333

dont have time now but i will try this next week :)

Edited by aaaaaa21
Link to comment
Share on other sites

  • 0

im trying it now,but it only has settings for on or off,what groups can see it and a text editor,all the positioning settings are not there,could someone tell me what needs to be added to have them.Edit: the version on the site is outdated,will upload the most current version.

Link to comment
Share on other sites

  • 0

im trying it now,but it only has settings for on or off,what groups can see it and a text editor,all the positioning settings are not there,could someone tell me what needs to be added to have them.Edit: the version on the site is outdated,will upload the most current version.

sorry but you must not off read my solution correctly as it as everything in it to do what you requested, meaning you surely didn't read what i put

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...