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

vbgamer45

New update!

0.4.2
!Fixed two bugs with Rss Feed ezBlock in the fsockopen fetch the query string and processing the headers
!Fixed a couple bugs with column layout. If you had just the right and left block enabled but not the center block could cause the layout to appear stretched
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

sq

i have ezportal installed on my forum and then i was adding add on for current event and now i am getting this error 

Fatal error: require_once() [function.require]: Failed opening required '/home/content/11/6482511/html/aj/Sources/Subs-Calendar.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/11/6482511/html/aj/Sources/Load.php(1733) : eval()'d code(1412) : eval()'d code on line 14

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

sq


vbgamer45

Well I would try asking in that mods topic I don't that's related to ezportal
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

T3CHN0

Hello

I am having a small problem after updating to the new ezPortal 0.4.2

When I am on my main page to my forum all images in my portal blocks work
but when I open any other of my boards it only show a red X & no image

I right click on the image to find out it's path as to why it's not showing
and maybe to copy some images to a new location if needed.

But I can't as I am faces with the little problem, it shows in the folder path
that index.php is a directory in the link

image path looks like this on the main page
myforum.com/smf/themes/images/default.png

and looks like this in anyother boards
myforum.com/smf/index.php/themes/images/default.png

So I know why the images do not show but I need to know how to correct
the path to the image in my other boards

Cheers

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."

T3CHN0

I right click on the image or the red X within the forum and go to properties

Kindred

no... In the ezblock, how are you generating the URL for the images?
Сл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."

T3CHN0

Oh ok sorry.
GO TO admin>EZBlock Manager>HTML ezBlock> & then adding what ever I want with included images.
I was taking note that when in the admin panel all the images was still showing as well.
& the images only not show in other boards

Kindred

you are STILL missing the point.


WHAT CODE did you use to try to display the images? ???
Сл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."

T3CHN0

OK this is the full code to one of my HTML blocks


<table id="table1" style="text-align: center; width: 171px; height: 155px;" border="1">
<tbody>
<tr>
<td>
<table id="table3" class="tborder smfbay_cat_table" style="border-bottom: 0px none; text-align: center; width: 161px; height: 21px;" cellspacing="0" cellpadding="1">
<tbody>
<tr class="titlebg">
<td class="smfbay_button_menu_left" width="4">&nbsp;</td>
<td class="smfbay_button_menu_right"><a href="index.php?action=smfbay;sa=home"><img style="vertical-align: middle;" src="Themes/default/SMFBay/aurbay_item.png" alt="" width="66" height="23" /></a></td>
</tr>
</tbody>
</table>
<table id="table4" class="tborder smfbay_cat_table" style="text-align: center; border-top: 0px none; width: 126px; height: 107px;" cellspacing="1" cellpadding="5">
<tbody>
<tr>
<td class="windowbg smfbay_image_cat"><img src="Themes/default/SMFBay/default-folder.png" alt="" /></td>
<td class="smfbay_cat_desc windowbg2"><a href="index.php?action=smfbay;sa=itemsindex;cat=1"><strong>Home</strong></a></td>
<td class="windowbg">&nbsp;</td>
</tr>
<tr>
<td class="windowbg smfbay_image_cat"><img src="Themes/default/SMFBay/default-folder.png" alt="" /></td>
<td class="smfbay_cat_desc windowbg2"><a href="index.php?action=smfbay;sa=itemsindex;cat=2"><strong>Computer</strong></a></td>
<td class="windowbg">&nbsp;</td>
</tr>
<tr>
<td class="windowbg smfbay_image_cat"><img src="Themes/default/SMFBay/default-folder.png" alt="" /></td>
<td class="smfbay_cat_desc windowbg2"><a href="index.php?action=smfbay;sa=itemsindex;cat=3"><strong>Free</strong></a></td>
<td class="windowbg">&nbsp;</td>
</tr>
</tbody>
</table>
<h6 style="text-align: center;"><a href="http://www.postimage.org/image.php?v=TsxuAki">How to add AURbay items</a></h6>
</td>
</tr>
</tbody>
</table>

T3CHN0


Kindred

have you tried using an absolute URL instead of a relative URL for the image src?
Сл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."

T3CHN0

as in changing

<td class="windowbg smfbay_image_cat"><img src="Themes/default/SMFBay/default-folder.png" alt="" /></td>


to something like this

<td class="windowbg smfbay_image_cat"><img src="http://www.XXX/smfThemes/default/SMFBay/default-folder.png" alt="" /></td>


no i haven't and i will give it a go tomorrow now. thanks for your reply

Djehuti

I'm running 0.4.2 on 1.1.11.

I've set up a poll, which I've added to a poll-ezblock.

This works, and allowed me to cast my vote from the block.
When I had done so, it showed me the results...so far so good.

But it doesn't offer me a link to the original poll, and it seems my vote has changed the block., since now others only see the result, but can't vote?

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

Djehuti

1.1.11

Have a look here: hxxp:www.ffm-clan.com/forum/index.php [nonactive]

T3CHN0

Hello

I added a new php block to my ezportal blocks that I am trying to make
but now everytime I go to my forum no matter how i try i get this error
Quote
The page isn't redirecting properly

How do I undo what I did, or what file contains the blocks
I have a full backup of my forum as of 2 days ago

thankyou

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

Advertisement: