Jump to content

ALT tag?


KDM

Recommended Posts

That's the BBCode users enter. requinix was asking for the PHP code that parses the BBCode.

 

 

oh ok.

 

$d[]="<div style='margin-left:auto; margin-right:auto;'> 
<p style='padding:0; margin:0; margin-right:20px; text-align:center; font-size:14px;'><a href='force.php?path=uploads/".$imgs[0]->link."'> Click to Download Image</a></p><br />
".$thelarge."
<div style='overflow:auto; clear:both'>
<div style='margin-left:auto; margin-right:auto;'> 
Image: <span style='color:#FFFFFF;'>{$imgs[0]->name}</span><br />
<span style='color:#ffffff; font-size:13px;'>Posted on: ".date('m-d-Y',$imgs[0]->date_added)." by ".ucfirst($theuser)."</span>
</div>
</div>


<div style='margin-left:auto; margin-right:auto; margin-top:5px;'> 
<!-- Insert unique view count -->
<span style='color:#ffffff; font-size:13px;'>Views: $_views</span>
</div>



            
<div style='font-size:12px;  margin-top:30px; margin-left:5px;'>
".'Share Link<br /><input name="textfield3" type="text" class="imagedetails_links" id="textfield3" onclick="this.select();this.focus()" value=http://www.******.net/uploads/'.$imgs[0]->link.'><br />
For posting in forums use this:<br />
<input name="textfield6" type="text" class="imagedetails_links" id="textfield6" onclick="this.select();this.focus()" value="[url=http://www.******.net][img=http://www.******.net/uploads/'.$imgs[0]->link.'][/url]" size="70" /> <br />
</div>

';

Link to comment
https://forums.phpfreaks.com/topic/240574-alt-tag/#findComment-1236464
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.