ezPortal

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

Previous topic - Next topic

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

Hally_89

Quote from: vbgamer45 on July 08, 2010, 08:29:02 AM
The editor is tiny mce that is third party script that I use what browser are you using and the version of it.
Im using firefox 3.6.6
Quote from: Kindred on July 08, 2010, 02:48:24 PM
if I was editing code, I would use
<img align="center"...> instead...
Ok ill will try that and see if it works. I prosume that finishes with </img> does it?

Kindred

typically an img tag is <img align="center" src="blahblahblah" title="image title" alt="image alt text" />

it's a self-closed tag, if used properly.
Сл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

I probably will update tiny mce too in next update to see if that helps as well in case it is a browser issue.
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

DEEPSNUYB

Heres my question.  I do not use the side blocks.  I just want to use the Page Manager. What im trying to figure out is how to show an actual thread on our board in that page. 

That way when some one comes to our site they see the page with that thread and can click on it to be taken to the actual thread in the forum. I just dont want to have a link in the page but actually show the thread.

See what i mean?


Like this thread.

http://www.ezportal.com/announcements/ezportal-0-3-8-released!/

Its on their front page and if you comment on it it takes you to the actual thread in the board

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

DEEPSNUYB

Yes i just figured that out.  How does he get the actual cintents to show up on the block.  I tried using the Rectent Post and Recent Topics and all it shows are links.

evillive

I've been running EZportal for a while now and I love it but I have run into a issue that leaves me scratching my head.

I created several html blocks some for adds and some for facebook. The ones that I placed ads in worked great but when I post the code I need for facebook and update the block it does not save the code and leaves it blank. I even went back and tried to add the code after one of the banner ads and same thing it wont save that code into the block but it will keep the ad code. 

Here is the code I am trying to add and hopefully someone can help me figure this out.

<iframe src="http://www.facebook.com/plugins/likebox.php?id=user id goes here&amp;width=150&amp;connections=4&amp;stream=false&amp;header=true&amp;height=287" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:287px;" allowTransparency="true"></iframe>

Thanks is advance for any help you can give.

Kindred

first of all... did you actually put the userID?
"user id goes here"

second... iframe?   ICK... naughty coder.
Сл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."

evillive

yes I put the user id thing there so my id wasn't showing. As far as iframes its all facebook has to offer for simple the other way requires a java script language and will take some editing of the templates and I am trying to stay away from that.

If you know of a better way to add this let me know here is the facebook info

http://developers.facebook.com/docs/reference/javascript/ [nofollow]

Thanks for the reply and any help or advice you can offer

Kindred

http://developers.facebook.com/docs/guides/canvas/

hmmm.... this iframe generated by facebook doesn't include a userID and doesn't use likebox.php, it uses like.php
I think you have the wrong code... try again at: http://developers.facebook.com/docs/reference/plugins/like

This works for me....


.
.
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.40konline.com%2Fcommunity&amp;layout=button_count&amp;show_faces=false&amp;width=100&amp;action=like&amp;font=arial&amp;colorscheme=dark&amp;height=20" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:20px;" allowTransparency="true"></iframe>
.
.



but I see no reason that you could not use the javascript in an HTML EZBlock... hmmm....  but you are right... it doesn't seem to work.

-edit- I found out why it didn't work. You have to register your site in the facebook applications...   and the app registration seems to be broken right now
Сл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."

evillive

I was able to get that code to work but I had to turn off tiny mce for the input. Once I turned it off everything worked perfect. Thanks for the info you gave me.

Now i do have another question :)

Can you have recent posts from a certain board instead of all the boards? I would like to have the option to use both so I guess another block would have to be created.

vbgamer45

Hmm might be a good suggestion I can add like a board select to the recent posts/topics ezblocks if that would work
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

evillive


Kindred

hmmm....   just updated the board and installed the new version of ezPortal...

now I get

http://www.MYSITE.com/community/index.php?http://www.MYSITE.com/community/
8: Use of undefined constant preview - assumed 'preview'
File: /home/fortyk/public_html/community/Themes/default/EzPortal2.template.php(1510) : eval()'d code
Line: 11

on every page load...
Odd thing is that I have template eval disabled.....
Сл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

Hmm what blocks do you have enabled? I only see it in recent posts and recent topics and should aways be defined.
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

Bingham

I had a qick scam through this and does it really allow you to choose diffrent styles of your blocks?

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

Bingham

Quote from: vbgamer45 on August 04, 2010, 07:26:36 PM
Styles? How would that work and what would it do?
I dunno Lol XD i just saw curved blocks :S

vbgamer45

Well ezportal does use curve styles for SMF 2.0 at least.
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: