Edit "board deactivated" page?

Venom

Seasoned Veteran
Joined
Sep 12, 2012
Messages
3,798
Reaction score
0
FP$
0
How can I edit the board offline page, and embed some twitter embed code?.

Thanks. ๐Ÿ™‚
 
It should be in the overall_header template.

Near the bottom:

<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
<div id="information" class="rules">
<div class="inner"><span class="corners-top"><span></span></span>
<strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->


You can add the code between the if statement.
 
Exel said:
It should be in the overall_header template.

Near the bottom:

<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
<div id="information" class="rules">
<div class="inner"><span class="corners-top"><span></span></span>
<strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- ENDIF -->


You can add the code between the if statement.

Thanks I tried That, refreshed the templates but it didnt work. ๐Ÿ™

Code:
		<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
		<div id="information" class="rules">
			<div class="inner"><span class="corners-top"><span></span></span>
				<strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
			<span class="corners-bottom"><span></span></span></div>
		</div>
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/Xnero_Gaming" data-widget-id="332421300435947520">Tweets by @Xnero_Gaming</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>

		<!-- ENDIF -->
 
What website is this on?

Also, try..

<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
<div id="information" class="rules">
<div class="inner"><span class="corners-top"><span></span></span>
<strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
<span class="corners-bottom"><span></span></span></div>
<center>
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/Xnero_Gaming" data-widget-id="332421300435947520">Tweets by @Xnero_Gaming</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</center>
</div>


Also, keep in mind you have to be logged out to see it. :|
 
Exel said:
What website is this on?

Also, try..

<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
<div id="information" class="rules">
<div class="inner"><span class="corners-top"><span></span></span>
<strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
<span class="corners-bottom"><span></span></span></div>
<center>
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/Xnero_Gaming" data-widget-id="332421300435947520">Tweets by @Xnero_Gaming</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</center>
</div>


Also, keep in mind you have to be logged out to see it. :|

You have to be logged in?. But i wanted it on the Site down for maintenance page, For site updates. ๐Ÿ™
 
Exel said:
No no no, you have to be logged out, lol.

Ohh ok I misread. ๐Ÿ˜› and Im testing it as logged out in fire fox. ๐Ÿ™‚
 
Also, if you need further help, feel free to add me on Skype or something.

iareexel <- I'll be more than happy to help you out.
 
Exel said:
What website is this on?

Also, try..

<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
<div id="information" class="rules">
<div class="inner"><span class="corners-top"><span></span></span>
<strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
<span class="corners-bottom"><span></span></span></div>
<center>
<a class="twitter-timeline" data-dnt="true" href="https://twitter.com/Xnero_Gaming" data-widget-id="332421300435947520">Tweets by @Xnero_Gaming</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</center>
</div>


Also, keep in mind you have to be logged out to see it. :|

I did that, and it doesnt show on the index page http://xnerogaming.com/forum/index.php

but infact shows on the board index when logged in. ๐Ÿ˜ฑ

<br /><br />-- 15 Jun 2013, 06:27 --<br /><br />
Exel said:
Also, if you need further help, feel free to add me on Skype or something.

iareexel <- I'll be more than happy to help you out.

Ok Thanks. ๐Ÿ™‚
 

Attachments

  • Screenshot_5.webp
    Screenshot_5.webp
    24.2 KB · Views: 85
Already resolved, Optimus. ๐Ÿ™‚

message_body was it.

I'm not familiar with phpBB as I use vBulletin. ๐Ÿ˜›
But I figured it out.
 
Exel said:
Already resolved, Optimus. ๐Ÿ™‚

message_body was it.

I'm not familiar with phpBB as I use vBulletin. ๐Ÿ˜›
But I figured it out.

Yes its Solved Thanks. ๐Ÿ˜€
 
Back
Top Bottom