Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

Welcome, Guest.
Please login or register.
 
 
 
Forgot your password?

+- Forum Stats

Members
Total Members: 4255
Latest: andreios
New This Month: 3
New This Week: 1
New Today: 0
Stats
Total Posts: 43259
Total Topics: 7518
Most Online Today: 297
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 1
Guests: 282
Total: 283

Author Topic: impossible upgrade from lite to pro  (Read 7397 times)

0 Members and 1 Guest are viewing this topic.

Offline tatore

  • Member
  • *
  • Posts: 13
    • View Profile
impossible upgrade from lite to pro
« on: December 25, 2006, 04:55:15 am »
How is it possible that I can't upgrade the versions?
I've bought this morning the "pro" version, but I always have the same options of the lite-
If I want to upgrade it manually, do I find a tutorial?

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: impossible upgrade from lite to pro
« Reply #1 on: December 25, 2006, 07:39:52 pm »
If the upgrade package is not working. I suggest unsitalling the lite version and installing the pro version. It saves all your pictures and categories that you have setup.
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline tatore

  • Member
  • *
  • Posts: 13
    • View Profile
Re: impossible upgrade from lite to pro
« Reply #2 on: December 26, 2006, 12:32:44 am »
I'' explain better:
I've tried to install, over the lite vsn and it tells me that everything was installed succesfully, but no any option changed from lite version.
The adm, control panel is the same with "donate....if you want to upgrade....". Nothing is changed.
It appears as installed between the packages installed, but it's not true.
And it's impossible to reinstall or uninstall without getting several errors-

Do You need any file attached to control?
« Last Edit: December 26, 2006, 09:51:40 am by tatore »

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: impossible upgrade from lite to pro
« Reply #3 on: December 26, 2006, 10:20:53 am »
It seems like the mod did not install at all then. I can manually install it for you if you want. I would need ftp access and an admin's forum account.

I would check that your permissions are correct on your forum though first to make sure that the mods can actually install.

Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline tatore

  • Member
  • *
  • Posts: 13
    • View Profile
Re: impossible upgrade from lite to pro
« Reply #4 on: December 26, 2006, 10:57:54 am »
I'm planning it with my wbm.
Could You send me, please, privately your email?
I'll use it just in case I'll send the ftp parameters.
thank You.
Maybe I have the italian translation as a gift. ;D
I'll need to make it better, after installation  ::)

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: impossible upgrade from lite to pro
« Reply #5 on: December 26, 2006, 01:16:41 pm »
Finished
You will need to translate some of these from modifications.english.php to modifications.yourlanaguage.php

Mostly some new permissions added

Code: [Select]
//Begin SMF Gallery Text Strings
$txt['smfgallery_menu'] = 'Gallery';
$txt['smfgallery_version'] = '1.0 Pro';
$txt['smfgallery_admin'] = 'Gallery Configuration';

//Permissions
$txt['permissiongroup_smfgallery'] = 'SMF Gallery';

$txt['permissionname_smfgallery_view'] = 'View SMF Gallery';
$txt['permissionhelp_smfgallery_view'] = 'Allows the user to view the Gallery';
$txt['cannot_smfgallery_view'] = 'You are not allowed to view the Gallery';

$txt['permissionname_smfgallery_add'] = 'Add Picture';
$txt['permissionhelp_smfgallery_add'] = 'Allows the user to add a picture.';
$txt['cannot_smfgallery_add'] = 'You are not allowed to add a picture.';

$txt['permissionname_smfgallery_edit'] = 'Edit own Picture';
$txt['permissionhelp_smfgallery_edit'] = 'Allows the user to edit their own picture.';
$txt['cannot_smfgallery_edit'] = 'You are not allowed to edit that picture.';

$txt['permissionname_smfgallery_delete'] = 'Delete own Picture';
$txt['permissionhelp_smfgallery_delete'] = 'Allows the user to delete their own picture.';
$txt['cannot_smfgallery_delete'] = 'You are not allowed to delete that picture.';

$txt['permissionname_smfgallery_ratepic'] = 'Rate Picture';
$txt['permissionhelp_smfgallery_ratepic'] = 'Allows the user to rate a picture.';
$txt['cannot_smfgallery_ratepic'] = 'You are not allowed to rate that picture.';

