Created one new page - MyMood (by RateU)
Skiilz Offline
Member
***
Posts: 198
Joined: Nov 2010
Post: #9
RE: Created one new page - MyMood (by RateU)
SO.. I have to change this:

Code:
<if $post['fid4'] then>
	<div>
		Mood: <img src="images/mybbhacksmood/<?=str_replace(' ', '', $post['fid4'])?>.png" alt="{$post['fid4']}" title="{$post['fid4']}" />
	</div>
</if>


to this:

Code:
<if $post['fid4'] then>
	<div>
		Mood: <img src="images/mybbhacksmood/<?php echo str_replace(' ', '', $post['fid4']); ?>.png" alt="{$post['fid4']}" title="{$post['fid4']}" />
	</div>
</if>

?


[Image: 468x602b.png]
11-29-2010 03:15 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
RE: Created one new page - MyMood (by RateU) - Skiilz - 11-29-2010 03:15 AM

 Standard Tools
Forum Jump: