Jump to content

I can't create pages :(


System

Recommended Posts

Hi, i just created with whmcs. There is pre created pages by my premium template..

Example :

 

I have web-hosting.tpl but when clicked on website to WebHosting text website can't find web-hosting.php

 

What is the problem what i need to do is there page manager i can use ?

If there is an addon this addon must be customize codes too.

 

 

Help me please.

Link to comment
Share on other sites

just because the template name is web-hosting.tpl does not mean that the php file is names the same.

 

You need to look into your php files in the whmcs root, any that you open with encrypted code are default whmcs, If your template came with php files which i suspect it should then they should be open source.

 

Look to the bottom of those open sourced files. you are looking for this line in version 5.2 whmcs.

 

 $ca->setTemplate('web-hosting');

 

If you have a decent file editor you can just do a search in files, Set the directory to the whmcs root on your local computer, the extension file mask if it has one to *.php and copy/paste what i just posted. This will bring back all files that contain that line. you will likely find its just one single file, open it and edit at your leisure.

 

If you do not find that line it means the file is encrypted also. If it simply doesnt exist, you can just create your own See the documentation, link in my signature, and find "adding pages"

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated