Jump to content

TXT & PHP Widget

Featured Replies

  • Author
19 hours ago, Toxic_Wars said:

I'm adding Discord iframe

The widget doesn't show when I add the following:


<iframe src="https://discordapp.com/widget?id=308893001499934721&theme=dark" width="350" height="500" allowtransparency="true" frameborder="0"></iframe>


66d07ce029eb9ee351dcaab0a8e58e93.png

The widget is actually removing itself when I save it. I go back, and it's blank.

You can register an account @ https://development.cool and I'll let you test it if you want.

 

Screenshot_80.thumb.png.937feb1d23df147d2217c48c252f13ce.png

Screenshot_79.thumb.png.ce5cc3b95f4fd015de14f3412a444c0c.png

  • 2 weeks later...
  • Replies 217
  • Views 28.8k
  • Created
  • Last Reply

Top Posters In This Topic

Most Popular Posts

  • I have finial updated to 4.4.1 sorry delay been working overtime get this finished.

  • Not yet I have many items that I am updating before this but update will be coming.

  • For anyone who is interested in the future, this is how I did it. // Initialize IPS4 Framework require_once('./init.php'); // Indicate that we should consider this a front-end session so we can o

Posted Images

  • Author
8 hours ago, pequeno said:

Hello @Theme Tent UK Have you tested in IPS 4.2?

Thanks.

Not yet was planning to once finished working on updating themes to 4.2.x

  • 4 weeks later...

I installed it today and can't find it anywhere, tried to re-install and got error that it was already installed? Where is it, should be in the plugins list or the side blocks? Is there still any support for this, I know it was free but it should work or have it removed from the marketplace?

Thanks

Edited by Genestoy

  • Author
11 hours ago, Genestoy said:

I installed it today and can't find it anywhere, tried to re-install and got error that it was already installed? Where is it, should be in the plugins list or the side blocks? Is there still any support for this, I know it was free but it should work or have it removed from the marketplace?

Thanks

no idea why claim no support !! also yes work no idea why not showing in the block manager maybe could provide me screenshot or login info (PM if need me look directly with login details)

  • 1 month later...

Hi i currently use this but i want to update to 4.2 is this compatible with 4.2?

  • Author
3 hours ago, gavpedz said:

Hi i currently use this but i want to update to 4.2 is this compatible with 4.2?

yes been tested wth finial and works but if you do see any bugs please report them.

Thanks yes i braved it and seems to work only thing i notice is that it now seems to have a wrapper around things. Take this ad, for example, it now has a white section behind it. Is there a way to remove this?

Window Cleaning Forums   UK s  1 Window Cleaners Forum.png

  • Author
2 hours ago, gavpedz said:

Thanks yes i braved it and seems to work only thing i notice is that it now seems to have a wrapper around things. Take this ad, for example, it now has a white section behind it. Is there a way to remove this?

Window Cleaning Forums   UK s  1 Window Cleaners Forum.png

that because using the core css for widets and yet but need provide link or if use chrome or firefox then use the inspect tool.

Used inspect and this is what its using just not quite sure how to stop it using it for this plugin 

<li class="ipsWidget ipsWidget_horizontal ipsBox" data-blockid="plugin_2_sodTxtWidget_0o20nmyug" data-blockconfig="true" data-blocktitle="Custom Text" data-blockerrormessage="This block cannot be shown. This could be because it needs configuring, is unable to show on this page, or will show after reloading this page." data-controller="core.front.widgets.block" id="ips_uid_2763_4" animating="false" style="display: list-item;"><div class="ipsWidget_inner ">

 

  • Author
On 27/07/2017 at 3:17 PM, gavpedz said:

Used inspect and this is what its using just not quite sure how to stop it using it for this plugin 


<li class="ipsWidget ipsWidget_horizontal ipsBox" data-blockid="plugin_2_sodTxtWidget_0o20nmyug" data-blockconfig="true" data-blocktitle="Custom Text" data-blockerrormessage="This block cannot be shown. This could be because it needs configuring, is unable to show on this page, or will show after reloading this page." data-controller="core.front.widgets.block" id="ips_uid_2763_4" animating="false" style="display: list-item;"><div class="ipsWidget_inner ">

 

Not seen this reply in morning give you css you need change it so no border show on the ads.

 

2 minutes ago, TheSkyLounge.tv said:

Any thoughts on why I can't delete a widget? No matter how many times I remove it, it returns.... 

 

http://www.theskylounge.tv/

Screen Shot 2017-07-31 at 2.50.44 PM.png

Is this 4.1.x or 4.2.x ? 

Just now, Pete T said:

Not seen this reply in morning give you css you need change it so no border show on the ads.

 

Is this 4.1.x or 4.2.x ? 

4.2.x boss, happy to grant access for a peek.

  • Author
12 hours ago, TheSkyLounge.tv said:

4.2.x boss, happy to grant access for a peek.

yes please as used the plugin over my own site and removed the widget find from the front end so happy take look see if we do have a bug.

 

On 27/07/2017 at 3:17 PM, gavpedz said:

Used inspect and this is what its using just not quite sure how to stop it using it for this plugin 


<li class="ipsWidget ipsWidget_horizontal ipsBox" data-blockid="plugin_2_sodTxtWidget_0o20nmyug" data-blockconfig="true" data-blocktitle="Custom Text" data-blockerrormessage="This block cannot be shown. This could be because it needs configuring, is unable to show on this page, or will show after reloading this page." data-controller="core.front.widgets.block" id="ips_uid_2763_4" animating="false" style="display: list-item;"><div class="ipsWidget_inner ">

 

add this to custom.css

.ipsWidget[data-blockid="plugin_2_sodTxtWidget_0o20nmyug"] {   
    border: 0px solid #000 !important;
}

please let me know if that worked or not.

Works fine (with my data-blockid) @Pete T but the "padding" value doesn´t work.

I put 
 padding: 0px !important;

How to remove the padding in this block?

  • Author
1 minute ago, pequeno said:

Works fine (with my data-blockid) @Pete T but the "padding" value doesn´t work.

I put 
 padding: 0px !important;

How to remove the padding in this block?

can provide me link and take quick look as that should work.

  • 3 weeks later...

Edit: resolved.

Edited by Dan Richardson

  • 3 weeks later...

Hi, love this widget, got a question. Do you know how I could reference a custom profile field value in the php widget?

I have users who signup fill out their usernames for a particular game, and I want to use that value to populate a widget that shows their player statistics. I have created everything, but can't seem to work out how to get their username from the custom profile field.

 

Edit: Resolved with this guidance: 

 

Edited by Dan Richardson

  • 4 weeks later...
  • Author
On 05/09/2017 at 7:34 AM, Dan Richardson said:

Hi, love this widget, got a question. Do you know how I could reference a custom profile field value in the php widget?

I have users who signup fill out their usernames for a particular game, and I want to use that value to populate a widget that shows their player statistics. I have created everything, but can't seem to work out how to get their username from the custom profile field.

 

Edit: Resolved with this guidance: 

 

never tested it in that way so no idea is my answer sorry little late and very unhelpful.

For anyone who is interested in the future, this is how I did it.

// Initialize IPS4 Framework
require_once('./init.php');

// Indicate that we should consider this a front-end session so we can obtain the currently logged in users information.
\IPS\Session\Front::i();

// Fetch linked account details
$setting = \IPS\Member::loggedIn()->profileFields();
$username = $setting['core_pfieldgroups_2']['core_pfield_2'];

 

  • 5 weeks later...

Hi, @Pete T

I noticed a lot of errors in logs:

ParseError: syntax error, unexpected end of file (0)
#0 /var/www/abc.com/system/Theme/Theme.php(741): IPS\Theme\Cache\_Template->exists()
#1 /var/www/abc.com/plugins/phptxtwidget/widgets/sodTxtWidget.php(53): IPS\_Theme->getTemplate('plugins', 'core', 'global')
#2 /var/www/abc.com/system/Widget/Widget.php(103): IPS\plugins\phptxtwidget\widgets\_sodTxtWidget->init()
#3 /var/www/abc.com/system/Widget/Widget.php(295): IPS\_Widget->__construct('33gp6dm3q', Array, NULL, 'horizontal')
#4 /var/www/abc.com/system/Dispatcher/Front.php(520): IPS\_Widget::load(Object(IPS\Plugin), 'sodTxtWidget', '33gp6dm3q', Array, NULL, 'horizontal')
#5 /var/www/abc.com/system/Dispatcher/Dispatcher.php(148): IPS\Dispatcher\_Front->finish()
#6 /var/www/abc.com/index.php(12): IPS\_Dispatcher->run()
#7 {main}

Could you, please, what is it and how to fix it?

  • Author
3 hours ago, motomac said:

Hi, @Pete T

I noticed a lot of errors in logs:


ParseError: syntax error, unexpected end of file (0)
#0 /var/www/abc.com/system/Theme/Theme.php(741): IPS\Theme\Cache\_Template->exists()
#1 /var/www/abc.com/plugins/phptxtwidget/widgets/sodTxtWidget.php(53): IPS\_Theme->getTemplate('plugins', 'core', 'global')
#2 /var/www/abc.com/system/Widget/Widget.php(103): IPS\plugins\phptxtwidget\widgets\_sodTxtWidget->init()
#3 /var/www/abc.com/system/Widget/Widget.php(295): IPS\_Widget->__construct('33gp6dm3q', Array, NULL, 'horizontal')
#4 /var/www/abc.com/system/Dispatcher/Front.php(520): IPS\_Widget::load(Object(IPS\Plugin), 'sodTxtWidget', '33gp6dm3q', Array, NULL, 'horizontal')
#5 /var/www/abc.com/system/Dispatcher/Dispatcher.php(148): IPS\Dispatcher\_Front->finish()
#6 /var/www/abc.com/index.php(12): IPS\_Dispatcher->run()
#7 {main}

Could you, please, what is it and how to fix it?

I take look this today see what going on 

So far testing it in my local environment (Wamp 64bit) before I take a dive and upgrade my forum. So far so good, it does what it advertises. :)

  • 2 months later...

Hi there,

Thanks for a really useful mod.

Can I ask, is it possible to have widgets/blocks only show on certain themes?  For example, I'd like the widgets in my sidebar to show on one theme but not another?

 

  • Author
3 hours ago, Gersnet said:

Hi there,

Thanks for a really useful mod.

Can I ask, is it possible to have widgets/blocks only show on certain themes?  For example, I'd like the widgets in my sidebar to show on one theme but not another?

 

No the option have one theme and not another can't be done and no plans add that to this plugin.

Recently Browsing 0

  • No registered users viewing this page.