SMF Project Tools

Started by niko, November 08, 2008, 12:20:18 PM

Previous topic - Next topic

Rik©

Quote from: FounderSim on February 03, 2011, 12:46:13 PM
Quote from: Arantor on February 03, 2011, 11:30:20 AM
That's probably because of a custom theme and/or the board index code changing. Either way you'll have to find the nearest appropriate code and use that instead.

I can't find anything remotely close that that line. Anyone know aprox the default line its suppose to be one? Would be easier to find.

look for
}
echo '
</tbody>
<tbody class="divider">
<tr>
<td colspan="4"></td>
</tr>
</tbody>';

in the default theme (approx. line#210)

-Rik©

FounderSim

oRPG Creator - Create Your Own Browser RPG With No Programming!!

Wiki80

The database value you're trying to insert does not exist: value
Function: updateSettings

File: *snip*/forum/Sources/Subs.php
Line: 632

niko

0.5.1 releases. Bug fixes (theme related mainly) and minor security (possible data leak when using caching) fix.

http://smfproject.net/forum/index.php?topic=7373.0

Websites: Madjoki || (2 links retracted by team, links out of date and taken over.)
Mods: SMF Arcade, Related topics, SMF Project Tools, Post History

WIP Mods: Bittorrent Tracker || SMF Wiki

FounderSim

I just uninstalled this and now i am getting this error on my index:

Fatal error: Call to undefined function template_boardindex_project() in /home/founder/public_html/phpengines.info/Sources/Load.php(2205) : eval()'d code on line 232

I don't see no function template_boardindex_project( being called at all in the Load.php file...
oRPG Creator - Create Your Own Browser RPG With No Programming!!

Arantor

It's not in Load.php, it's being called from BoardIndex.template.php and when you uninstalled it didn't remove it from your theme.
Holder of controversial views, all of which my own.


FounderSim

Not in there either. The word project isn't even in the source besides the opening comments.
oRPG Creator - Create Your Own Browser RPG With No Programming!!

Arantor

Did you check your custom theme?
Holder of controversial views, all of which my own.


FounderSim

project fixed. I didn't know i had to look in the themes folder. =)

Thanks..
oRPG Creator - Create Your Own Browser RPG With No Programming!!

Arantor

In which case you couldn't have been looking in the BoardIndex.template.php file before, seeing how the ONLY place to find that file is in the Themes folders...
Holder of controversial views, all of which my own.


niko

#250
See http://www.simplemachines.org/community/index.php?topic=273062.msg3040547#msg3040547

Here's alpha snapshot of 0.6 for testing purposes.

IMPORTANT! READ THIS

1. THIS IS UNSTABLE AND MIGHT DESTROY YOUR DATA, it shouldn't destroy computers but don't blame me if it does.
2. DON'T USE ON PRODUCTION SITES!!
3. MAKE BACKUPS!
4. DON'T USE ON PRODUCTION SITES!!
5. Report bugs.
6. DON'T USE ON PRODUCTION SITES!!
7. you won't be able to go back to 0.5 (just saying, you aren't using this on production site, so it shouldn't matter)
8. DON'T USE ON PRODUCTION SITES!!

Especially interested:

1) If upgrading works and doesn't lose comments
2) Problems during upgrading (lost data)
3) Any error log entries
4) If there's something that doesn't work

How to install:

1) Install "LibMadjoki-0.0-rev30.tar.gz" with package manager
2) Install "SMFProject-0.6-rev1394.tar.gz" with package manager
3) ???
4) Report bugs

Have fun!

Also 0.5.2 soon with only bug fixes.
Websites: Madjoki || (2 links retracted by team, links out of date and taken over.)
Mods: SMF Arcade, Related topics, SMF Project Tools, Post History

WIP Mods: Bittorrent Tracker || SMF Wiki

niko

#251
Here's alpha snapshot for testing purposes.

IMPORTANT! READ THIS

1. THIS IS UNSTABLE AND MIGHT DESTROY YOUR DATA, it shouldn't destroy computers but don't blame me if it does.
2. DON'T USE ON PRODUCTION SITES!!
3. MAKE BACKUPS!
4. DON'T USE ON PRODUCTION SITES!!
5. Report bugs.
6. DON'T USE ON PRODUCTION SITES!!
7. you won't be able to go back to 0.5 (just saying, you aren't using this on production site, so it shouldn't matter)
8. DON'T USE ON PRODUCTION SITES!!

Especially interested:

1) If upgrading works and doesn't lose comments
2) Problems during upgrading (lost data)
3) Any error log entries
4) If there's something that doesn't work

How to install:

1) Install "LibMadjoki-0.0-rev30.tar.gz" with package manager
2) Install "SMFProject-0.6-rev1399.tar.gz" with package manager
3) ???
4) Report bugs

Have fun!

Edit: updated version
Websites: Madjoki || (2 links retracted by team, links out of date and taken over.)
Mods: SMF Arcade, Related topics, SMF Project Tools, Post History

WIP Mods: Bittorrent Tracker || SMF Wiki

NanoSector

Great mod :)

Not testing the beta versions since I am actively using the mod :)
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

Spoogs

Quote from: Niko on May 09, 2011, 04:46:41 PM
1) Install "LibMadjoki-0.0-rev30.tar.gz" with package manager
Destroyed the site :P
Quote
Warning: require_once(C:\xampp\htdocs\myrc2/Sources/Madjoki/Main.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\myrc2\index.php on line 66

Fatal error: require_once() [function.require]: Failed opening required 'C:\xampp\htdocs\myrc2/Sources/Madjoki/Main.php' (include_path='.;\xampp\php\PEAR') in C:\xampp\htdocs\myrc2\index.php on line 66

niko

Odd. Manually copying Madjoki folder to sources should fix :)
Websites: Madjoki || (2 links retracted by team, links out of date and taken over.)
Mods: SMF Arcade, Related topics, SMF Project Tools, Post History

WIP Mods: Bittorrent Tracker || SMF Wiki

Spoogs


niko

Updated version with issues you reported fixed
Websites: Madjoki || (2 links retracted by team, links out of date and taken over.)
Mods: SMF Arcade, Related topics, SMF Project Tools, Post History

WIP Mods: Bittorrent Tracker || SMF Wiki

NanoSector

Right, I can't resist it, just gotta test this thing :P

You fixed the theme incompatibility?
In case you don't know, some themes have trouble when dislaying the mod.
My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

niko

Quote from: Yoshi2889 on May 10, 2011, 06:13:23 AM
Right, I can't resist it, just gotta test this thing :P

You fixed the theme incompatibility?
In case you don't know, some themes have trouble when dislaying the mod.

Got example themes?
Websites: Madjoki || (2 links retracted by team, links out of date and taken over.)
Mods: SMF Arcade, Related topics, SMF Project Tools, Post History

WIP Mods: Bittorrent Tracker || SMF Wiki

Masterd

Quote from: Spoogs on May 09, 2011, 07:04:57 PM
Quote from: Niko on May 09, 2011, 04:46:41 PM
1) Install "LibMadjoki-0.0-rev30.tar.gz" with package manager
Destroyed the site :P
Quote
Warning: require_once(C:\xampp\htdocs\myrc2/Sources/Madjoki/Main.php) [function.require-once]: failed to open stream: No such file or directory in C:\xampp\htdocs\myrc2\index.php on line 66

Fatal error: require_once() [function.require]: Failed opening required 'C:\xampp\htdocs\myrc2/Sources/Madjoki/Main.php' (include_path='.;\xampp\php\PEAR') in C:\xampp\htdocs\myrc2\index.php on line 66

That happened to me, too.

Advertisement: