News:

Want to get involved in developing SMF? Why not lend a hand on our GitHub!

Main Menu

SimplePortal

Started by crazystu, May 23, 2005, 04:50:25 AM

Previous topic - Next topic

Michelle

Thanks for all the help but I uninstalled it and installed MKportal which suits my needs better :)
Sorry for my English, it's not my native language... :(
-----------------------------------------------------------------------
If you are greek or know how to read greek visit www.e-steki.com .

DemonicInfluence


Unnamed~

One cuestion, how I can add more blocks to the portal? I am interested in adding one block for Afiliated (including the mini banners of others webs) and add one block for Link to uss (including my minni banner).

Thanks.
· DConsolas.com.ar - Consolas made in Argentina ·

crazystu

You can always use the link block,
But for creating blocks you have to edit Themes/default/Portal.template.php
Find some table code, duplicate it and take out a few includes and strings and replace them with the content.

deviantz

Hi, I'm new..  I haven't encounter any problems on the previous mods I installed than this, this is a great mod.. but It doesn't seem to work...

regardlessly, the problem first occured here: hxxp:www.sandtroopers.com/dustrho/errors/20050523st_error.png [nonactive]

Before using the package installer, I made a new folder Blocks on the forum roots as suggest.. and it still turns out that problem. Second I did try to manually install it..and that didn't work at all, well I couldn't see where I can activate it. Now I delete it and try again and when I apply the mod..   this error showed up:

" An Error Has Occurred!
You cannot download or install new packages because the Packages directory is not writable! "

^ However I chmod just about everything, and that error still shows up. I'm really sick of it, I can't find a better way to make this work.

any help is appreciated

3-CXT

how to install this mod... by ftp manually i dont got any idea... and with the package manager.. it ask me bout ftp settings.. i put them in and he gave me failure 550...and then i still dont know how to install...

please help me

Isaac

Did you try creating the directory "Blocks" in your forums folder?

3-CXT

i tried it. i ve createt a directory. but still the same failure message 550 no such directory.

Unnamed~

The folder that call "forum" must have permission CMHOD 777.

Check these error in Fire Fox



How i can fix?
· DConsolas.com.ar - Consolas made in Argentina ·

Rik©

@ unnamed~

There is a fault in the html (i think it's in the Portal.template.php)
Find
<td width="20%" align="60%" valign="20%">
<table class="tborder" border="0" width="95%" cellspacing="1" cellpadding="4">
<tr><td class="titlebg">Menu</td>

The first line, align and valign can NOT be 60% or 20%
try align="center"vallign="top"

SkylarSmith

How do i edit the links? Onyl thing i cant find out how to change thanks!

mastersmurfie

If I remember correctly, you can change these in Portal.english.php in

Themes/**/languages

modify the $txt['portal_24'] line and add whatever you want.

just a thought

mastersmurfie

www.chrishell.net/forums

SkylarSmith


3-CXT

Quote from: 3-CXT on July 23, 2005, 04:09:46 AM
i tried it. i ve createt a directory. but still the same failure message 550 no such directory.
#
so once again, how do i install this mod.. i want a nice portal for my board
plese help

Rik©

Quote from: 3-CXT on July 30, 2005, 04:07:15 PM
#
so once again, how do i install this mod.. i want a nice portal for my board
plese help

Which version of SMF do you use?

3-CXT

i use the smf v1.1 beta public

Rik©

#76
Quote from: 3-CXT on July 31, 2005, 04:13:00 AM
i use the smf v1.1 beta public
I just tested it (downloaded the package, created the Blocks folder, installed package) and got no errors...

Create a folder called Blocks in your forum root before installing with the package manager.
So if your forum is at www.irgendwas.de/smf you create the Blocks folder in the folder called smf (www.irgendwas.de/smf/Blocks).



3-CXT

thanks noch it wörks... but how can i chance the numbers of top posters... i wwant more than only the top poster showing there.. the top 5 could be tha best.....

DemonicInfluence

prolly change the $topNumber = 1 to something like $topNumber = 1,2,3,4,5. I dunno guessing....

Rik©

Quote from: Libo on July 31, 2005, 08:52:16 PM
prolly change the $topNumber = 1 to something like $topNumber = 1,2,3,4,5. I dunno guessing....
Like Libo said.... open the Block file (PortalTopPoster.php)
Look for
function PortalTopPoster($topNumber = 1, $output_method = 'echo')

And change $topNumber = 1 to $topNumber = 5

-Rik©

Advertisement: