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?

blocks and headings

Asked Modified Viewed 2,204 times
L
leebrendalee
L
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions
asked
Junior Member

OK, on your site there are blocks I think you call them Panels is that right? so yours are "navigation", Submissions", Information, etc. etc. Awards.
Question, How do I make that?
0 replies

13 posts

L
leebrendalee
L
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions
answered
Junior Member

Ok, the problem I was having had nothing to do with the instructions in the book..that is REALLY EASY STUFF..but what I wanted was a custom thing and just the code...which you answered on the other post..so I'll post your response here because it is really important to know and isn't in the handbook unless I'm blind..here is the code you wrote as a perfect example and I used EXACTLY the same code..exactly..except changed my custom links to my own heading..etc.SO THANKS..

openside("::My Custom Links::");

echo "<img src='".THEME."images/bullet.gif' alt=''> <a href='http://google.com'>Click me</a><br />";

closeside();
0 replies
W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

It is actually described very detailed in page 36-37-38 of the handbook.

As i posted earlier, go system admin, site links in order to manage the links in the navigation panel as well as the links in the horizontal menu in the subheader. Press the arrow keys up and down to change the order.

0 replies
L
leebrendalee
L
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions
answered
Junior Member

Ok last night I read the entire manual and still didn't find how to do this:

Lets use your site as an example on your left there is Navigation, Submissions, Information etc.
You have things under those headings.
On my site I made a heading according to your instructions.
Now how do I get something under those headings. For example on your site, Under NAVIGATION, say I wanted to move the title Downloads and move it under Submissions..how might I go about doing this? Or how might I make an entire different page under the heading navigation..
0 replies
L
leebrendalee
L
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions
answered
Junior Member

LOL I'm still struggling, .I've made my heading
and actually got something under the heading, but it's not my custom page that I made..It just says whatever I put there..example:

Brenda
test


I have my custom page.............but dont' understand how to get it under my bran spanking new heading..

here: www.brendalee4ever.com
see webcams the heading and than see above in the navigation..i have those custom pages there and i want to move them down below ..
0 replies
W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

If you made a custom page and added it to navigation, then you need to go system admin, site links to move the link to the position you would like it to have in the navigation panel. Use the arrows up and down to change the order.

You can also move the heading or separator up and down this way.
0 replies
L
leebrendalee
L
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions
answered
Junior Member

I'm still playing, So the panel is made.......totally cool, now how do I get the customer page under that heading. Right now I have the customer page just sitting over under naviagation and u click on it. But I'd rather have it under my new heading?

When I make the custom page, too bad it doesn't ask you at that time where you want it to go under which heading. So how much I fix this?
0 replies
W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

Ask away. No worries. ;)
0 replies
L
leebrendalee
L
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions
answered
Junior Member

thank you so much, i've been wanting to know where the instructions are........EXCELLENT, NOW i wont' ask such silly questions.........thanks for helping eh..
0 replies
W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

lol. ;)
0 replies
W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

Panel name is an identifier only and will not be displayed once you enable the panel.

If you make a custom panel, then you need to enter the panel content manually in the Panel Content text area. Defult that will show when you create a panel is:

openside("name");
  echo "content";
closeside();


This very simple panel will show panenel name "name" and the content of the panel will show "content".

Instead of "content" you need to add your panel code.

All this will be ignored if you pick an existing panel from the drop down box.

The header and separator line you add as site links in system admin, site links.

If you haven't already downloaded the handbook, then you should. It gives a lot of good instruction:

http://www.php-fusion.co.uk/downloads...cat_id=15
0 replies
L
leebrendalee
L
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions
answered
Junior Member

Hey I figured it out..YOU GOTTA ENABLE IT FIRST!!!!!!!!!!!!!
0 replies
L
leebrendalee
L
  • Junior Member, joined since
  • Contributed 20 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions
answered
Junior Member

thanks for replying,

Doesn't work, I put "Test" as the panel Name. and that's it..nothing showed up? Do I put something in the other boxs?
0 replies
W
WEC
W
WEC 10
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 5 threads in the forums
answered
Veteran Member

Go system admin, panels to ad either a custom panel or one of the existing panels.

You can add headings and separator lines like described here:

http://www.php-fusion.co.uk/faq.php?c...p?cat_id=1

On the mods site you can find an infusion called extra site links which will give you an additional panel like the Navigation panel.
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 13 posts
  • Votes 0 votes
  • Topic users 2 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet