Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

NewFusioN

Asked Modified Viewed 8,829 times
H
HaYaLeT
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
  • Started this discussions
asked
Senior Member

[mp]332[/mp]
0 replies

9 posts

C
Craig
C
Craig 14
  • Fusioneer, joined since
  • Contributed 4,462 posts on the community forums.
  • Started 212 threads in the forums
answered
Fusioneer

Very nice. Good theme, nice and fresh looking nice blue colour.
Keep up the good work. ;)

Thank you
0 replies
H
HaYaLeT
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
  • Started this discussions
answered
Senior Member

Thanks Craig for ur comments, I was happy :)
0 replies
H
HobbyMan
H
Just some Guy
  • Veteran Member, joined since
  • Contributed 1,486 posts on the community forums.
  • Started 91 threads in the forums
answered
Veteran Member

Very nice, I like your site theme too ;)
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
answered
Veteran Member

very nice work!
0 replies
H
HaYaLeT
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
  • Started this discussions
answered
Senior Member

Thank you Philip,my site theme very old :)
Thank you jikaka..
Edited by HaYaLeT on 26-06-2011 18:30,
0 replies
S
SZAMigabi
S
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

Hi!

I have one of the subject generates an error.

Error: Undefined variable: Deva Line: 149
File: themes / NewFusioN / theme.php

[syntaxhighlighter brush=php,first-line=1,highlight=0,collapse=false,html-script=false]149 echo "<td class='news-body middle-border'>".$info['cat_image'].$news.$devam."</td>\n"; [/syntaxhighlighter]
0 replies
H
HaYaLeT
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
  • Started this discussions
answered
Senior Member

Hi,yes i know..

Please locate the following code in theme.php:
function render_news($subject, $news, $info) { 
 global  $locale;
 if (!isset($_GET['readmore']) && $info['news_ext'] == "y") {
 $devam="<table style='margin:4px 5px 0px 0px;' align='right'><tr><td>
 <a class='button' href='".BASEDIR."news.php?readmore=".$info['news_id']."'>&nbsp;&nbsp;<span class='rightarrow icon'></span>".$locale['global_072']."&nbsp;&nbsp;..&nbsp;</a>
 </td></tr></table>"; }


change it:

function render_news($subject, $news, $info) { 
 global  $locale;
 if (!isset($_GET['readmore']) && $info['news_ext'] == "y") {
 $devam="<table style='margin:4px 5px 0px 0px;' align='right'><tr><td>
 <a class='button' href='".BASEDIR."news.php?readmore=".$info['news_id']."'>\n".$locale['global_072']."\n</a>
 </td></tr></table>";
 } else {
 $devam="";
 }
0 replies
S
SZAMigabi
S
  • Newbie, joined since
  • Contributed 5 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

Thank you very much for your help!

How it works properly and does not generate an error.
0 replies
— 8 months later —
M
moh
M
moh 10
  • Newbie, joined since
  • Contributed 1 post on the community forums.
answered
Newbie

Hi, there..
i have this error..

Notice: Undefined index: cat_image in /home/smkduam/public_html/sekolahlestari/themes/NewFusioN/theme.php on line 152
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 9 posts
  • Votes 0 votes
  • Topic users 6 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet