Page 2 of 3

Re: Uninstall portal

Posted: 12. January 2009 04:30
by AFF
What do I need to add to this code to get it on the right side of my portal I want the link to us on the right side

Code: Select all

<!-- IF S_DISPLAY_LINK_US -->
			<!-- INCLUDE portal/block/link_us.html -->
		<!-- ENDIF -->
Thanks

Re: Uninstall portal

Posted: 12. January 2009 12:48
by Ice
Follow the instructions on the page Thomas linked you to. knowledge/kb_show.php?id=11

Re: Uninstall portal

Posted: 14. January 2009 06:54
by AFF
Hi I am having trouble trying to get the link to us block to move this is what I added to the code for it to appear on the right side but it didn't work here is the code

Code: Select all

<!-- IF S_DISPLAY_LINK_US -->
			<!-- INCLUDE portal/block/link_us.html -->
		<!-- ENDIF --><!-- [+] right block area -->
Is there something missing in the code

Cheers

Re: Uninstall portal

Posted: 14. January 2009 13:48
by Ice
<!-- [+] right block area --> is the start of the right block, you need to add it at the bottom, under all the other <!-- INCLUDE portal/block/ETC.html -->

Re: Uninstall portal

Posted: 14. January 2009 13:52
by thomas.d
AFF wrote:... Is there something missing in the code ...
No, it's misplaced.

open .../portal_body.html

remove

Code: Select all

<!-- IF S_DISPLAY_LINK_US -->
			<!-- INCLUDE portal/block/link_us.html -->
		<!-- ENDIF -->
from there.

find

Code: Select all

	</td>
<!-- [-] right block area -->
(which defines the end of the right block)

add before

Code: Select all

		<!-- IF S_DISPLAY_LINK_US -->
			<!-- INCLUDE portal/block/link_us.html -->
		<!-- ENDIF -->

Re: Uninstall portal

Posted: 15. January 2009 03:52
by AFF
thomas.d wrote:
AFF wrote:... Is there something missing in the code ...
No, it's misplaced.

open .../portal_body.html

remove

Code: Select all

<!-- IF S_DISPLAY_LINK_US -->
			<!-- INCLUDE portal/block/link_us.html -->
		<!-- ENDIF -->
from there.

find

Code: Select all

	</td>
<!-- [-] right block area -->
(which defines the end of the right block)

add before

Code: Select all

		<!-- IF S_DISPLAY_LINK_US -->
			<!-- INCLUDE portal/block/link_us.html -->
		<!-- ENDIF -->
Thanks for that mate

Re: Uninstall portal

Posted: 17. January 2009 16:21
by callteg4
Ice wrote:Re-upload the install directory, navigate to the install page and click uninstall from the menu on the left.

May I ask why you want to uninstall the portal?
Hi I have done the above but there is no uninstall on the menu on the left. please advise thanks

Re: Uninstall portal

Posted: 17. January 2009 21:16
by callteg4
Hi I really need help to get this portal off my site could somebody please reply as this is urgent thanks

Re: Uninstall portal

Posted: 18. January 2009 00:52
by thomas.d
callteg4 wrote:
Ice wrote:Re-upload the install directory, navigate to the install page and click uninstall from the menu on the left.

May I ask why you want to uninstall the portal?
Hi I have done the above but there is no uninstall on the menu on the left. please advise thanks
Which version of the portal do you use?

The current has definately an uninstall menu entry!

Re: Uninstall portal

Posted: 18. January 2009 01:32
by callteg4
I used Board3Portalv1.0.2 i done all the edits to uninstallbut this still remains in my admin

Re: Uninstall portal

Posted: 18. January 2009 11:14
by Kevin
Then go and delete them manually in the ACP (System --> Administration)

Re: Uninstall portal

Posted: 18. January 2009 11:19
by callteg4
So easy thanks Kevin I should kick myself

Re: Uninstall portal

Posted: 19. February 2009 11:20
by AFF
Hi I have uninstall the portal but now I just want to know how to remove the portal link ({ PORTAL } ) in the menu near forums

Image

Re: Uninstall portal

Posted: 19. February 2009 12:29
by Mike
Open your install.xml and redo the changes in overall_header.html.

Do you want to tell us, why you deinstalled your Portal?

Re: Uninstall portal

Posted: 7. March 2009 07:55
by kb0000
I want uninstall the board3 portal.
I have uninstalled it by clicking on the uninstall link. I have removed the files.
But when i login in to my admin account and click mods, following error comes:

General Error
Cannot find module ./../includes/acp/acp_portal.php

What should I do?