News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

SimplePortal

Started by SimplePortal Team, March 10, 2008, 11:16:07 PM

Previous topic - Next topic

erlend_sh

Quote from: [SiNaN] on May 29, 2008, 07:40:18 AM
Things are not like they seem to be. :P
(...)
Hehe, I wasn't really expecting that you would be challenging them on the feature-side of things just yet, but by offering a drastically lighter solution yet similar looking and with same basic functions, you do make for a good competitor already ;)

You didn't reply to my subtle inquiry about SMF 2.0 though; Can 2.0 support be expected, if not soon then at least eventually?

[SiNaN]

Everything is ready for it to support 2.0 but I'm too lazy about writing packages. Will try to do after my exam that will start after 20 minutes.
Former SMF Core Developer | My Mods | SimplePortal

Marcus Forsberg

Hi!

Would u like to install this on my theme for me?
And could u edit and attach the other files that need to be edited, couse my Packagemanager don't work on my server, and I suck installing mannualy.

Munze

Quote from: [SiNaN] on May 03, 2008, 04:41:44 AM
Thanks asudhakar. As I'm not a native speaker, sometimes I'm having difficulty in understanding the issues.

So for the karma issue:

../Themes/default/SPortal.template.php

Find and delete:

<img src="' . $settings['images_url'] . '/dot.gif" alt="Dot" /> ', $txt['sp-userkarma'], ': ',$memberContext[$member_id]['karma']['total'],'<br />

Hımmm, the second one about the board news is going to be a bit hard though. But okay, let's start...

../Sources/SPortal.php

Find and delete:

if ($board !== null)

$board = (int) $board;

elseif (isset($_GET['board']))

$board = (int) $_GET['board'];


Find and delete:

// Make sure guests can see this board.

$request = db_query("

SELECT ID_BOARD

FROM {$db_prefix}boards

WHERE " . ($board === null ? '' : "ID_BOARD = $board

AND ") . "FIND_IN_SET(-1, memberGroups)

LIMIT 1", __FILE__, __LINE__);

if (mysql_num_rows($request) == 0)

{

die($txt['smf_news_error2']);

}

list ($board) = mysql_fetch_row($request);

mysql_free_result($request);



Find:

WHERE ID_BOARD = $board

Replace:

WHERE ID_BOARD IN $board

../Sources/ModSettings.php

Find:

array('int', 'nnewsboard'),

Replace:

array('text', 'nnewsboard'),

And then set the news board as the format below from the Portal Settings;

(firstboardid, secondboardid, thirdboardid)

Example for your forum;

(23,12)


Not working.I get only blank screen(in board news) when i do that..

Eliana Tamerin

I hope your exam went well, SiNaN!
Do NOT PM me for support.

SimplePortal 2.3.6 is OUT!
SimplePortal Project Manager
Download | Docs
SimplePortal: Power of Simplicity!

slackerpunk

how was the exam? Will bookmark this post and monitor the progress. great mod

Sudhakar Arjunan

SiNaN is a html & php code'r .

So we hope he will do good only in programming examz  ;)
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Marcus Forsberg

Freaky O.o
Suuently the Pmanger works :)
Don't need help, anyway!
Hope your exams went well!

Sudhakar Arjunan

#528
SiNaN from today morning, i have 100 of errors generated if someone visits the homepage or say current simple portal index.php page.

Check out the error message :

The_Big_S    Today at 08:40:14
Apply Filter: Only show the error messages of this IP address 122.164.111.111    Apply Filter: Only show the error messages of this session 522d903418c234ddc6efe42dfa1fg8435218csb
Apply Filter: Only show the error messages of this URL http://forum.itacumens.com/index.php
Apply Filter: Only show the errors with the same message
8: Undefined index: 1
File: /home/itacumen/public_html/forum/Sources/SPortal.php
Line: 484


Come soon and tell me what could be error siNaN, i have not installed any one mod for last one week.

But today morning i have downloaded smf backup soft @ http://hex.ro/wb/pages/projects/java-smf-backup.php

And that too not connected with forum - showed error while connecting.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

Brenda

How does this compare to TinyPortal? I've been using TP but if this one is just is good, I'll switch

Ni©holąś™

Congratulations Sinan..Great portal :)

jossanaijr

Quote from: [SiNaN] on May 30, 2008, 01:31:18 AM
Everything is ready for it to support 2.0 but I'm too lazy about writing packages. Will try to do after my exam that will start after 20 minutes.
Wow! ;)

[SiNaN]

Quote from: MTF95 on May 30, 2008, 10:37:09 AM
Hi!

Would u like to install this on my theme for me?
And could u edit and attach the other files that need to be edited, couse my Packagemanager don't work on my server, and I suck installing mannualy.

Couldn't get want you want?

Quote from: Munze on May 30, 2008, 10:45:08 AM
Not working.I get only blank screen(in board news) when i do that..

Make the changes carefully as there are so many.

Quote from: Eliana Tamerin on May 30, 2008, 12:02:33 PM
I hope your exam went well, SiNaN!

Thanks Eliana, they are going well.

Quote from: slackerpunk on May 30, 2008, 10:03:12 PM
how was the exam? Will bookmark this post and monitor the progress. great mod

Gave the answer. Thanks.

Quote from: MTF95 on May 31, 2008, 10:41:15 AM
Freaky O.o
Suuently the Pmanger works :)
Don't need help, anyway!
Hope your exams went well!

Didn't get again, but thanks anyway.

Quote from: asudhakar on May 31, 2008, 11:15:25 PM
SiNaN from today morning, i have 100 of errors generated if someone visits the homepage or say current simple portal index.php page.

Check out the error message :

The_Big_S    Today at 08:40:14
Apply Filter: Only show the error messages of this IP address 122.164.111.111    Apply Filter: Only show the error messages of this session 522d903418c234ddc6efe42dfa1fg8435218csb
Apply Filter: Only show the error messages of this URL http://forum.itacumens.com/index.php
Apply Filter: Only show the errors with the same message
8: Undefined index: 1
File: /home/itacumen/public_html/forum/Sources/SPortal.php
Line: 484


Come soon and tell me what could be error siNaN, i have not installed any one mod for last one week.

But today morning i have downloaded smf backup soft @ http://hex.ro/wb/pages/projects/java-smf-backup.php

And that too not connected with forum - showed error while connecting.

Back-up problem is not related with this mod.

Can you attach your SPortal.php file so that I can try a fix.

Quote from: Brenda on June 01, 2008, 03:06:02 PM
How does this compare to TinyPortal? I've been using TP but if this one is just is good, I'll switch

I do not suggest. It looks as good as -people say better than- TP just visually, I mean for the end-user. But not functional like TP. This is very simple.
Former SMF Core Developer | My Mods | SimplePortal

Marcus Forsberg

Sinan, I ment that my Package manager didn't work, so I asked you to help me install.
But then the Manager started to work, so I could install it anyway.

[SiNaN]

Quote from: MTF95 on June 02, 2008, 07:07:51 AM
Sinan, I ment that my Package manager didn't work, so I asked you to help me install.
But then the Manager started to work, so I could install it anyway.

Now it's clear. ;)
Former SMF Core Developer | My Mods | SimplePortal

skelgaard

any ETA when the version for 2.0 will be released ?

Sudhakar Arjunan

HI siNaN,

I said what are the things i did, i never meant backup as a issue.
I hope this may be help ful to you.

Okie i have shown you the recent error in my forum error log, Check out

Guest    Today at 18:19:13
Apply Filter: Only show the error messages of this IP address 121.222.188.344    Apply Filter: Only show the error messages of this session afde5504718754da6d899578f0f8e38f
Apply Filter: Only show the error messages of this URL http://forum.itacumens.com/index.php
Apply Filter: Only show the errors with the same message
8: Undefined index: 718
File: /home/itacumen/public_html/forum/Sources/SPortal.php
Line: 484


And here is my sportal.php located at Sources Directory.
Working on New Mods & Themes for SMF... Will update soon... My Blog page
My Smf forum : Discuss ITAcumens :: My SMF Forum

[SiNaN]

Former SMF Core Developer | My Mods | SimplePortal

skelgaard

any change of a complete package as i'm doing theese test on a fresh install, so i can't use the 1.2 version even with updated sportal.php, as test fails....

[SiNaN]

Quote from: skelgaard on June 02, 2008, 12:20:37 PM
any change of a complete package as i'm doing theese test on a fresh install, so i can't use the 1.2 version even with updated sportal.php, as test fails....

Couldn't get your problem.
Former SMF Core Developer | My Mods | SimplePortal

Advertisement: