Facebook  Twitter 

SMFHacks.com

+-

SMFHacks.com

+- User Information

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

+- Forum Stats

Members
Total Members: 4257
Latest: Alex998.
New This Month: 1
New This Week: 0
New Today: 0
Stats
Total Posts: 43293
Total Topics: 7522
Most Online Today: 118
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 98
Total: 98

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

Pages: [1] 2 3 ... 6
1
Support / Re: User Galleries .. Are inaccessible usual users
« on: November 22, 2008, 07:49:58 am »
Check the permissions for that membergroup.

2
Support / Description
« on: November 21, 2008, 08:39:55 pm »
When adding/editing a gallery, there's this field:
Description:
(BBC codes are supported)

I am attempting to use the [ html ] normal HTML code [ /html ] but the function doesn't seem to work...what BB Codes are supported in that field? I looked here, but realize this may not be the same supported functions:
http://docs.simplemachines.org/index.php?topic=57

3
General SMF Forum / Re: I've got a few more questions...
« on: September 11, 2008, 10:46:14 pm »
You might be better suited posting these questions at the mother ship (nothing against this site at all).
http://www.simplemachines.org/

SMFHacks is just one of the brilliant minds behind the magic of SMF.

4
General SMF Forum / Re: How to Change Background Image in SMF 1.1.5?
« on: September 09, 2008, 06:45:09 am »
That's a relative link. Compared to where your CSS is, the image is 4 folders up.
 :)

5
General SMF Forum / Re: How to Change Background Image in SMF 1.1.5?
« on: September 08, 2008, 09:48:11 pm »
Then it's either
   background-image: url(../../../Clouds_Background.gif);

or
   background-image: url(../../../../Clouds_Background.gif);


7
Support / Re: Multiple Gallery buttons
« on: September 07, 2008, 10:49:16 pm »
OK, good security measure considering what you offer. In this case, can you PM me an email address qayyom? I'll email the file.

9
General SMF Forum / Re: Help needed
« on: September 06, 2008, 10:41:36 am »
You are using a custom theme. When installing mods, you may or may not see the results on a custom theme.

10
Support / Re: Multiple Gallery buttons
« on: September 06, 2008, 08:28:20 am »
Right above your last post.

11
Support / Re: Multiple Gallery buttons
« on: September 05, 2008, 06:54:44 am »
Looks like you had two. I pulled one. Hope this works for you!

12
Support / Re: Multiple Gallery buttons
« on: September 04, 2008, 06:43:10 am »
If you have more than one of those in your template just remove them and then only one of the buttons will show. Leave only one instance of the code above in the template file.

sorry, actually i don't know PHP or any other programming language.

so please edit my submitted codes(remove duplicate lines) that can i replace in my index.template.php file, please


If you attach your index.template.php file, I'm sure someone will edit it for you.

13
SMF Gallery Lite / Re: The classic installation questions
« on: September 03, 2008, 04:56:09 pm »
I hope you have a backup of your default SMF theme because you shouldn't have overwritten that one. How about a link to your site (PM if you don't want to reveal it publicly)? Second thing is to look under /Themes/default/languages/ and look for a Modifications.english.php file. Also, look in the /Themes/YaBBSE*/languages folder. Is there a Modifications.english.php file there? Attach both of those if they both exist. I made up the YaBBSE folder as I'm not really familiar with it. I'm also thinking that I asked for the wrong file. I'm not really sure how the behind the scenes thing works.

14
SMF Gallery Lite / Re: The classic installation questions
« on: September 02, 2008, 09:16:55 pm »
There is no real formula for adding mods that require tabs (except for each custom theme). I've attached an edited version of your file. I don't have any permission conditions around the tab. Should you need something like this, simply add this snippet of code immediately after this line:
   // Show the [gallery] button.


Code: [Select]
if ($context['user']['is_logged'])

That will require any user to be logged in to even see the gallery tab. As far as the Admin settings, there should be a Gallery Configuration link under the Configuration area. I'm not familiar enough with the theme you are using. Does it have it's own ModSettings.php file?

15
SMF Gallery Lite / Re: SMF Gallery Lite Help Information
« on: September 01, 2008, 04:29:37 pm »
Depending on the mods you have installed this may or may not work.
Look for something like this:
Code: [Select]
if (in_array($context['current_action'], array('search', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm')))
$current_action = $context['current_action'];

Add 'gallery', to the list, something like this:
Code: [Select]
if (in_array($context['current_action'], array('gallery', 'search', 'admin', 'calendar', 'profile', 'mlist', 'register', 'login', 'help', 'pm')))
$current_action = $context['current_action'];

The add this code to the place where you want the Gallery link to appear (slightly below where the above code is):
Code: [Select]
// The [gallery]!
echo '<li><a class="gallery' , $current_action == 'gallery' ? ' active' : '', '" href="', $scripturl, '?action=gallery">' , $txt['smfgallery_menu'] , '</a></li>';

Hope that works.

Pages: [1] 2 3 ... 6

+- Recent Topics

Rate own images by fvlog19
April 11, 2024, 10:56:53 am

Tidy Child Boards on 2.1.4 by SMFHacks
April 04, 2024, 03:54:12 pm

Problems SMF 2.0.19 > 2.1.4 SMF Gallery Pro - Recents Images to overall header by Michel68
March 30, 2024, 12:41:08 pm

Can't DROP 'id_member'; check that column/key exists Datei: by SMFHacks
March 30, 2024, 11:58:20 am

No thumbnails on new uploads by Tonyvic
March 29, 2024, 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

Powered by EzPortal