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?

Big Fudge

Asked Modified Viewed 9,506 times
F
faga
F
faga 10
I choose a lazy person to do a hard job. Because a lazy person will find an easy way to do it.” - Bill Gates
  • Member, joined since
  • Contributed 158 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
asked
Member

[mp]984[/mp]
0 replies

9 posts

J
JoiNNN
J
JoiNNN 10
  • Veteran Member, joined since
  • Contributed 850 posts on the community forums.
  • Started 100 threads in the forums
answered
Veteran Member

Nice theme!
Edited by Craig on 08-06-2014 18:30,
0 replies
F
faga
F
faga 10
I choose a lazy person to do a hard job. Because a lazy person will find an easy way to do it.” - Bill Gates
  • Member, joined since
  • Contributed 158 posts on the community forums.
  • Started 14 threads in the forums
  • Started this discussions
answered
Member

Thanks! :D
0 replies
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 Work Faga! :G
0 replies
— 5 months later —
Z
zizub
Z
zizub 10
  • Member, joined since
  • Contributed 156 posts on the community forums.
  • Started 29 threads in the forums
answered
Member

How to insert the panel into the lower portion of the site (footer). I have a panel in infusions, colored article titles.
openside("Colored Article Titles");
$limitleme = true; //limit varsa true , yoksa false yazin
$miktar = 18; //kaз tane gцzьkecekse onu yazýn , ----Amount Of Threads That Will Be Shown
$renkli=1; //renkli bulut olsun mu? kapamak iзin 0  yazýn---setting if the cloud will be colorful or not, to disable, set variable to 0
$size=array(10,12,14,16); //font size pixels
$sizefinal=count($size)-1;//dizinin son elemanýnýn deðeri --Last element of font size array

//renkli seзili ise renklerimiz bir dizi olsun

$renkler=array("1c4c8c", "8cbd57", "f25b17", "1c83c8", "e68810", "3168d6", "000000", "b53800", "9474b3");//renk kodlarý - hexademical color codes, you can add or edit any hexademical RGB color code, they will be automatically added

$renklerson=count($renkler)-1; //renklerin son dizi deðeri - last array element number of colors

if ($limitleme == true) {
$sorgulimit = "LIMIT $miktar";
} else {
$sorgulimit = "";
}

// ARTICLES //

echo "";
$result = dbquery(
   "SELECT ta.article_id, ta.article_subject, tac.article_cat_id, tac.article_cat_access FROM ".DB_ARTICLES." ta
   INNER JOIN ".DB_ARTICLE_CATS." tac ON ta.article_cat=tac.article_cat_id
   ".(iSUPERADMIN ? "" : "WHERE ".groupaccess('article_cat_access'))." AND article_draft='0' ORDER BY RAND() LIMIT $miktar");
while ($data = dbarray($result)) {
echo "<a style='font-size: ".$size[rand(0,$sizefinal)]."px;".($renkli?"color: #".$renkler[rand(0,$renklerson)].";":"")."' href='".BASEDIR."articles.php?article_id=".$data['article_id']."'>".$data['article_subject']."</a></font> ";
}
closeside();

I tried to play with the code, but have not been able to establish. I do not quite understand the code of this theme. Can someone to show an example?
0 replies
Z
zizub
Z
zizub 10
  • Member, joined since
  • Contributed 156 posts on the community forums.
  • Started 29 threads in the forums
answered
Member

I probably realized. Requires open <? php, insert the code panel, and close ?>
It seems to operate. :)
0 replies
V
vaesir
V
vaesir 10
  • Junior Member, joined since
  • Contributed 37 posts on the community forums.
  • Started 13 threads in the forums
answered
Junior Member

How can I use a drop menu ?
Thanks
0 replies
— 1 year later —
C
Catzenjaeger
C
  • Senior Member, joined since
  • Contributed 408 posts on the community forums.
  • Started 137 threads in the forums
answered
Senior Member

PLEASE update this wonderfull theme for working in php fusion 9
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

Try writing Faga a PM, 9 is stable enough to do a theme for now, should be able to do some small adjustments I think ;)
0 replies
W
webcheck
W
  • Newbie, joined since
  • Contributed 1 post on the community forums.
answered
Newbie

Hi there...
i need help. in iphone 6s ist the slider width only 50%, on PC it is full width.
Can somebody tell me, in witch file i have to search and wath is the code to change on fill widht.
Thank you.

PHPFusion 7.02. (no infusions)
0 replies

Labels

None yet

Statistics

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

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet