Status
Not open for further replies.

tony33

New Member
4
2012
0
0
Hello,

Is there a way to add a text area on left or right or under "recently added topics" area.

thanks.

---------- Post added at 07:19 PM ---------- Previous post was at 02:25 PM ----------

any help plz?
 
7 comments
just look at your topic title....wtf?

won't even mention that no one have a clue what you're asking, since there's absolutely no description of what you are using, what you are trying, where you want it, which language...etc etc

Now go back to school, and learn how to express your thoughts properly.
 
Hello,

Is there a way to add a text area on left or right or under "recently added topics" area.

thanks.

---------- Post added at 07:19 PM ---------- Previous post was at 02:25 PM ----------

any help plz?


tony atleast kindly try to post snapshot if you really having trouble to xpress your words....:)
 
Wow. Such abuse on a simple question..

IN the admin panel under look&feel click your skin.
Click board index > boardIndexTemplate

find:
Code:
	<if test="sideBarEnabled2:|:$this->templateVars['sidebar_enabled']">
		<div id='index_stats' class='ipsLayout_right clearfix' <if test="sidebarclosed2:|:IPSCookie::get('hide_sidebar') == '1'">style='display: none'</if>>
			<foreach loop="side_blocks:$side_blocks as $block">
				{$block}
			</foreach>
		</div>
		<a href='#' id='toggle_sidebar' title='{$this->lang->words['toggle_sidebar']}' data-closed="{$this->lang->words['_laquo']}" data-open="&times;">&nbsp;</a>
	</if>

Add your text after these lines:
Code:
			<foreach loop="side_blocks:$side_blocks as $block">
				{$block}
			</foreach>
 
just look at your topic title....wtf?

won't even mention that no one have a clue what you're asking, since there's absolutely no description of what you are using, what you are trying, where you want it, which language...etc etc

Now go back to school, and learn how to express your thoughts properly.

Maybe you should read it properly as it clearly states he is trying to add text below a sidebar module. Everyone else understood, just you. :facepalm:

Back on topic...

You could either edit the actual module you would like it below and maybe add some <br /> tags at the end then add your own code, or you could edit the whole sidebar template and add the content were you would like it editing.
 
Status
Not open for further replies.
Back
Top