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: 0
Guests: 273
Total: 273

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - annedi

Pages: [1]
1
Support / Re: How to Transfer License?
« on: November 29, 2017, 10:09:13 pm »
Bjørn Rørslett of nikongear.net has just registered a new account here using the handle "nfoto". So please transfer our Gallery Pro license key to that account.

Thank you --
Andrea Blum
nikongear.net

2
Support / Re: Can't find version number for Gallery Pro
« on: November 29, 2017, 11:33:37 am »
I did find it on our forum in the Admin area.
But where do I find it here? Sorry I did not make that clear.

3
Support / Can't find version number for Gallery Pro
« on: November 29, 2017, 11:12:06 am »
I'm being stoopid today, sorry. Where do I find the version number for the most recent Gallery Pro? I think we need to update.

Thx.
Andrea B.

4
Support / Re: How to Transfer License?
« on: November 29, 2017, 11:02:12 am »
Thanks!

5
Support / How to Transfer License?
« on: November 29, 2017, 10:53:31 am »
I need to transfer our website's license for Gallery Pro to a new Admin. How do we do that? (We are aware that currently the license is expired.)


6
Support / Re: License Key Failure?
« on: December 02, 2016, 01:04:04 pm »
Thanks for your fast response!

Cheers -
Andrea B.

7
Support / License Key Failure?
« on: December 02, 2016, 10:24:29 am »
I entered my email code into the Add License box, but do not see an expiration date in my listing under LICENSES.
Also I cannot acccess the special SMF Gallery Pro topics in index.php.
And, I just received an expiration notice in my PM messages. Having just purchased Gallery Pro about a month ago, this seems a bit premature.
Please help fix these 3 licensing and access problems & thank you.

Andrea Blum
Admin for nikongear.net

8
SMF Gallery Lite / Re: Gallery Lite menu problem
« on: November 15, 2016, 12:04:53 pm »
Found it !!!!

It was a simple permissions problem. I am one of two Admins on Nikongear.net but not "the Admin", who of course would have immediately seen the Gallery menu items. All I needed to do was check my "Use SMF Gallery" permission checkbox under my admin General Permissions and the Gallery menu items turned on.
DUH !!!!

Thank you for your prompt response. Sorry I didn't figure that one out right away. :D  :D :D

Andrea B.

9
SMF Gallery Lite / Re: Gallery Lite menu problem
« on: November 15, 2016, 11:51:10 am »
Yes. Sorry! (my error)
I just edited my post but will repeat:

I ran the parser and got no errors for Gallery Lite 5.6.1 and SMF 2.0.12.

So still puzzled why nothing is showing up.

10
SMF Gallery Lite / Re: Gallery Lite menu problem
« on: November 15, 2016, 11:37:11 am »
The XML installation search position code fails for index.template.php (from SMF 2.0.12) ??
So index.template.php does not get updated ??
And it cannot be manually updated because apparently some of the code has been rewritten.
I cannot find where to add a gallery button.
I posted the function template_menu() in my first post to show you.


argh. Sorry. got installation scripts mixed up!

I ran the parser and got no errors for Gallery Lite 5.6.1 and SMF 2.0.12.

11
SMF Gallery Lite / Gallery Lite menu problem
« on: November 15, 2016, 09:22:59 am »
We are running SMF 2.0.12 for nikongear.net.
I installed Gallery Lite 5.6.1.
No installation problems.

However, I cannot see the Gallery > Gallery Configuration menu item in Admin.
And also cannot see the Gallery menu item on the main page.

I've read through other (somewhat old) posts about this problem.
But I cannot see where to fix anything in index.template.php as you suggest.
The code in 2.0.12 does not list the buttons by name in index.template.php.

Any help you can provide would be welcome. Thanks!
Added later:  We are probably going with Gallery Pro.
But we wanted to simply have a quick look first using Gallery Lite.

Andrea B.
Admin at nikongear.net


Here is the current menu code for the main page.

Code: [Select]
// Show the menu up top. Something like [home] [help] [profile] [logout]...
function template_menu()
{
global $context, $settings, $options, $scripturl, $txt;

echo '
<div id="main_menu">
<ul class="dropmenu" id="menu_nav">';

foreach ($context['menu_buttons'] as $act => $button)
{
echo '<li id="button_', $act, '">

<a class="', $button['active_button'] ? 'active ' : '', 'firstlevel" href="', $button['href'], '"', isset($button['target']) ? ' target="' . $button['target'] . '"' : '', '>

<span class="', isset($button['is_last']) ? 'last ' : '', 'firstlevel">', $button['title'], '</span>
</a>';

if (!empty($button['sub_buttons']))
{
echo '<ul>';

foreach ($button['sub_buttons'] as $childbutton)
{
echo '<li>
<a href="', $childbutton['href'], '"', isset($childbutton['target']) ? ' target="' . $childbutton['target'] . '"' : '', '>
<span', isset($childbutton['is_last']) ? ' class="last"' : '', '>', $childbutton['title'], !empty($childbutton['sub_buttons']) ? '...' : '', '</span>
</a>';

// 3rd level menus :)
if (!empty($childbutton['sub_buttons']))
{
echo '<ul>';

foreach ($childbutton['sub_buttons'] as $grandchildbutton)
echo '<li>
<a href="', $grandchildbutton['href'], '"', isset($grandchildbutton['target']) ? ' target="' . $grandchildbutton['target'] . '"' : '', '>
<span', isset($grandchildbutton['is_last']) ? ' class="last"' : '', '>', $grandchildbutton['title'], '</span>
</a></li>';
echo '</ul>';
}
echo '</li>';
}
echo '</ul>';
}
echo '</li>';
}
echo '</ul>
</div>';
}

Pages: [1]

+- 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