News:

Join the Facebook Fan Page.

Main Menu

ezPortal

Started by SMFHacks.com Team, November 02, 2008, 10:10:03 AM

Previous topic - Next topic

SMFHacks.com Team

2.7
!Better handling of RSS feed block if the rss feed goes down
!Fixed undefined showPrevNext for SMF 2.0 calendar block
Disclaimer: SMFHacks.com Team is not affiliated with the SMF Team or the SimpleMachines NPO.
SMFHacks.com -  Paid Modifications for SMF
Latest Mods:
Community Suite
Newsletter Pro SMF Gallery Pro SMF Classifieds SMF Store

SMFHacks.com Team

Christmas update! After spending the day with the family decided to get ezPortal out for SMF 2.1 Beta 1 before the new year!

3.0
+Now supporting SMF 2.1 Beta 1 with hooks instead of file edits for most places.
!Fixed html issue on page add in page editor.
!Fixed bug not removing Subs-EzPortalRSS(2).php file on uninstall
Disclaimer: SMFHacks.com Team is not affiliated with the SMF Team or the SimpleMachines NPO.
SMFHacks.com -  Paid Modifications for SMF
Latest Mods:
Community Suite
Newsletter Pro SMF Gallery Pro SMF Classifieds SMF Store

SMFHacks.com Team

Update minor bug fix
3.0.2
!Fixed undefined login_token for SMF 2.0 was meant for SMF 2.1 beta only
Disclaimer: SMFHacks.com Team is not affiliated with the SMF Team or the SimpleMachines NPO.
SMFHacks.com -  Paid Modifications for SMF
Latest Mods:
Community Suite
Newsletter Pro SMF Gallery Pro SMF Classifieds SMF Store

MrNicotine

Can I update manually, editing the files?
Or is this also a change in database? (don't like to mess in there)

I now have version 1.1.

In Chrome and Opera, I also have a problem with Blocks being way too wide.
They fall offscreen, and seem to be around 6000px wide, while set in the html Block at 100%.
Is there a way around this?

vbgamer45

Yes you can manually copy edit the files no major database changes from last update.

For chrome opera what are your settings for the column/block that it is in for height width.
What is making it scroll across the whole screen.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

MrNicotine

I don't see any settings for height/width in the  EZBlock manager.
Maybe there is another place I should look? Or is it because of the version 1.1, that these settings aren't there yet?
Where can I find these settings.


Found them, getting a pair of glasses tomorrow ;)

The column is set on 600, and 100%, which I think are default.
This is the Top Column. Making changes there however, is not giving any effect, with any browser.
Set the width as low as 10%, but no effect? Not even in other blocks which have only a single image.

The HTML is a sliding bar with multiple images. (marquee)
It's like the image widths are added up, which ends up with a much larger total.

There are around 20/25 images in it (not a fixed number) which are each 150px wide.

If I only add 5 images, it works fine.





vbgamer45

If you use column Column Width Percent  for the column you must make sure column width is set to zero.
The column percent overrides the column fixed width setting
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

MrNicotine

I tried both settings to zero, percentage to zero and 1000px  Percentage to 40%...but no effect.
In fact there is no effect in all browsers. I'm not sure that is suppose to happen.
Shouldn't it at least effect in IE and FF? Setting it smaller I mean.
Starting to wonder if my Ezportal is working as it should.
(no other troubles than this one btw)

I'm updating to latest version this weekend, eventhough I don't see any lines in parser that would effect
this Chrome/opera poblem (speaking as a noob, that is ;) ). Never bad to have latest version.


vbgamer45

Can you take a screenshot/list which blocks you are using and columns
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

MrNicotine


MrNicotine

By luck, the problem is fixed. I had set my clickable images to 150px wide each. Which resulted in a total of around 3000px
I have now set the width per image at 10% (trial and error for nice image sizes) and now it agrees, and fixed the block nicely to 100% of the rest of my forum.

Eventhough the total is a lot more than a 100%, it works. So I'll take it ;)

Edit:

I take it back, it fixed it on Opera and Chrome, but it's now totally messed up on FF and IE...

So I set it back, and problem not fixed....

vbgamer45

So you have very lage images in a block and it is changing the view?
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

MrNicotine

If I use the 10% percent per image, yes.It distords the images in FF to weird sizes.
If I use the 150px width, no. The images are fine then. But then the block itself is much too wide in Chrome & Opera.
It is a top block, and when it is too wide, it makes all top blocks too wide.

It looks like this:



This is the code inside the block:

