|
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 - Empire
1
« on: July 19, 2015, 09:16:33 am »
Just to update you.
I set my theme to the default smf theme and appears to be no errors.. But then I did test it out by using a phone so don't count on it
4
« on: June 18, 2015, 01:55:20 am »
Try this attached file
thanks  looks 500% better now
5
« on: June 17, 2015, 02:13:59 am »
See if this file helps
thanks, With the view images link on members profile.. it leads to a list of images that they uploaded. that needs fixing.
6
« on: June 16, 2015, 03:04:02 am »
For image 1 Would require modifying gallery2.template.php and in the image_listing function In the tr tag for the main picture loop add class="windowbg"
For image 3 Change titlebg to catbg in those bottom links in the image_listing area
If you need help attach your gallery2.template.php file
I'm having problems finding the line
7
« 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
8
« on: May 06, 2015, 08:14:55 pm »
Replace all
$message['member']
With
$memberContext[$memCommID]
All that did is added Dot points next to them
9
« on: May 06, 2015, 12:08:22 am »
Just an remainder that it needs to work with the Karma Statistic, so if anyone hit the up... I can see who like what image and so on. If that option works
Thanks
10
« on: May 06, 2015, 12:05:23 am »
You would need to modify gallery.template.php and downloads.template.php and find the code that displays the profilebox then change it to the same code that the karma mod is using.
Found it alright and changed it, but The images does not show or it works. I have not done the Download pro just Yet // Is karma display enabled? Total or +/-? if ($modSettings['karmaMode'] == '1') echo ' <br /> ', $modSettings['karmaLabel'], ' ', $memberContext[$memCommID]['karma']['good'] - $memberContext[$memCommID]['karma']['bad'], '<br />'; elseif ($modSettings['karmaMode'] == '2') echo ' <br /> ', $modSettings['karmaLabel'], ' +', $memberContext[$memCommID]['karma']['good'], '/-', $memberContext[$memCommID]['karma']['bad'], '<br />';
// Is this user allowed to modify this member's karma? if ($memberContext[$memCommID]['karma']['allow']) echo ' <a href="', $scripturl, '?action=modifykarma;sa=applaud;uid=', $memberContext[$memCommID]['id'], ';sesc=', $context['session_id'], '">', $modSettings['karmaApplaudLabel'], '</a> <a href="', $scripturl, '?action=modifykarma;sa=smite;uid=', $memberContext[$memCommID]['id'], ';sesc=', $context['session_id'], '">', $modSettings['karmaSmiteLabel'], '</a><br />'; And this is what I added. // Is karma display enabled? Total or +/-?
$context['show_karmastat'] = allowedTo('karmalog_view') && empty($modsettings['karmapermiss']);
if ($modSettings['karmaMode'] == '1') echo ' <li class="karma">', (!empty($modSettings['karmadescmod']) && !empty($modSettings['karmalabellink']) && $context['show_karmastat']) ? '<a href="'. $scripturl . '?action=ownkarma;u='. $message['member']['id'] .'">'. $modSettings['karmaLabel'] .'</a>' : $modSettings['karmaLabel'] ,' ', $message['member']['karma']['good'] - $message['member']['karma']['bad'], '</li>';
elseif ($modSettings['karmaMode'] == '2') echo ' <li class="karma">', (!empty($modSettings['karmadescmod']) && !empty($modSettings['karmalabellink']) && $context['show_karmastat']) ? '<a href="'. $scripturl . '?action=ownkarma;u=' . $message['member']['id'] . '">'.$modSettings['karmaLabel'].'</a>' : $modSettings['karmaLabel'] , ' +', $message['member']['karma']['good'], '/-', $message['member']['karma']['bad'], '</li>';
// Is this user allowed to modify this member's karma? if ($message['member']['karma']['allow']) echo ' <li class="karma_allow"> <a href="', $scripturl, '?action=modifykarma;sa=applaud;uid=', $message['member']['id'], ';topic=', $context['current_topic'], '.' . $context['start'], ';m=', $message['id'], ';', $context['session_var'], '=', $context['session_id'], '">', $modSettings['karmaApplaudLabel'], '</a> <a href="', $scripturl, '?action=modifykarma;sa=smite;uid=', $message['member']['id'], ';topic=', $context['current_topic'], '.', $context['start'], ';m=', $message['id'], ';', $context['session_var'], '=', $context['session_id'], '">', $modSettings['karmaSmiteLabel'], '</a> </li>';
11
« 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
12
« on: April 26, 2015, 09:00:49 pm »
Maybe...try and see it what happens.
All fixed, With no errors. still seeing Karma Stats Double
13
« on: April 26, 2015, 08:35:46 pm »
When you install the SMF patch you shouldn't have to reinstall anything...If you install them again it will cause files to double up.
Sources/QueryStrings.php for Simple Audio Video Embeder.
You will need scan the template files such as Display.template.php find the duplicate code.
Can I just delete Display.template.php and replace the backup Display.template.php
14
« 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  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
|
ST Shop integration
by SMFHacks
March 17, 2025, 08:28:26 pm
|
Contact Us
by SMFHacks
March 16, 2025, 07:49:23 pm
|
HTTP 500 error during install
by SMFHacks
March 13, 2025, 10:44:31 am
|
Site upgrade to 2.1
by SMFHacks
March 12, 2025, 09:29:43 pm
|
[Mod]WebP and AVIF File Support for SMF 2.1
by SMFHacks
March 10, 2025, 04:32:57 pm
|
Pretty URL's Pro support/help
by [chrisB]
March 03, 2025, 10:18:09 am
|
More RSS feeds
by melon
February 28, 2025, 08:23:21 am
|
SMF Shop / ST Shop Credits?
by SMFHacks
February 22, 2025, 06:13:10 pm
|
Down_sendpm Error
by Senkusha
February 22, 2025, 07:49:24 am
|
Additional Recommendations for SMF Store
by SMFHacks
February 20, 2025, 03:40:50 pm
|
|
|