SimplePortal

Support => English Support => Topic started by: YOuNeS_Dz on March 06, 2015, 01:02:14 PM

Title: Hello
Post by: YOuNeS_Dz on March 06, 2015, 01:02:14 PM
i want to create forum/website..from here...
how can i ?if this isn't site for creating forums/website...
Please forgive me :) i'am new here
Title: Re: Hello
Post by: ♦ Ninja ZX-10RR ♦ on March 06, 2015, 01:28:46 PM
Hi and welcome to SimplePortal!
This site is about a modification for the SimpleMachinesForum software, please have a look at the documentation and do some researches: http://simpleportal.net/index.php?action=docs
Title: Re: Hello
Post by: YOuNeS_Dz on March 06, 2015, 02:35:57 PM
can any1 help me with uploading/installing SimplePortal Package to my SMF Forum ?
Portal With nneonneo's Shoutbox...
Pm Me for more information :)
Title: Re: Hello
Post by: ♦ Ninja ZX-10RR ♦ on March 07, 2015, 01:12:57 AM
Let's get a few things straight:

1) Stick to forums and not to personal messages
2) Personal messages are often considered as spam if the guy you want to message didn't ASK you to pm him with informations/whatever
3) Personal messages are the last resource in a forum, that's why you can post a topic, it's the whole point of a FORUM
4) Your topic title isn't descriptive at all meaning that the question might be skipped by many users!
5) You very much likely didn't try to search a little bit on how to install SimplePortal, it's one of the biggest but also easiest mod around! That's why it's called "SIMPLEportal" ;)
6) nneonneo's Shoutbox is bugged as hell. Seriously, I have personally tried it and spent a week trying to debug it. In the end I gave up and was using Nibogo's one, later on I scratched that as well and I'm using the one that SimplePortal has built-in. I suggest you to do the same thing, moreover the built-in one has several mods for it around here and as such it's customizable while nneonneo's isn't. :)
7) If you still want to install that shoutbox you can, just install both SimplePortal and nneonneo's Shoutbox normally.
8 ) Forums aren't a Wiki, people in here have lives and we can't (nor we want) spend our time telling you something extremely easy or that is not about SimplePortal (such as installing SMF or "how" to install it - it's like any other modification, of course if you have files failing during the installation that is another problem and we WILL help with that) that is already explained in the documentation that I already linked you above.
9) SMF Wiki (http://wiki.simplemachines.org/smf/Main_Page)
10) Since you sound pretty much new... Pay particular attention to this page: http://wiki.simplemachines.org/smf/Spam_-_my_forum_is_flooded_with_spam,_what_can_I_do hint: captcha is useless against spambots nowadays. Totally useless, they can read those letters better than us >_<

Hope this clarifies a LOT :)
Best regards
Title: Re: Hello
Post by: YOuNeS_Dz on March 07, 2015, 02:29:45 AM
But dude...
i need some one can install it with shoutBox :)
like nneonneo's shoutBox...
i Hope you will help me :)
Title: Re: Hello
Post by: YOuNeS_Dz on March 07, 2015, 02:39:23 AM
lol sorry for double post....
i've install Simple Portal...
Now i need Just to added ShoutBox :)
Title: Re: Hello
Post by: ♦ Ninja ZX-10RR ♦ on March 07, 2015, 02:45:37 AM
nneonneo's shoutbox is not part of SimplePortal, like I already stated... And I also already suggested to use the built-in Shoutbox since it works WAY better than that one...
Title: Re: Hello
Post by: YOuNeS_Dz on March 07, 2015, 02:54:44 AM
i've go to SimplePortal Button on Adminstrator Center i press added shoutBox...
and nothing '-' :)
Title: Re: Hello
Post by: ♦ Ninja ZX-10RR ♦ on March 07, 2015, 03:05:47 AM
That's because you need to add the a block that will contain the shoutbox. Lol if you add a shoutbox and nowhere to display it... It won't display it :P
Title: Re: Hello
Post by: YOuNeS_Dz on March 07, 2015, 04:40:43 AM
So dude....
How can i install it ?:D
Title: Re: Hello
Post by: ♦ Ninja ZX-10RR ♦ on March 07, 2015, 04:52:57 AM
built-in Shoutbox
Thought it was a bit obvious you don't need to install something built-in...And I already told you how to add it, too...
If you want nneonneo's Shoutbox instead just install it as a normal smf mod.
Title: Re: Hello
Post by: YOuNeS_Dz on March 07, 2015, 10:43:49 AM

dude?
when i try to added the shoutBox it's added fine..but on top(on logo Place xD why?
i want like this ShoutBox and the same Place too :)
(http://www.shy22.com/upfilbmp/q8u42821.bmp)
if you know how :i'll give you my them +my forum install it to my and i'll be thanksful :D
Title: Re: Hello
Post by: ♦ Ninja ZX-10RR ♦ on March 07, 2015, 02:19:08 PM
No clues on what you mean... Yet if you want to change the Shoutbox position you can just move the Shoutbox block to the left side from the blocks list, or wherever you want to place it.
Title: Re: Hello
Post by: YOuNeS_Dz on March 08, 2015, 08:39:13 AM
Hi...
i got this error D;


COD ShoutBox
Database Error
Illegal mix of collations (utf8_general_ci,IMPLICIT) and (utf8_unicode_ci,IMPLICIT) for operation 'ifnull'
File: /home/u667345813/public_html/forum/Sources/Subs-Portal.php
Line: 1261
Title: Re: Hello
Post by: ♦ Ninja ZX-10RR ♦ on March 08, 2015, 09:00:14 AM
That's some nasty problem there. Basically your database charset is inconsistent, because (guessing) your forum is running with an iso charset but you did something or tried to convert and now the database is now splitted in half - a piece of it is running ISO charset, while the other one is runnning UTF-8.
Like I said it's a nasty issue if you are not an experienced coder... However try to:
1) Backup your database (do NOT use SMF's built-in function, seriously, don't)
2) If you are using non-utf8 language in your forum just delete it
3) Install the appropriate utf-8 language

If you are already using utf-8:
1) Backup your database
2) Go to phpmyadmin on your server panel
3) (hard part) look for the tables called
{your db prefix}smf_sp_articles
{your db prefix}smf_sp_blocks
{your db prefix}smf_sp_categories
{your db prefix}smf_sp_functions
{your db prefix}smf_sp_pages
{your db prefix}smf_sp_parameters
{your db prefix}smf_sp_shoutboxes
4) Check their "Collation", it will probably be "utf8_unicode_ci"
5) If so, change them to "utf8_general_ci"

Remember, BACKUP your database before doing ANY of these procudures. Sometimes things may go wrong with those, so please backup.

After you're done, report me back what you get :)
*whew that was a long reply, lol*
Title: Re: Hello
Post by: YOuNeS_Dz on March 08, 2015, 10:03:16 AM
if you ask i didn't understand anything D:
can you do it for me ? :)
Title: Re: Hello
Post by: ♦ Ninja ZX-10RR ♦ on March 08, 2015, 10:22:54 AM
I don't have enough time to, sorry (too many people already asked me recently, here and elsewhere, and busy in real life these days). Plus, I would have to ask you full admin permissions on your server, which is something I never like to ask...
Try to follow the procedure step by step, you can google the things you don't know a bit ;)
Title: Re: Hello
Post by: YOuNeS_Dz on March 08, 2015, 10:57:23 AM
My Brother maybe it won't take form you much time just fix (Install it and make it working D:)
Just That..
i'll send you PM...
With all the Information :)
and Thanks my brother xD
Title: Re: Hello
Post by: YOuNeS_Dz on March 08, 2015, 11:09:09 AM
LOL I've Install it :)
i've only One Problem Now..
When i type...
i can't see my reply D:

Only
There aren't any shouts yet!

'-'
Title: Re: Hello
Post by: ♦ Ninja ZX-10RR ♦ on March 08, 2015, 12:51:50 PM
These might help:
http://simpleportal.net/index.php?topic=13865.0
http://simpleportal.net/index.php?topic=10356.0 (check the dates, read especially the last pages that are more recent in this one)
Title: Re: Hello
Post by: YOuNeS_Dz on March 10, 2015, 12:02:25 PM
lol How to make Like this Icones..before forum name D:
(http://www.shy22.com/upfilbmp/ssi03268.bmp)
Title: Re: Hello
Post by: 420connect on March 10, 2015, 01:28:37 PM
That's called a 'fav icon' and info can be found here about them: http://www.w3.org/2005/10/howto-favicon
Title: Re: Hello
Post by: [SiNaN] on August 01, 2015, 08:37:53 AM
YOuNeS_Dz, do you require further assistance?
SimplePortal 2.3.8 © 2008-2024, SimplePortal