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

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 ... 850 851 [852] 853 854 ... 936
12766
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.

12767
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.

12768
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.

12769
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'),

12770
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

12771
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?

12772
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.

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

12774
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.

12775
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

12776
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

12777
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.

12778
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.

12779
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.

12780
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 ... 850 851 [852] 853 854 ... 936

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