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: 43295
Total Topics: 7523
Most Online Today: 191
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 197
Total: 197

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.


Topics - Empire

Pages: [1]
1
Support / Site errors that needs to be fixed, Support
« on: July 18, 2015, 09:17:00 pm »
Howdy SMFHacks

I have site errors that needs to go thought and to be fixed, Most of them is from the designed of the theme and the others are from your modifications, like the gallery prop and the download prop and many other of your products that I have installed.

I already have already fixed around 4 to 5 errors so fair and the little help from the designer of the theme.

Now I want my site to don't have any god damn errors, and so since I don't know much about the code of your products you might help me out

Errors from the gallery page https://validator.w3.org/nu/?doc=http%3A%2F%2Fbaysidegamers.com%2Fgallery%2F
Errors from the Download page https://validator.w3.org/nu/?doc=http%3A%2F%2Fbaysidegamers.com%2Fdownloads%2F

thanks

2
Support / Color background In Category
« on: June 14, 2015, 04:48:04 am »
I have change the site theme color, and as from the images in the attachments you will see that the background white is no going (image 1).  Before I have change the theme color it was white! and after it's no longer there.

The main page is alright as seen in image 2 

One image 3, as you can see that the word/links are not easy to read, so I like it to be black and easy to read.

I'm using ZGames theme by the way

3
Support / Karma Option update
« on: May 03, 2015, 02:26:59 am »
I have updated my Karma option, Improved it more for the posts on the forums. I have the Karma Description Mod. From the images you see I have up and down images.

Anyway I wanted that option for the comments in the Gallery pro and the download pro to. So that way it does not look blend. it will look all the same 

4
Support / Seeing Double
« on: April 26, 2015, 02:18:53 am »
I have upgraded to the new patch (SMF 2.0.10). And had to install all  modifications that most files are from here (SMFhacks). All going good apart from errors after errors, of which i'm fixing. However I some help  8)

AS from the attachments, you can see it's all double. The Karma Stats, View Gallery, the Total Badges and social network. I know that two off them are not by you, but it's something that you guys probably have an fix.

Last thing, on my footer it says (Simple Audio Video Embedder) I removed that months ago and for some reasons I can't find the code to remove it again

5
Support / close label URL...
« on: April 08, 2015, 09:22:48 pm »
Just a little error that needs fixing, and I'm posting here as there might be other members with the same error.

404 error for this image, The URL is messed up. For an example how mine was set up like http://www.sample.com/gallery/gallery/images/closelabel.gif

needs to be http://www.sample.com/gallery/images/closelabel.gif 

how did the gallery/gallery apper to happen like that

6
Feature Requests / Profile, members files/gallery
« on: April 08, 2015, 02:16:29 am »
This is for the download as well for the gallery pro. This is already being used with other forum software out there and would be cool to have it for SMF forums. You might want to work with SMF and SMFtricks with this idea of mine.

An option where on each of the members profiles, there will be a link to there list of images that they have uploaded, same with the download pro where and link on there profile (files) and goes to that page with there list of uploaded files. It's like how invisionpower is.

7
Bugs / Bug In Line (1666)
« on: March 22, 2015, 01:02:40 am »
I have an error log, And it's from the Download page.

(8: Use of undefined constant GEOIP_CITY_EDITION_REV1 - assumed 'GEOIP_CITY_EDITION_REV1)


8
Support / Unable to load the 'main' template.
« on: February 27, 2015, 06:32:24 pm »
This is an Template error that I keep receiving, and I looked all over for an fix and I'm just having no luck.

From the /index.php?action=badgeawards  An Error Has Occurred! that's saying Unable to load the 'main' template.

However the Master Badge List and members Badge List does work

9
Support / Thumbnails on category
« on: February 25, 2015, 02:57:43 am »
Each category I have has the checkbox clicked for Show thumbnails on category view, But it does not show up. It does for one category but not 4 others.

See here http://www.baysidegamers.com/index.php?action=downloads I have files under Grand Theft Auto 4  Textures Modifications and no Thumbnails showing up

10
Modifications Talk / JavaScript, Freight Calculator Help
« on: February 09, 2015, 11:20:26 pm »
I'm just building an basic freight calculator for my site. When the user enters the parcels weight in kilograms in to the text box and clicks on the "Calculate Postage" button, your application will calculate the cost and display the amount in a paragraph.

So calculating the freight are as follows:
If the weight is greater than 0 and less than or equal to 5kg the freight is $7.50
Greater than 5kg and less than or equal 15kg the freight is $12.60
Anything above 15kg is a flat freight charge of $20.00
If the user does not enter a positive number, display an error message

And here is my code so fair,

JavaScript,
Code: [Select]
};

var price = 0;
var shipping = calculateShipping(price);

function calculate() {
var result = 0;
if (price <= 25){
    result = 5kg;
}
else{
    result = price * 10 / 100;
}
var total = result + (price - 0);
window.alert("Shipping is $" + result + ".  Total is $" + total +".");
}

}

HTML
Code: [Select]
<!doctype html>
<html lang="en">

<html>

<head>

<meta charset="utf-8">
<title>Empire's Calculate Shipping</title>
<link rel="stylesheet" href="style.css">
<script src="javascript.js"></script>
</head>

<body><h1>Empire's Calculate Shipping</h1>

<p>Entre Your Postage Weight:
<input type="text" name="text" id="input" />kg
<input type="button" value="Calculate Shipping" onclick="calculateShipping(document.getElementById('price').value);" /></p>
</body>
</html>

11
Support / Comments on the Gallry pro
« on: January 28, 2015, 12:32:23 am »
Is there an option on the commenting part to just have there name member group and Karma displayed.  Not there profile image and so on as it looks messed up and un-clean from there profile details

12
Support / Gallery Zoom size
« on: December 29, 2014, 09:16:22 pm »
My max images are at 1270x720 and min is 640x480, and I'm good with that. When I click on the images to zoom in it's still small, I want to zoom in to full screen.

13
Support / Disable approval
« on: December 21, 2014, 07:04:10 pm »
I want all members that can upload images without Admin or Other staff members to approve the images. I have the download pro and I want to have that option for approval or not, but as the gallery I want anyone apart from guests to upload images without approval from admin

14
Support / Error when installing,
« on: December 10, 2014, 09:28:30 pm »
For each of the themes that I have installed, It says test failed. Before I go ahead I need to found and add the code or maybe leave it and just installed it witch is not the best idea.

Test failed for  index.template.php

Pages: [1]

+- Recent Topics

Please Help! by SMFHacks
April 17, 2024, 08:04:55 am

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

Powered by EzPortal