|
|
| Author |
Message |
greycouncil
Not So New User
Joined: 29 Feb 2008
Posts: 30
|
Posted: March 2nd 2008, 8:04 am Post subject: |
|
|
I am getting this and nothing is showing up in the forum admin control panel for the portal
This list is a result of the SQL queries needed for the ezPortal Admin Hack ©2002/2003cyborg@cyborgworks.com
Portal Table
[Already changed or Posible error] line: 1 , CREATE TABLE greycouncil_portal (portal_name VARCHAR(255) NOT NULL, portal_value TEXT NOT NULL, PRIMARY KEY (portal_name))
Portal Values
[Already changed or Posible error] line: 2 , INSERT INTO greycouncil_portal (portal_name, portal_value) VALUES ("welcome_text", "Welcome to My Community
Thanks for using ezPortal,
Have a good time! ^_^")
[Already changed or Posible error] line: 3 , INSERT INTO greycouncil_portal (portal_name, portal_value) VALUES ("number_of_news", "5")
[Already changed or Posible error] line: 4 , INSERT INTO greycouncil_portal (portal_name, portal_value) VALUES ("news_length", "200")
[Already changed or Posible error] line: 5 , INSERT INTO greycouncil_portal (portal_name, portal_value) VALUES ("news_forum", "1")
[Already changed or Posible error] line: 6 , INSERT INTO greycouncil_portal (portal_name, portal_value) VALUES ("poll_forum", "1")
[Already changed or Posible error] line: 7 , INSERT INTO greycouncil_portal (portal_name, portal_value) VALUES ("number_recent_topics", "10")
[Already changed or Posible error] line: 8 , INSERT INTO greycouncil_portal (portal_name, portal_value) VALUES ("last_seen", "5")
Update
another thing i tried is taking the admin_portal php file in the mod folder and placing it into the admin folder and when i do the install and log into my fourm control panel it shows that portal admin panel in the control panel and when i click configuration i get this error
Template->make_filename(): Error - file admin/portal_config_body.tpl does not exist
so i went and placed the portal_config_body tpl file in the admin folder and still got this error Template->make_filename(): Error - file admin/portal_config_body.tpl does not exist
so i tried placing the portal_config_body tpl file in the templates folder and still got this errorTemplate->make_filename(): Error - file admin/portal_config_body.tpl does not exist
I am at wits end I thank you for your help not sure what to do or try now |
|
| Back to top |
|
 |
Ricky_Racer
Dedicated User

Joined: 19 Jul 2003
Posts: 1387
Location: Middle of Nowhere, USA
|
Posted: March 2nd 2008, 9:25 am Post subject: |
|
|
Copy file portal_config_body.tpl to ALL of your templates/*_template_name_*/admin folders, where *_template_name_* = subSilver, subRed, subBlack, etc.  |
|
| Back to top |
|
 |
greycouncil
Not So New User
Joined: 29 Feb 2008
Posts: 30
|
Posted: March 2nd 2008, 4:01 pm Post subject: |
|
|
WOOOOOOOOOOOOOOOOOOOOOOOT thank you guys
ricky your bold all helped i was only placing them into one template oddy enough i wasnt catching it lol. plus it took me awhile to figure out because there were other files in the mod i download but in the instructions never mentioned doing anything with them. |
|
| Back to top |
|
 |
bobsickle
New User
Joined: 22 Feb 2008
Posts: 20
|
Posted: March 2nd 2008, 4:06 pm Post subject: |
|
|
| greycouncil wrote:
|
WOOOOOOOOOOOOOOOOOOOOOOOT thank you guys
ricky your bold all helped i was only placing them into one template oddy enough i wasnt catching it lol. plus it took me awhile to figure out because there were other files in the mod i download but in the instructions never mentioned doing anything with them.
|
Those are for compatibilty with other hacks and integrating them (I think). |
|
| Back to top |
|
 |
greycouncil
Not So New User
Joined: 29 Feb 2008
Posts: 30
|
Posted: March 2nd 2008, 4:12 pm Post subject: |
|
|
so basically if there is files in the mod folder and the instuctions doesnt mention doing anything with i still should?
thanks again onto my next mod to hunt down.
I know html pretty well as I was on a free hosted site and had free run of html and creating additional web pages so learning as i go installing all these mods as they were included on my free hosted site. |
|
| Back to top |
|
 |
|