News:

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

Main Menu

TinyPortal

Started by lurkalot, February 12, 2005, 04:43:00 AM

Previous topic - Next topic

IchBin™

Sounds like your host has turned off the PHP settings for this. Can you post a What is a phpinfo() file? page so I can take a look?

Also, check your SMF log for errors to see if you're getting anything related to this problem.
IchBin™        TinyPortal

RoarinRow

Excellent, thanks for the upgrade IchBin™!  You da man!

SMF 2.0
TP 1.0 RC1.1
Wordpress 3.1.3

Apllicmz




Aiko

I just upgraded from RC3 to RC4 and have installed Tinyportal. However I have gotten over 300 errors in my log due to it, all stating "almost the same thing"

QuoteApply Filter: Only show the error messages of this URL
http://site/index.php?action=admin;area=packages;sa=install2;package=TinyPortal10rc1.zip;pid=0
Apply Filter: Only show the errors with the same message
2: copy(/home/sitetp-files/tp-blockcodes/minicalendar.blockcode) [<a href='function.copy'>function.copy</a>]: failed to open stream: Not a directory
Apply Filter: Only show the errors from this file
File: /home/site/Sources/Subs-Package.php
Line: 1689

Quote
   Reverse chronological order of list Today at 05:53:49 PM
Apply Filter: Only show the error messages of this session 2952567e00df577fcfd298aa60dd8370
Apply Filter: Only show the errors of this type Type of error: General
Apply Filter: Only show the error messages of this URL
http://site/index.php?action=admin;area=packages;sa=install2;package=TinyPortal10rc1.zip;pid=0
Apply Filter: Only show the errors with the same message
2: copy(/home/username/public_html/forum/tp-files/tp-blockcodes/hello.blockcode) [<a href='function.copy'>function.copy</a>]: failed to open stream: Not a directory
Apply Filter: Only show the errors from this file
File: /home/username/public_html/forum/Sources/Subs-Package.php
Line: 1689 

The rest are pretty much like this as well. Any resolution?
Using SMF RC4

IchBin™

Any information what you are doing when you get that error? Does it appear on every page? What SMF version are you using?
IchBin™        TinyPortal

Aiko

I just upgraded to SMF 2.0 RC4, and that showed in the log right after installation.
Using SMF RC4

IchBin™

I need to know as much information as you can provide as I don't have that error. Does the error still continue? Does it happen on any certain page or when you do any certain action? Have you looked down the path to see if the files that it is trying to find in the errors are there?

Like this one:
/home/username/public_html/forum/tp-files/tp-blockcodes/minicalendar.blockcode
IchBin™        TinyPortal

Aiko

It seems as though the permissions were not correct when I did the upgrade, this seems to have prevented the mod from installing Directories, as such I was getting empty files and missing most of the information - like I didn't have tp-files for instance and all that it contains. Its fixed now as someone took care of it for me.

Thanks alot of responding and trying to help me out. I appreciate it :)
Using SMF RC4

Masterd

How can I make avatars bigger in User CP block?

WillyP

#969
Try changing the height of the the element in the css:

Line 1569 in Themes/default/tp_style.css, change height:32px; to something like height:40px;

Edit:  Above is for users online, I think you meant the block which has the links to show unread, pm, etc... that would be line 1750, change the width:45.

badger413

I have the latest smf version 1.1.12 want to install tiny portal to my smf forums but when I go to install it I get a error message...

"!!
Error in Package Installation
At least one error was encountered during a test installation of this package. It is strongly recommended that you do not continue with installation unless you know what you are doing, and have made a backup very recently. This error may be caused by a conflict between the package you're trying to install and another package you have already installed, an error in the package, a package which requires another package that you don't have installed yet, or a package designed for another version of SMF
."

and

"10.    Execute Modification    ./Themes/babylon/index.template.php    File not found"

How do I fix this?

WillyP

Continue with the installation. This error is because the theme 'Babylon'  was removed from SMF,  so the script cannot find it.  It will install fine without it.

bud01100

Installed TP V1.0 Rc1 on SMF 1.1.12.

I was able to display the recent posts via TP on the main forum page, but now its only showing up within each board page.

Cant figure out if there is a setting to turn it on/off the main page.

WillyP

The settings that would affect this are in the block.  Got to 'Tiny Portal >> Manage Blocks >> (Recent articles block) Edit'.

bud01100

Quote from: WillyP on December 15, 2010, 07:35:58 AM
The settings that would affect this are in the block.  Got to 'Tiny Portal >> Manage Blocks >> (Recent articles block) Edit'.

Thankyou much!!

I think I'm getting the 'Home' and 'Forum' tabs mixed up as to what is displayed.

Andrei Cantey

Greetings all,

Would anyone know the file that I would use to
edit the article template? I would like to remove the
posted in [Category] on each Article as I do not find
any need when i only use one Category.
Thank you for whoever can help.

Kind regards,
Andrei C.
The worlds not perfect, thats what makes it damn Beautiful.
We are all Sinners








IchBin™

Quote from: Andrei Cantey on December 24, 2010, 02:24:22 AM
Greetings all,

Would anyone know the file that I would use to
edit the article template? I would like to remove the
posted in [Category] on each Article as I do not find
any need when i only use one Category.
Thank you for whoever can help.

Kind regards,
Andrei C.

In your frontpage settings you can select the "use custom template" option. There will be a textbox below that has the html that controls what and how the articles display on the frontpage. All you need to do is remove what you don't want.
IchBin™        TinyPortal

ffingers

quick question...

smf4iphone theme use checks for the tp_hidebars() function in order to "disable" tinyportal for the theme....it does not appear to be working...is that function not used anymore or is there a better way to hide tinyportal for a specific them...

the actual code is // TinyPortal
if (function_exists('tp_hidebars'))
tp_hidebars();

IchBin™

The function still exists. I don't know if or how much it has changed over the last while but try calling the function using all instead.
// TinyPortal
if (function_exists('tp_hidebars'))
tp_hidebars('all');

IchBin™        TinyPortal

ffingers

no dice....hmmm...this is really mind boggling to me...is there an include or something that needs to be added...here is the index.template.php file with the template init...see anything to do to "disable" blocks aka...disabling tinyportal for the theme?


Advertisement: