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?

Sublinks

Asked Modified Viewed 2,139 times
Y
yplon
Y
yplon 10
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

Hi,
I need help. I Would like to ask how to make in this place sublinks ? But it is not all...I need not writing sublinks but with images, which changes state(color and so on...), when mouse touch them. Like in this web theme: http://www.phpfusion-themes.com
Thx...

Sorry for bad EN

My theme.php: http://www.sendspace.com/file/sedp15
0 replies

17 posts

H
Homdax
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,247 posts on the community forums.
  • Started 108 threads in the forums
answered
Fusioneer

Register at Fuzed and download and use that theme...or of course look at the code. Underlines are made with CSS, positioning probably tabular.
Edited by Homdax on 22-08-2007 12:16,
0 replies
Y
yplon
Y
yplon 10
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

I need this function in theme, created by me...
I don't know in which place I must paste code and which code is full and good...
0 replies
H
Homdax
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,247 posts on the community forums.
  • Started 108 threads in the forums
answered
Fusioneer

If you made Your own theme You must know a bit of CSS and HTML. The code You seek is probably located close to a function called render header
0 replies
Y
yplon
Y
yplon 10
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Maybe you can paste him in my theme.php ? Where I only did not write it, all the same throws errors...
My theme.php: http://www.sendspace.com/file/sedp15
Thx...
0 replies
H
Homdax
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,247 posts on the community forums.
  • Started 108 threads in the forums
answered
Fusioneer

I am trying to help You locate where in the code You should look, but if You dont want to look in the code thats fine with me.
0 replies
Y
yplon
Y
yplon 10
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

...You think, that I lie ?
I say once: Where I only did not write it, all the same throws errors...
0 replies
H
Homdax
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,247 posts on the community forums.
  • Started 108 threads in the forums
answered
Fusioneer

What errors?
0 replies
Y
yplon
Y
yplon 10
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

on line 55, on line 1**, and so on...
0 replies
H
Homdax
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,247 posts on the community forums.
  • Started 108 threads in the forums
answered
Fusioneer

Can you copy-pate the errors?
I am an all powerful evil administrator but no mind-reader...:o
0 replies
Y
yplon
Y
yplon 10
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Parse error: parse error, unexpected ';', expecting '(' in /home/www/blablabla.freehostia.com/php-files/themes/my_theme/theme.php on line 23
0 replies
H
Homdax
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,247 posts on the community forums.
  • Started 108 threads in the forums
answered
Fusioneer

So what code is on line 23? (copy adyacent lines as well)
0 replies
Y
yplon
Y
yplon 10
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

<a onmouseover=\"MM_swapImage('Image1','','".THEME."images/nav/nav_home_on.gif',1)\" onmouseout='MM_swapImgRestore()' href='".BASEDIR."index.php'><img alt='' src='".THEME."images/nav/nav_home.gif' name='Image1'></a>
<a onmouseover=\"MM_swapImage('Image2','','".THEME."images/nav/nav_downloads_on.gif',1)\" onmouseout='MM_swapImgRestore()' href='".BASEDIR."downloads.php'><img alt='' src='".THEME."images/nav/nav_downloads.gif' name='Image2'></a>
<a onmouseover=\"MM_swapImage('Image3','','".THEME."images/nav/nav_articles_on.gif',1)\" onmouseout='MM_swapImgRestore()' href='".BASEDIR."articles.php'><img alt='' src='".THEME."images/nav/nav_articles.gif' name='Image3'></a>
<a onmouseover=\"MM_swapImage('Image4','','".THEME."images/nav/nav_community_on.gif',1)\" onmouseout='MM_swapImgRestore()' href='".BASEDIR."forum/index.php'><img alt='' src='".THEME."images/nav/nav_community.gif' name='Image4'></a>
<a onmouseover=\"MM_swapImage('Image5','','".THEME."images/nav/nav_search_on.gif',1)\" onmouseout='MM_swapImgRestore()' href='".BASEDIR."search.php'><img alt='' src='".THEME."images/nav/nav_search.gif' name='Image5'></a>
0 replies
H
Homdax
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,247 posts on the community forums.
  • Started 108 threads in the forums
answered
Fusioneer

Ok, so you are using Dreamweaver for mouse effects and forgot about adapting the code to its surrounding. These files run PHP. That means you either shut down php execution to run html, and then restart it, or adapt the code for the file.

I need all code in that file posted. Thank You. Then I will give You a couple of suggestions.

/damn it sounds like i know what I am doing despite not being a coder...:P
Edited by Homdax on 23-08-2007 14:47,
0 replies
Y
yplon
Y
yplon 10
  • Newbie, joined since
  • Contributed 8 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

I see here silly discussions... I think you too do not know...
0 replies
S
Sveinungs
S
  • Veteran Member, joined since
  • Contributed 935 posts on the community forums.
  • Started 3 threads in the forums
answered
Veteran Member

Copy the code from theme.php from the opening <?php and a bit below the code lines you are trying to put in, and we might have a chance to see what is wrong. Like Homy, I'm not psychic neither. You're just giving bits and pieces, and it's so darn hard to guess what's wrong sometimes.
0 replies
H
Homdax
H
Homdax 10
  • Fusioneer, joined since
  • Contributed 2,247 posts on the community forums.
  • Started 108 threads in the forums
answered
Fusioneer

What I am after is one of two things:
1. You replace all double quotes in that code for single quotes
2. You wrap Your code with tags ?> and <? ending and restarting php execution.

For any of those to work one must have the whole picture of the code, or at least a larger portion than what You have posted thus far.

If You don't trust us, fine, I will be most happy to delete Your account on this site.
0 replies
L
Lazarus
L
Violence is the last refuge of the incompetent. - Isaac Asimov (US Science Fiction Writer)
  • Member, joined since
  • Contributed 53 posts on the community forums.
  • Started 4 threads in the forums
answered
Member

Contrary to what Homy and Sveingungs say, I know for a fact they can read minds. I've seen them do it! OH MY GOD!! THEYRE IN MY HEAD NOW!! :o

All kidding aside, how about just posting the entire set of files for them to see as an attachment?
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 17 posts
  • Votes 0 votes
  • Topic users 4 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet