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?

Links be Truncated in custom pages?

Asked Modified Viewed 2,735 times
D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
asked
Senior Member

In need of a workaround for this:

I set up a link http://www.frackemall.com/nebula/viewpage.php?page_id=110 which is one of many custom pages and it gets cut to ../viewpage.php?page_id=110.

If this was in the same directory it would be fine, but it's not...
0 replies

5 posts

C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

It is stored in the database as "viewpage.php?page_id=110", without ../ Check your SQL table.

Now, if you are coding and want to have absolute path:

fusion_get_settings('siteurl'wink is "http://www.frackenmall.com/ nebula/" -- see Settings Table yourself.
0 replies
D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
answered
Senior Member

Quote

It is stored in the database as "viewpage.php?page_id=110", without ../ Check your SQL table.

Now, if you are coding and want to have absolute path:

fusion_get_settings('siteurl') is "http://www.frackenmall.com/ nebula/" -- see Settings Table yourself.
- by Chan


Chan,

In the setting table:

site_url is http://www.frackemall.com/ nebula

site_host is www.frackemall.com

site_path is /nebula/

Here's comes the fun part, fixing over 100 pages with bad links....
Edited by daimonbok1 on 23-08-2016 04:42,
0 replies
C
Chan
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
answered
Super Admin

In RC5, Custom Page can nest pages. If you view 1 page, and it has subcategory pages... it will come up with all the links of the subcategories.

But the caveat is you need to work under the same domain name.

Tell me if you need this feature up front now, because I'm working on a Nebula Theme Framework and is also currently working on deleting home.php replacing with a home panel, and configuring the installer to install a "home" page. The new opening page for RC5 onwards will be viewpage.php?page_id=1
0 replies
D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
answered
Senior Member

No, Chan...finish what your doing... Seems I'll add a new domain soon..not as costly as I thought :-) by then RC 5 may be out :-)
0 replies
D
daimonbok1
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions
answered
Senior Member

BTW, if I'm reading this right, all my sites will need it's own domain to function properly?
0 replies

Labels

None yet

Statistics

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

2 participants

C
C
Chan 0
Lead Developer of PHP-Fusion
  • Super Admin, joined since
  • Contributed 3,841 posts on the community forums.
  • Started 232 threads in the forums
  • Answered 6 questions
D
D
Into The Nebula! Is it Science or Science Fiction?
  • Senior Member, joined since
  • Contributed 626 posts on the community forums.
  • Started 141 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet