|
Hi
I'm gonna to merge SMF and Joomla (not bridging!) => puting joomla files & folders into root of the host AND SMF files & folders too. before merging, I'll remove/rename "index.php" file of SMF. So, when users type my site address into the address...
Started by Barion on
, 11 posts
by 4 people.
Answer Snippets (Read the full thread at simplemachines):
You can no remove SMF's index.php....
You can no remove SMF's index.php.
That is correct.
|
|
You can do a wildcard IP search from AdminCP...
Answer Snippets (Read the full thread at adminaddict):
Mod on your site that runs SMF 2.0 RC2, Vekseid Care to share where you got it or even the files; $approved = false; if ($context['user']['is_logged']) { if ($context['allow_calendar']) { $approved']['is_logged']) { if ($context['allow....
|
|
I wrote a mod for SMF RC1 while back. It seems it works with SMF 2.0.2. The mod replaces all the message icons that are in GIF format with PNG. Now I want to expand on this a bit and adding more icons. The part I'm having trouble with is inserting them...
Started by Xarcell on
, 10 posts
by 4 people.
Answer Snippets (Read the full thread at simplemachines):
Actually, if you are trying to code up to SMF Coding are trying to code up to SMF Coding Guidelines....
Entries[] = array(34, 'Calendar', 'calendar', 0, 33);
$column_entries[] = array(35, 'Camcorder & it makes absolutely no difference.
|
Ask your Facebook Friends
|
Hi. I tried to figure it out by myself, but...
How do I set up the calendar to reflect monday as the first day in the week? (For all users/members).
Started by eita932 on
, 12 posts
by 7 people.
Answer Snippets (Read the full thread at simplemachines):
I looked around but could not find any was the first day of the week!
... .
On the calendar:
Doing this will change it for current members, guests, and new members that join later
What SMFI am not sure that this is a default option with SMF.
|
|
Content Calendar
I think this is new news
Apologies if its not new news
Started by oasismark on
, 20 posts
by 13 people.
Answer Snippets (Read the full thread at avforums):
|
|
I mentioned this in the release thread of one of the previous release candidates, but the problem is still present in RC3 and DE, so it might have been overlooked.
If you have Monday or Saturday selected as the first day of the week, the displayed week...
Started by Sverre on
, 14 posts
by 9 people.
Answer Snippets (Read the full thread at simplemachines):
Can someone more experienced with SMF and Calendar.php please look standard, which is explained under '....
Obviously, SMF only supports the week number definition that the week containing when it reaches the new year.
To display correctly.
|
|
Bonjour à tous,
Suite aux problèmes discutés ici (avec SMF 1.1.15/16), j'ai fait une mise à jour vers la version 2.0.2
Trois ou quatre jours après (un bon fonctionnement), voila que je lis ce message:
Ai-je raté quelque chose?
Merci et bon Dimanche!
Started by GravuTrad on
, 20 posts
by 5 people.
Answer Snippets (Read the full thread at simplemachines):
Approval_queue
smf_attachments
smf_ban_groups
smf_ban_items
smf_boards
smf_board_permissions
smf_calendar
smf_calendar_holidays
smf_categories
smf_collapsed_categories
smf....
|
|
Dobra večer svima?
Imam SMF verzija 2.0.1 koji chat bi mogao ubaciti a da odgovara za tu verziju , imam SA Chat, ali bi ja htio nešto poput NChat ali da ima zvuk kad netko pošalje poruku ??
Ako netko ima preporuku bio bi zahvalan !!
Started by Bernard T. on
, 18 posts
by 7 people.
Answer Snippets (Read the full thread at simplemachines):
Var oNewsFader = ....
Code: [Select] <?php
/**
* Simple Machines Forum (SMF)
*
* @package SMF
* @author Simple Machines
* @copyright 2011 Simple Machines
* @license http://www.simplemachines.org/about/smf/license.php object.
|
|
My board's event calender stopped working jan 1st, when I try to open the calendar I get an error that says invalid year value...
Any ideas?
Board was version 1.1.15, I updated to 1.1.16 and it didn't help the issue.
Started by lorrie on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at simplemachines):
I have no idea why the calendar even uses an end year (other than the timestamp's drop-dead 2038), but it....
Thanks mashby.
Admin > Calendar > Maximum year:
Put in 2012 (or later) Thank you very much, this worked It also worked for me.
|
|
Hey guys,
I'm trying to write a date converter to convert SMF dates from Gerogorian to Jalali claneder so for instance 09 Januray 2012 would become 19 Dey 1390.
I read about integration hooks but it seems they don't let me modify the data that SMF generates...
Started by sasy360 on
, 8 posts
by 4 people.
Answer Snippets (Read the full thread at simplemachines):
The original timestamp is an integer count of seconds since 1 calendar, not just a different....
Do you want all dates to show up in that (Jalali) calendar? There should be an SMF routine around supply your own for this calendar.
|