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: 43261
Total Topics: 7519
Most Online Today: 297
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 274
Total: 274

Author Topic: SMF Gallery Lite Help Information  (Read 171727 times)

0 Members and 1 Guest are viewing this topic.

Offline tones_ie

  • Member
  • *
  • Posts: 6
    • View Profile
Re: SMF Gallery Lite Help Information
« Reply #30 on: January 26, 2007, 09:10:37 pm »
Ive a similiar request please.....ive tried withpout any luck tpo get the button to show on a custom theme

Ive attached the file from my BlackNBlack theme....appreciate the help.... :)

regards

tones

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: SMF Gallery Lite Help Information
« Reply #31 on: January 26, 2007, 09:24:05 pm »
Open index.template.php
Find
Code: [Select]
// Edit Profile... [profile]
if ($context['allow_edit_profile'])
echo '<li><a href="', $scripturl, '?action=profile"><span>' , $txt[79] , '</span></a></li>';

After it add
Code: [Select]
// Gallery
if ($context['allow_smfgallery_view'])
echo '<li><a href="', $scripturl, '?action=gallery"><span>' , $txt['smfgallery_menu'] , '</span></a></li>';


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 tones_ie

  • Member
  • *
  • Posts: 6
    • View Profile
Re: SMF Gallery Lite Help Information
« Reply #32 on: January 26, 2007, 09:28:03 pm »
worked a treat....thank u soo much

Offline Reg

  • Member
  • *
  • Posts: 1
    • View Profile
Re: SMF Gallery Lite Help Information
« Reply #33 on: April 10, 2007, 03:52:35 pm »
You must get tired of helping a grateful public. So, in advance, thank you for your assistance!

I am using Scribbles11 and have tried modifying the template to show the gallery buttons. The template comes with gallery buttons, so, this really shouldn't be that tough. Then again. Could you check and see what I am doing wrong?

Thanks again!

Offline ph4ever

  • Bad Emails DO NOT EMAIL
  • Member
  • *
  • Posts: 5
    • View Profile
Re: SMF Gallery Lite Help Information
« Reply #34 on: April 24, 2007, 09:19:53 pm »
I’m having issues getting the gallery to work on my site and I hope someone here can help me.

I loaded a fresh version of SMF 1.1.2 on my site through my fantastico

When I went to my admin page I found a blank page that said:
Unknown system variable 'NAMES'

I contacted my host and was told

Quote
This is actually an issue with the newer versions of SMF. In order to correct this, please find the following line at the bottom of your Settings.php file:

$db_character_set = 'utf8';

and comment it out so it appears as follows:

//$db_character_set = 'utf8'

Which I did and my site worked fine.  The first mod I tried to install was the Gallery .

This is a screenshot of the SMF install page http://home.comcast.net/~ph4ever/installgallery1.jpg

and this is a screenshot of the page I get when I redirect after mod installation. http://home.comcast.net/~ph4ever/redirect.jpg

I'm attaching a text file of the error log that was generated.   I did blank out my forum addy as I maintain a site for people with health issues and I did this to protect my members.

Any help that you can give me will be so greatly appreciated.

Thanks in advance.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: SMF Gallery Lite Help Information
« Reply #35 on: April 24, 2007, 10:32:42 pm »
Copy the text strings from themes/default/languages/modifications.english. php to any other themes/default/languages/modifications.*.php file
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 ph4ever

  • Bad Emails DO NOT EMAIL
  • Member
  • *
  • Posts: 5
    • View Profile
Re: SMF Gallery Lite Help Information
« Reply #36 on: April 24, 2007, 10:49:44 pm »
Copy the text strings from themes/default/languages/modifications.english. php to any other themes/default/languages/modifications.*.php file

Thanks for your quick response.

I only have the themes/default/languages/modifications.english. php

however I have numerous themes/default/languages/modifications.*-utf8.php files.  Should I do anything with them?

thanks!!

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: SMF Gallery Lite Help Information
« Reply #37 on: April 24, 2007, 10:50:42 pm »
Yes copy the text strings from mofications.english.php to all the other modifications.*-utf8.php
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 ph4ever

  • Bad Emails DO NOT EMAIL
  • Member
  • *
  • Posts: 5
    • View Profile
Re: SMF Gallery Lite Help Information
« Reply #38 on: April 24, 2007, 10:52:42 pm »
Thanks!!!!!  ;D

Offline ph4ever

  • Bad Emails DO NOT EMAIL
  • Member
  • *
  • Posts: 5
    • View Profile
Re: SMF Gallery Lite Help Information
« Reply #39 on: April 24, 2007, 11:47:09 pm »
now I get this

Template Parse Error!
It seems something has gone sour on the forum with the template system. This problem should only be temporary, so please come back later and try again. If you continue to see this message, please contact the administrator.

You can also try refreshing this page.

Offline SMFHacks

  • Administrator
  • Hero Member
  • *****
  • Posts: 16436
    • View Profile
Re: SMF Gallery Lite Help Information
« Reply #40 on: April 25, 2007, 06:59:36 am »
What did you do? Did you just copy the text from one file and move it to the others.
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 ph4ever

  • Bad Emails DO NOT EMAIL
  • Member
  • *
  • Posts: 5
    • View Profile
Re: SMF Gallery Lite Help Information
« Reply #41 on: April 25, 2007, 11:18:11 am »
Yes but I'm going to double check today and make sure I didn't make any errors.  I was tired when I did it last night. 

But then I was also thinking - since English is the primary language on my board couldn't I just delete all the non english language files as well?

Thanks so much for all your help - I'll let you know what happens when I check the files.

Offline buneduggy

  • Member
  • *
  • Posts: 1
    • View Profile
Re: SMF Gallery Lite Help Information
« Reply #42 on: May 06, 2007, 06:59:43 pm »
I am running the "Black Day" theme on my forum, can you help get the gallery button to show and fuction. Thanks,
« Last Edit: May 06, 2007, 07:01:44 pm by buneduggy »

Offline riffmaster

  • Member
  • *
  • Posts: 4
    • View Profile
Re: SMF Gallery Lite Help Information
« Reply #43 on: June 08, 2007, 02:07:39 pm »
I have the VampiretM theme.  I finally got it uploaded, installed and created a few categories.  I went into index.template.php and created the link for the top bar.  It doesn't show up, but I can hover over it where its supposed to be and click on it.  Conversely when I go to the permission section I see nothing of the Gallery.  All that I do see is some checkboxes on the right.  I checked all of them and then logged out and back in with my non-ADMIN username and it finally showed up on the link bar at the top...HOWEVER IT SHOWED UP JUST LIKE THE ADMIN SECTION.  A blank spot that I can hover over and click to get to the gallery.

Thanks for any help you might offer.

Offline stormlrd

  • Full Member
  • ***
  • Posts: 136
    • View Profile
    • Expanding Tiny Portals
Re: SMF Gallery Lite Help Information
« Reply #44 on: June 08, 2007, 08:47:52 pm »
you need to load the txt strings from default theme modifications.english to the modifications.english in the vampire theme is all.

 

Related Topics

  Subject / Started by Replies Last post
5 Replies
7853 Views
Last post January 12, 2007, 06:28:22 am
by softtouch
10 Replies
9112 Views
Last post December 05, 2007, 10:49:46 pm
by djmac
3 Replies
7448 Views
Last post April 21, 2008, 10:17:18 pm
by SMFHacks
3 Replies
5238 Views
Last post October 06, 2009, 03:08:29 pm
by william777
8 Replies
5309 Views
Last post January 29, 2012, 03:43:22 pm
by statusjpn

+- Recent Topics

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
Today at 08:27:36 am

No thumbnails on new uploads by Tonyvic
Today at 06:26:18 am

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

Powered by EzPortal