$txt['permissionname_smfgallery_editcomment'] = 'Edit own Comment';
$txt['permissionhelp_smfgallery_editcomment'] = 'Allows the user to edit their own comments.';
$txt['cannot_smfgallery_editcomment'] = 'You are not allowed to edit that comment.';

$txt['permissionname_smfgallery_comment'] = 'Leave Comments';
$txt['permissionhelp_smfgallery_comment'] = 'Allows the user to leave comments on a picture.';
$txt['cannot_smfgallery_comment'] = 'You are not allowed to leave comments.';

$txt['permissionname_smfgallery_report'] = 'Report Pictures/Comments';
$txt['permissionhelp_smfgallery_report'] = 'Allows the user to report pictures and comments.';
$txt['cannot_smfgallery_report'] = 'You are not allowed to report content.';

$txt['permissionname_smfgallery_autocomment'] = 'Auto Approve Comments';
$txt['permissionhelp_smfgallery_autocomment'] = 'Comments do not need to wait for approval.';

$txt['permissionname_smfgallery_autoapprove'] = 'Auto Approve Pictures';
$txt['permissionhelp_smfgallery_autoapprove'] = 'Pictures do not need to wait for approval.';

$txt['permissionname_smfgallery_usergallery'] = 'Personal Gallery';
$txt['permissionhelp_smfgallery_usergallery'] = 'Allows the user to have a personal gallery';
$txt['cannot_smfgallery_usergallery'] = 'You are not allowed to have a gallery.';

$txt['permissionname_smfgallery_manage'] = 'Manage Gallery';
$txt['permissionhelp_smfgallery_manage'] = 'Allows the user to add/delete/edit all catagories. Delete Comments, Delete Pictures, Approve Pictures';
$txt['cannot_smfgallery_manage'] = 'You are not allowed to manage gallery.';

//END SMF Gallery Text Strings       
Get your Forum Ranked! at https://www.forumrankings.net - find out how your forum compares with others!

Like What I do? Support me at https://www.patreon.com/vbgamer45/

Offline tatore

  • Member
  • *
  • Posts: 13
    • View Profile
Re: impossible upgrade from lite to pro
« Reply #6 on: December 26, 2006, 02:23:58 pm »
i've told you by mail and I'll tell You here: you're perfect!!!
I'm trying the translation on my forum  ::) ::) ::) causa I've seen that's not the same "on action".
As soon as possible for everyone.
It's a gallery that I suggest to everyone.
Lite is good, but "pro" is so complete...
Thank you again. ;)

 

Related Topics

  Subject / Started by Replies Last post
1 Replies
3731 Views
Last post June 16, 2007, 07:38:17 pm
by SMFHacks
37 Replies
26009 Views
Last post December 27, 2007, 10:22:10 pm
by SMFHacks
2 Replies
6878 Views
Last post January 07, 2009, 05:04:42 pm
by GKDantas
2 Replies
3240 Views
Last post November 01, 2012, 10:50:30 am
by vw t3 spain
1 Replies
3469 Views
Last post December 21, 2012, 08:55:52 am
by simonmaltby

+- Recent Topics

No thumbnails on new uploads by SMFHacks
March 27, 2024, 02:10:41 pm

Display the Contact Page for guests by SMFHacks
March 27, 2024, 10:55:43 am

is it possible to add support for odysee.com by fvlog19
March 21, 2024, 08:47:51 am

Request for admin notification by davejo
March 10, 2024, 01:31:59 am

I need help with torrent upload by Ineedsmfhelp
March 09, 2024, 10:01:13 pm

an idea for new mod (( content type with different display )) by SMFHacks
February 27, 2024, 01:36:27 pm

[Mod] RSS Feed Poster by SMFHacks
February 27, 2024, 11:57:18 am

find duplicate pictures by fvlog19
February 14, 2024, 02:22:40 pm

Error uploading video. by SMFHacks
February 08, 2024, 02:04:16 pm

Gallery icon as last added image by fvlog19
February 01, 2024, 01:04:56 pm

Powered by EzPortal