News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

ezPortal

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

Previous topic - Next topic

Diamond1444

I apologize ahead of time if this was already asked and I missed it.  I'm using the menu easy blocks on the home page of our forum, but I must be doing something wrong.  The links that are in the blocks are there to allow guests to see certain posts.  I have guests checked in the permissions for each and I've even checked guests inside the forum in those boards.  Several of us have logged out of our accounts to try the links, but they just bring you to the page that says that it's off limits and you have to register. 

Did I miss a permission somewhere or something else that I didn't do?  I'm totally stumped.  Thanks in advance for any help you can give.  :)

Kindred

is the post itself available in a board that is able to be viewed by guests?
Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."


vbgamer45

The menu system permissions just control what links are visible beyond that were you link need to be open to guests.
Community Suite for SMF - Grow your forum with 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

vbgamer45

New update!

0.4.8
+Added Twitter tweets ezBlock
+Added Facebook Comments ezBlock
+Added Like Button for Board News ezBlock
!Fix possible ezBlock update issue
Community Suite for SMF - Grow your forum with 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

Dream of Omnimaga

Hmm the like button in news doesn't seem to do anything in Opera. :/

Tested on the official EzPortal website front page.

vbgamer45

Community Suite for SMF - Grow your forum with 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

savy118

hi has any won had this problem or is it me, it really is a great portal, but when i shrink my browser the blocks fly off the right edge of forum, and if i shrink, it shrinks left block and i cant see text in shout box, im just wondering if i created on a wide screen, and someone viewed on a smalll screen like a netbook they might not see it properly.

but really is a great bit of kit

savy

vbgamer45

Community Suite for SMF - Grow your forum with 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

savy118

hi there im using ie 8 and smf rc52.0...........

i just tried something i removed my page out of page manager and every thing was ok,
i think i had my page set at a fixed with html code.

i guess there is a certain width a page can be......

but the shout box does shrink when shrinking the browser ie8 and center block text, im just wondering as i dont have a smaller screen to look at it and test.

my screen is 1024x560

thanks

savy

savy118

ok im just updating previous comment, i turned ezportal off and smf forrum does shrink aswell so i guesss everything is fine with boxes shrinking,
do you think there is a max page width we can apply , when creating pages or is this not reccomended.

im getting a feel for this mod really is great.

thanks savy

mxcape21

I am getting an error trying to install this mod, this is the error--->
Fatal error: Maximum execution time of 30 seconds exceeded in D:\Hosting\6126339\html\forum\Sources\Subs-Package.php on line 2457.
I'm using SMF version 2.0rc5, firefox browser on ubuntu linux.
I've tried other portal mods and get the same error on the same file...
I have checked all permissions and I still get this time out error, please help

thank you
The only thing I can presume, since I know I'm not crazy (certifiably at least), is that everybody else is until they prove otherwise! 8)
http://techraffle.com/forum/index.php

BrookmanZ71

^ I get this exact same thing will all Portal mods. Any suggestions?

savy118

Hi brookman i think there is a posibility of a few ideas, but the problem is when we design a web page containg everything we set the page dimensions, either way something is not going to look right either to big or to small, im searching for a html code to shrink and expand evrything but not much luck yet im only reading this sort of code is available for pictures only at the moment. but still looking as of now but it must be posible, im no html expert but have been reading every dimension in your web design that uses a width of maybe 100px must be changed to percentage so reads 100% but not tried experimenting with it yet.

the only option is maybe leave out html center blocks for now and use it for links to web pages. 

Fat_Man

The portal sidebars can be deactivated by users, with the +- button at the toip left hand side of the forum.
How can I stop that?


vbgamer45

Click on the edit column link under the ezblock manager and uncheck collaspeable option and save.
Community Suite for SMF - Grow your forum with 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

Nidjo123

I get this error whenever someone clicks on new page (topic, anything...) I'm only using Twitter EzBlock now. And only other mod I have is Aeva lite.
Forum version is 2.0 RC5

File: public_html/Sources/Subs-EzPortalMain2.php
Line: 3308

3304: function EzBlockTwitterTweets($paramters = array(), $numTweets = 5, $startHtml = '', $endHtml = '')
3305: {
3306: global $txt, $boardurl;
3307:
==>3308: $numTweets = (int) $numTopics;
3309: $twitterusername = '';
2.0 RC5

Kindred

Слaва
Украинi

Please do not PM, IM or Email me with support questions.  You will get better and faster responses in the support boards.  Thank you.

"Loki is not evil, although he is certainly not a force for good. Loki is... complicated."

Nidjo123

Oh, sorry, I forgot to copy it.  :D

Quote8: Undefined variable: numTopics
2.0 RC5

vbgamer45

Quote from: Nidjo123 on April 24, 2011, 04:28:26 PM
I get this error whenever someone clicks on new page (topic, anything...) I'm only using Twitter EzBlock now. And only other mod I have is Aeva lite.
Forum version is 2.0 RC5

File: public_html/Sources/Subs-EzPortalMain2.php
Line: 3308

3304: function EzBlockTwitterTweets($paramters = array(), $numTweets = 5, $startHtml = '', $endHtml = '')
3305: {
3306: global $txt, $boardurl;
3307:
==>3308: $numTweets = (int) $numTopics;
3309: $twitterusername = '';

Fixed posted an update to correct that issue.
Community Suite for SMF - Grow your forum with 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: