MyBB Community Forums

Full Version: Revolution gaming [Dark theme] 1.8.7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
I think they where asking if the default footer could be made to look like the one in the second picture. The stock footer is custom enough in my opinion. However [Image: mysupport_no_support.gif] This user has been denied support. 
[Image: BhK3mFm.png]

Do I have to edit those in Header.php?
Could you please write a simple plugin where you can edit and change these on a cool way? that would be sick! Smile
This feature requires a plugin.
(2015-03-14, 09:35 AM)mrkiller2010 Wrote: [ -> ]
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body id="forums">
{$header}
<div class="side" style="float: right; width: 23%">
  
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<div class="float_left"><strong>Your title</strong></div> 
</td>
</tr>
<tr>
<td class="trow1">
Content here
</td>
</tr>
</table>
  
  <br />  
 
  <script type="text/javascript">
	jQuery(function(){
		jQuery(".latestthreads").load("{$mybb->settings['bburl']}/portal.php .latestthreads_portal");
	});
	</script>
  
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<div class="float_left"><strong>Latest activity</strong></div> 
</td>
</tr>
<tr>
<td class="trow1">
				<div class="latestthreads float_left"></div>
		</td>
</tr>
</table>
  
  <br />
  
  
  
  
  
  
</div>
<div class="forum" style="float: left; width: 76%;">{$forums}</div>
{$boardstats}
<br class="clear" />
{$footer}
</body>
</html>
[Image: BhK3mFm.png]

Do I have to edit those in Header.php?
Could you please write a simple plugin where you can edit and change these on a cool way? that would be sick! Smile

It reads latest thread from portal. Goes by content of threads controlled in portal settings of admincp. Its in stable version of the theme, standard. Customizing or removing. Added: Index page templates = index 

not header.php
(2015-03-14, 02:40 PM)Blastermaster Wrote: [ -> ]
(2015-03-14, 09:35 AM)mrkiller2010 Wrote: [ -> ]
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
<script type="text/javascript">
<!--
	lang.no_new_posts = "{$lang->no_new_posts}";
	lang.click_mark_read = "{$lang->click_mark_read}";
// -->
</script>
</head>
<body id="forums">
{$header}
<div class="side" style="float: right; width: 23%">
  
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<div class="float_left"><strong>Your title</strong></div> 
</td>
</tr>
<tr>
<td class="trow1">
Content here
</td>
</tr>
</table>
  
  <br />  
 
  <script type="text/javascript">
	jQuery(function(){
		jQuery(".latestthreads").load("{$mybb->settings['bburl']}/portal.php .latestthreads_portal");
	});
	</script>
  
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<div class="float_left"><strong>Latest activity</strong></div> 
</td>
</tr>
<tr>
<td class="trow1">
				<div class="latestthreads float_left"></div>
		</td>
</tr>
</table>
  
  <br />
  
  
  
  
  
  
</div>
<div class="forum" style="float: left; width: 76%;">{$forums}</div>
{$boardstats}
<br class="clear" />
{$footer}
</body>
</html>
[Image: BhK3mFm.png]

Do I have to edit those in Header.php?
Could you please write a simple plugin where you can edit and change these on a cool way? that would be sick! Smile

It reads latest thread from portal. Goes by content of threads controlled in portal settings of admincp. Its in stable version of the theme, standard. Customizing or removing. Added: Index page templates = index 

not header.php

What do you mean? I don't mean ONLY Latest Activity.
I mean all of these boxes at the side. if U can manage them with a plugin instead of editing the code.
(2015-03-15, 04:03 PM)mrkiller2010 Wrote: [ -> ]I mean all of these boxes at the side. if U can manage them with a plugin instead of editing the code.

The code in the index template would need to be modified to use a plugin regardless. A fully functional side box plugin would place the code or tag in to templates usually based from default theme. Currently there are no public releases of a side box plugin for 1.8*. I believe it is being worked on. Lets try to stay on topic. 
<input type="hidden" name="receivepms" id="receivepms" value="1" {$receivepmscheck} />
<input type="hidden" name="pmnotice" id="pmnotice" value="1" {$pmnoticecheck} />
<input type="hidden" name="allownotices" id="allownotices" value="1" {$allownoticescheck} />
<input type="hidden" name="hideemail" id="hideemail" value="1" {$hideemailcheck} />
<input type="hidden" name="pmnotify" id="pmnotify" value="1" {$pmnotifycheck} />
Are these lines meant to be excluded from member_register?

Removed: left on post for reference
<input type="hidden" name="emailpmnotify" id="emailpmnotify" value="1" {$emailpmnotifycheck} />
<input type="hidden" name="invisible" id="invisible" value="1" {$invisiblecheck} />
No, i didn't realise MyBB has PM's off by default. I'll update the zip later on today.
(2015-03-18, 08:43 AM)iAndrew Wrote: [ -> ]
<input type="hidden" name="receivepms" id="receivepms" value="1" {$receivepmscheck} />
<input type="hidden" name="pmnotice" id="pmnotice" value="1" {$pmnoticecheck} />
<input type="hidden" name="allownotices" id="allownotices" value="1" {$allownoticescheck} />
<input type="hidden" name="hideemail" id="hideemail" value="1" {$hideemailcheck} />
<input type="hidden" name="pmnotify" id="pmnotify" value="1" {$pmnotifycheck} />
No, i didn't realise MyBB has PM's off by default. I'll update the zip later on today.

I took out two of the lines from last. The hidden and email notify on pm. Had a register on my board that was defaulted as hidden and email on pm's. These values allow default check boxes checked at register. At least to my knowledge. Crossed reference to an older thread/post The MyBB Humanization Project.
Andrew, instead of using css images....I would like to add static .png images.

Which do I edit, global.css or revolution.css ? And which .button lines?

Thanks
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43