TinyPortal

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

Previous topic - Next topic

woolly bugger

New TP user...

1.) Members can't see the input for the Shoutbox.... do i have to give them permissions to edit?

2) giffy mod doesn't work in mobile, it takes user back to top of message thread...


please advise....


2.1 RC3


lurkalot

Yes, go to SMF permissions for the member groups you want to give access, and set "Can Post Shouts" and save.

@rjen

What is a `giffy mod' ?

That's not tinyportal...
Running SMF 2.1 with latest TinyPortal at www.fjr-club.nl

lurkalot

Quote from: @rjen on February 02, 2021, 04:46:52 PM
What is a `giffy mod' ?

That's not tinyportal...

That threw me as well, I can only assume the OP means GIPHY mod,  https://custom.simplemachines.org/mods/index.php?mod=4275 but also not sure what that has to do with TP.

woolly bugger

ok, got the shout box working for members, but the time is GMT, not the same a board time of -5 GMT

please advise....

lurkalot

Quote from: woolly bugger on February 03, 2021, 03:24:51 PM
ok, got the shout box working for members, but the time is GMT, not the same a board time of -5 GMT

please advise....

Thanks for the report.  Looking into it.

@rjen

Quote from: woolly bugger on February 03, 2021, 03:24:51 PM
ok, got the shout box working for members, but the time is GMT, not the same a board time of -5 GMT

please advise....

Confirmed, it's a bug. The shoutbox time does not take into account the Overall Time offset setting...
It is fixed for the next version of TinyPortal.
Running SMF 2.1 with latest TinyPortal at www.fjr-club.nl

shadav

so I just tired using the built in download center with tp

tried to upload an additional picture for screenshot with the download

and got
The database value you're trying to insert does not exist: screenshot

smf 2.0.18
tp 2.0.1

Sir Osis of Liver

Is it possible to place SMFPacks shoutbox in TP block?
Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

@rjen

It used to be possible (I did that before the TP shoutbox offered the horizontal layouts) but that was a long time ago and have not tried it with the latest TP versions ...
Running SMF 2.1 with latest TinyPortal at www.fjr-club.nl

lurkalot

Quote from: shadav on February 10, 2021, 06:46:10 PM
so I just tired using the built in download center with tp

tried to upload an additional picture for screenshot with the download

and got
The database value you're trying to insert does not exist: screenshot

smf 2.0.18
tp 2.0.1

Strange, seems to be working fine for me on all my installs.  Did you manage to get this solved?

shadav

Quote from: lurkalot on February 11, 2021, 03:13:45 AM
Quote from: shadav on February 10, 2021, 06:46:10 PM
so I just tired using the built in download center with tp

tried to upload an additional picture for screenshot with the download

and got
The database value you're trying to insert does not exist: screenshot

smf 2.0.18
tp 2.0.1

Strange, seems to be working fine for me on all my installs.  Did you manage to get this solved?

no not yet I haven't

just redownloaded the package to double check and it is listed in the install.php
just checked my db and in smf_tp_dlmanager
it's there
screenshot    text   utf8_general_ci      Yes   NULL   

so not sure why I'm getting that error

Sir Osis of Liver

SMFPacks shoutbox is not responsive, so it's moot.
Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

@rjen

Quote from: Sir Osis of Liver on February 11, 2021, 03:37:23 PM
SMFPacks shoutbox is not responsive, so it's moot.

Believe it or not, there are still forums around using non-responsive themes...
Running SMF 2.1 with latest TinyPortal at www.fjr-club.nl

Sir Osis of Liver

Believe it.  I'm using non-responsive themes on my two prod forums, with a mod that displays a responsive theme on phones only. 
Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

lurkalot

Quote from: shadav on February 11, 2021, 11:11:37 AM
Quote from: lurkalot on February 11, 2021, 03:13:45 AM
Quote from: shadav on February 10, 2021, 06:46:10 PM
so I just tired using the built in download center with tp

tried to upload an additional picture for screenshot with the download

and got
The database value you're trying to insert does not exist: screenshot

smf 2.0.18
tp 2.0.1

Strange, seems to be working fine for me on all my installs.  Did you manage to get this solved?

no not yet I haven't

just redownloaded the package to double check and it is listed in the install.php
just checked my db and in smf_tp_dlmanager
it's there
screenshot    text   utf8_general_ci      Yes   NULL   

so not sure why I'm getting that error

Sorry, haven't forgotten about this, but have been trying to replicate that problem and haven't managed to do so atm. A couple of us have tested this an can't get it to fail.

Any errors in log?  Is anything actually getting uploaded to the server? 

Sir Osis of Liver

#2896
Quote from: Sir Osis of Liver on February 10, 2021, 09:41:44 PM
Is it possible to place SMFPacks shoutbox in TP block?

Back to this again.  Trying to place shoutbox in top panel.  No luck with shoutbox support topic.  Closest I've gotten is with this -



<iframe src="https://playersprogramu.com/clone/index.php?action=shoutbox" width="100%" height="300"></iframe>



Shoutbox loads but it's wrapped in index template, header and footer are displayed. >:(


Also tried this -



call_user_func(Shoutbox_Load(smf_main()));



Nada. >:( >:(

Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

@rjen

I thought the question was 'moot'?

You do know the TinyPortal has its own shoutbox... Why not use that?
Running SMF 2.1 with latest TinyPortal at www.fjr-club.nl

@rjen

Quote from: Sir Osis of Liver on February 10, 2021, 09:41:44 PM
Is it possible to place SMFPacks shoutbox in TP block?

I went into my old archives and found the block code I used back in the days...

You have to set the shoutbox itself to a height of 140 (to fill the block nicely)
I used an upper panel block, and set the Frame options to: "Do not use title/frame styles"

Use this code...

<iframe id="shoutbox" width="99.9%" height="270" frameborder="0" scrolling="no" src="index.php?action=shoutbox" style="visibility: visible;" onload="document.getElementById(''ploinkbox'').style.visibility = ''visible'';"></iframe>
Running SMF 2.1 with latest TinyPortal at www.fjr-club.nl

Sir Osis of Liver

No go.  Loads index template in iframe. 

He wants to use SMFPacks because his members are accustomed to it and they post a lot of gifs.  It's actually somewhat responsive, width shrinks but it's still readable in large font he uses.
Ashes and diamonds, foe and friend,
 we were all equal in the end.

                                     - R. Waters

Advertisement: