MyBB Community Forums

Full Version: How to tag pic on theme ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey there is a simple title and i want to change it Big Grin
there is pic


[Image: 86RjGYO.jpg]

i want to tag pic on Contect here place with my facebook group link
how to do it please help me Smile



There is code for more Big Grin

<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: 19%">
  
<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: 80%;">{$forums}</div>
{$boardstats}
<br class="clear" />
{$footer}
</body>
</html>
As far as i understood your question, you want to change the title and content here to your group link and name. So if yes, do the following things.
Modify this line in above code
<div class="float_left"><strong>Facebook Group Link</strong></div>
And change this code to
<td class="trow1">
<a href="your facebook group link" title="Link Name">Link Name</a>
</td>
i want to attach picture with link
can you tell me how do i do it ?


Like Join Now Button with Picture
or like this i mean
[Image: N1EOrhD.jpg]
Okay, generate the Like button for your website and add it in the content here block
https://developers.facebook.com/docs/plu...ike-button
LOL i gaved you example for pic
i dont want like button

i want to tag picture
When member will click that pic then he will redirect to my facebook group

i want Join now button pic to attach lol Big Grin
i am looking for this

[Image: d8QVxbr.jpg]