Find Jobs
Hire Freelancers

PHP mood modification

$30-250 USD

进行中
已发布将近 16 年前

$30-250 USD

货到付款
Im using a free article script. I need this mood below to link to each article. I want you to install the script at your own server to make neccesary changes in this mod. If you are able to pull this off then Ive have other mood that need modifications... "Ok here is a very messy and basic one. Still got some formatting to do to it to stop it stretching the comment. If you know css then just add in a wordwrap in there. Also need to make it link to the current comment but ill add that later, one of you should be able to work out how to do it. To see an example of it go to x and check the bottom block on the right column. Create a latest comments block. HTML Code: <h2>Latest Comments</h2> {section name=$this->i loop=$this->comment} {$this->comment[$this->i]['comment_text']}<br> <b>Written By: {$this->comment2[$this->i]['user_name']}</b><hr> {/section} PHP Code: $q = $this->db->query("SELECT * FROM {$this->pre}comments ORDER BY comment_id DESC LIMIT 5"); $this->comment = array(); while ($row = $this->db->nqfetch($q)){ $this->comment[] = $row; $text = $row['comment_text']; $user = $row['comment_author']; $q2 = $this->db->query("SELECT * FROM {$this->pre}users WHERE user_id=$user"); while ($row2 = $this->db->nqfetch($q2)){ $this->comment2[] = $row2; $user2 = $row2['user_name']; } if (strlen($text) > 50){ $this->comment[sizeof($this->comment)-1]['comment_text'] = substr($text,0,50).' <b>...</b>'; } } Like i said, its messy so there might be useless things in there which arent needed. If you want to change the length of how much of the comment is shown then go down to where it says strlen($text) and change 50 to whatever you want it to be, also on the next line change 50 to the same number. If no one makes the comments link to each article then ill do it eventually. Just in a bit of a rush atm. Ill add a full tutorial on how to do this on my website later. "
项目 ID: 283368

关于此项目

6提案
远程项目
活跃16 年前

想赚点钱吗?

在Freelancer上竞价的好处

设定您的预算和时间范围
为您的工作获得报酬
简要概述您的提案
免费注册和竞标工作

关于客户

SWEDEN的国旗
Stockholm, Sweden
4.9
39
付款方式已验证
会员自1月 15, 2007起

客户认证

谢谢!我们已通过电子邮件向您发送了索取免费积分的链接。
发送电子邮件时出现问题。请再试一次。
已注册用户 发布工作总数
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
加载预览
授予地理位置权限。
您的登录会话已过期而且您已经登出,请再次登录。