<marquee width="100%" onmouseover="this.stop();" onmouseout="this.start();" /><a href="http://www.myforum.com/index.php?topic=130153.0"><img alt=""width="150 "height="200" src="http://image.jpg" /></a>
<a href="http://www.myforum.com/index.php?topic=130151.0"><img alt=""width="150 "height="200" src="http://image.jpg" /></a>
<a href="http://www.myforum.com/index.php?topic=130152.0"><img alt=""width="150 "height="200" src="http://image.jpg" /></a>
<a href="http://www.myforum.com/index.php?topic=130153.0"><img alt=""width="150 "height="200" src="http://image.jpg" /></a>
<a href="http://www.myforum.com/index.php?topic=130154.0"><img alt=""width="150 "height="200" src="http://image.jpg" /></a>
</marquee>
<div class="tborder" style="margin-bottom: 0px" max-width="100%"></div>



The code gives me a sliding bar, which should appear on the right and slide to the left, containing the clickable images.
When it reaches the left, the images disappear until all images are done, then it starts over.
And this does work, on both IE and FF. To full satisfaction.

If I alter sizes in this code, it does effect the result of the code, they appear more to the left or right as I change percentages after Marquee, but not the actual size of the block itself. This stays as long as it is.
The more images I add, the longer the block gets.
Like I said, the total of the image width's is the size of the block.

Like in my last reply, the width"10%" works on chrome, Opera and IE, but not in FF.
IE apparently accepts both.

If I use the option to edit the column to set max width, it gives no effect, not even if I make them smaller or larger.
Nothing changes.


SMFHacks.com Team

New update:
3.0.3
+Two new settings for the RSS Feed block. Encoding type and the order in which feed items are displayed
!Fixed RSS feed block bug when only showing one feed item
Disclaimer: SMFHacks.com Team is not affiliated with the SMF Team or the SimpleMachines NPO.
SMFHacks.com -  Paid Modifications for SMF
Latest Mods:
Community Suite
Newsletter Pro SMF Gallery Pro SMF Classifieds SMF Store

MrNicotine

Quote from: MrNicotine on January 31, 2015, 05:56:50 PM
If I use the 10% percent per image, yes.It distords the images in FF to weird sizes.
If I use the 150px width, no. The images are fine then. But then the block itself is much too wide in Chrome & Opera.
It is a top block, and when it is too wide, it makes all top blocks too wide.

It looks like this:



This is the code inside the block:

<marquee width="100%" onmouseover="this.stop();" onmouseout="this.start();" /><a href="http://www.myforum.com/index.php?topic=130153.0"><img alt=""width="150 "height="200" src="http://image.jpg" /></a>
<a href="http://www.myforum.com/index.php?topic=130151.0"><img alt=""width="150 "height="200" src="http://image.jpg" /></a>
<a href="http://www.myforum.com/index.php?topic=130152.0"><img alt=""width="150 "height="200" src="http://image.jpg" /></a>
<a href="http://www.myforum.com/index.php?topic=130153.0"><img alt=""width="150 "height="200" src="http://image.jpg" /></a>
<a href="http://www.myforum.com/index.php?topic=130154.0"><img alt=""width="150 "height="200" src="http://image.jpg" /></a>
</marquee>
<div class="tborder" style="margin-bottom: 0px" max-width="100%"></div>



The code gives me a sliding bar, which should appear on the right and slide to the left, containing the clickable images.
When it reaches the left, the images disappear until all images are done, then it starts over.
And this does work, on both IE and FF. To full satisfaction.

If I alter sizes in this code, it does effect the result of the code, they appear more to the left or right as I change percentages after Marquee, but not the actual size of the block itself. This stays as long as it is.
The more images I add, the longer the block gets.
Like I said, the total of the image width's is the size of the block.

Like in my last reply, the width"10%" works on chrome, Opera and IE, but not in FF.
IE apparently accepts both.

If I use the option to edit the column to set max width, it gives no effect, not even if I make them smaller or larger.
Nothing changes.

Fixed. Marquee is apparently outdated and is no longer supported by Chrome. This was beyond my knowledge.
Someone pointed me to this fact, so I stopped using it. Not a EzPortal issue.
So never mind.

vbgamer45

Glad you have it figured out. Yeah some html tags are being phased out from the browsers.
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

babalola olasehinde

while trying  to install this mod i got the error below.pls what should i do

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Miker1029

Ok let me start with the more important One, Is there a Way to Clear all the Download stats?  Without going into the database, I did look there and seen them, But would really want some "PRO" Instructions on what I should drop, Cause i REALLY don't want to mess it up, I had to ReDo ALL My DL links and The stats now point to dead links....

Second In User Stats (While Not Logged In) it Shows the User name RIGHT NEXT TO The USER INFO TITLE (See Attachment),  Now It wasn't like this before, Just one day popped up like that, I've tried removing and reading the block, but Obviously it's still the same...

Any ideas??  (On either Question!)

Thanks,

Mike

vbgamer45

Are you using a download system and that's the stats you want to clear? Such as total downloads???

Username could either be a bad html/style issue or some problem with browser
Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Advertisement: