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: 251
Most Online Ever: 2482
(April 09, 2011, 07:02:45 pm)
Users Online
Members: 0
Guests: 101
Total: 101

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

Pages: 1 ... 851 852 [853] 854 855 ... 937
12781
Latest Mods / Re: RSS Feed Mod
« on: March 12, 2007, 06:56:04 pm »
You need to add the text strings from modifications.english.php of all your themes modifications.english.php files.

12782
SMF Gallery Lite / Re: Problem with the Gallery and Joomla
« on: March 12, 2007, 06:43:54 am »
Yes for each custom theme you will need to edit the index.template.php of that theme and add a menu item for the gallery.

12783
SMF Gallery Lite / Re: Problem with the Gallery and Joomla
« on: March 11, 2007, 08:09:30 pm »
Ah I noticed you are using JSMF 2.01 Bridge and not Ostrios joomla bridge thats the reason its not working. I would try to contact Joomlahacks and see if they can add support.

12784
SMF Gallery Lite / Re: not so small smf lite prob
« on: March 11, 2007, 07:30:16 pm »
Seems like your index.php lost the edit for the gallery.

Open index.php
Find
Code: [Select]
'help' => array('Help.php', 'ShowHelp'),
After it add
Code: [Select]
'gallery' => array('Gallery.php', 'GalleryMain'),

12785
Modifications Talk / Re: SMF Trader - how to give feedback?
« on: March 11, 2007, 06:47:57 pm »
Hmm.
Ok heres the plan copy the txt strings for trader that i said in my other post to these files if they exist
Modifications.english-utf8.php
Modifications.english_british-utf8.php
Modifications.english_british.php

12786
Modifications Talk / Re: SMF Trader - how to give feedback?
« on: March 11, 2007, 06:32:30 pm »
Yeah. Do you have utf files in the langauges folder?

12787
Modifications Talk / Re: SMF Trader - how to give feedback?
« on: March 11, 2007, 06:23:52 pm »
Shouldn't if you are not using that.
Anything in your error log? on the forum.

12788
Modifications Talk / Re: SMF Trader - how to give feedback?
« on: March 11, 2007, 06:21:31 pm »
Hmm. Using another language? or another theme?

12789
Support / Re: SMF 1.1.2
« on: March 11, 2007, 06:20:19 pm »
PM me the email that you used to order and I can send it.

12790
Modifications Talk / Re: SMF Trader - how to give feedback?
« on: March 11, 2007, 06:04:45 pm »
Code: [Select]
Make sure these text strings are in the file
[code
//Begin SMF Trader System Text Strings
$txt['smftrader_title'] = 'SMF Trader System';
$txt['smftrader_version'] = '1.0';
//Display text strings
$txt['smftrader_profile'] = 'Trade Count: ';
//Profile text strings
$txt['smftrader_submitfeedback'] = 'Submit feedback for ';
$txt['smftrader_totalfeedback'] = 'Total  Positive Feedback: ';
$txt['smftrader_positivefeedbackpercent'] = 'Positive Feedback: ';
$txt['smftrader_positivefeedback'] = '<span style="color: #006400;">Positive Feedback: </span>';
$txt['smftrader_neutralfeedback'] = 'Neutral Feedback: ';
$txt['smftrader_negativefeedback'] = '<span style="color: #FF0000;">Negative Feedback: </span>';
//Start trader.template

//Submit Transaction Rating
$txt['smftrader_whoareu'] = 'You were the:';
$txt['smftrader_buyer'] = 'Buyer';
$txt['smftrader_seller'] = 'Seller';
$txt['smftrader_trade'] = 'Trade';


$txt['smftrader_transaction'] = 'Transaction Rating:';
$txt['smftrader_positive'] = 'Positive';
$txt['smftrader_neutral'] = 'Neutral';
$txt['smftrader_negative'] = 'Negative';

$txt['smftrader_shortcomment'] = 'Short comment on your transaction:';
$txt['smftrader_shortcommentnote'] = 'Max: 100 characters';
$txt['smftrader_topicurl'] = 'Topic URL:';
$txt['smftrader_longcomment'] = 'Long comment on your transaction:';


//Rating Overview
$txt['smftrader_allfeedback'] = 'View All Feedback';
$txt['smftrader_sellerfeedback'] = 'View Seller Feedback';
$txt['smftrader_buyerfeedback'] = 'View Buyer Feedback';
$txt['smftrader_tradefeedback'] = 'View Trade Feedback';

//Page Titles
$txt['smftrader_feedbacktitle'] = 'SMF Trader System - Trader Overview';
$txt['smftrader_submittitle'] = 'SMF Trader System - Submit Feedback';
$txt['smftrader_reporttitle'] = 'SMF Trader System - Report Bad Feedback';


$txt['smftrader_contact'] = 'Contact';
$txt['smftrader_viewprofile'] = 'View full profile.';
$txt['smftrader_sendpm'] = 'Send this user a personal message.';
//End trader.template

//Permissions
$txt['permissiongroup_smftrader'] = 'SMF Trader';
$txt['permissionname_smftrader_feedback'] = 'Allow submit feedback';
$txt['permissionhelp_smftrader_feedback'] = 'Allows the user to submit trader fating feedback.';
$txt['permissionname_smftrader_deletefeed'] = 'Allow delete feedback.';
$txt['permissionhelp_smftrader_deletefeed'] = 'Allows the user to delete feedback.';
$txt['cannot_smftrader_feedback'] = 'You are not allowed to submit feedback.';
$txt['cannot_smftrader_deletefeed'] = 'You are not allowed to delete feedback.';

//END SMF Trader System Text Strings

12791
Modifications Talk / Re: SMF Trader - how to give feedback?
« on: March 11, 2007, 05:47:27 pm »
It would be found in themes/default/languages/modifications.english.php

12792
Support / Re: SMF 1.1.2
« on: March 11, 2007, 05:46:56 pm »
You need to upgrade via the license system at the top of the forum.

Make sure that all the files are writable by the package manager and also try to upload the package via the package manager.

12793
SMF Gallery Lite / Re: Problem with the Gallery and Joomla
« on: March 11, 2007, 05:01:58 pm »
I tried changing it to redirectexit for the all the redirects but I guess joomla still has problems with it.

12794
Feature Requests / Re: Tools used
« on: March 11, 2007, 04:55:28 pm »
Maybe in the future I could look into adding custom fields for picture display. It is something I would consider adding.

12795
Modifications Talk / Re: SMF Trader - how to give feedback?
« on: March 11, 2007, 04:53:57 pm »
Yes you are missing the text strings in modifications.english.php did it give an error when installing?

Pages: 1 ... 851 852 [853] 854 855 ... 937

+- Recent Topics

Please Help! by SMFHacks
Today at 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