dave25
02-13-2008, 08:09 PM
Some of my articles has a video inside.
In these cases, I want to include a "video camera" icon in the Abstract text.
Is it possible?
boccio
02-13-2008, 09:56 PM
Yes, that shouldn't be a problem.
dave25
02-13-2008, 10:38 PM
Where do I put it? in the abstract box there is only place for text, not code (for inserting image).
sithaaraa
03-12-2008, 09:26 PM
using html code u can
for example
<img src="videocamera.gif" />
put the following code to title box
________
MARY JANE (http://maryjanes.info/)
dave25
03-12-2008, 11:17 PM
But if I put this code in the abstract text box, its just show the code text in the article, not the image.
sithaaraa
03-13-2008, 02:24 PM
ok open php file name Article.class.php in u fav text editor
and then replace the folowwing code
// Insert class argument into database
function InsertToDatabase()
{
$tittle=$_POST['title'];
$query="INSERT INTO tblArticles
(category_id, author, title, body, type, link, created, image,
document, show_poll, show_comment, rss_feed,
SEfriendly, keywords, description, robots_index, robots_follow, status, emailed)
VALUES
($this->Category_id,'$this->Author','$tittle','$this->Body',
$this->Type,'$this->Link','$this->Created','$this->Image',
'$this->Document', $this->Show_poll, $this->Show_comment, $this->RSS_Feed,
'{$this->SEfriendly}', '{$this->Keywords}', '{$this->Description}',
'{$this->robotsIndex}', '{$this->robotsFollow}', '{$this->Status}', '{$this->Emailed}')";
after this put following html image code to title box
<img src="videocamera.gif" />
________
LESBIAN YOUNG (http://www.fucktube.com/categories/747/young/videos/1)
vBulletin® v3.8.4, Copyright ©2000-2013, Jelsoft Enterprises Ltd.