Dream Portal is a portal system designed to function with Simple Machines Forum (aka SMF).

It allows you to easily manage your site and webpages in an SMF environment. Place Modules on different actions and non-actions of your SMF forum using a simple drag-and-drop approach. Users can also create and save multiple layouts by name and assign pages to any layout(s). Bundled with Dream Pages and Dream Menu helps put the power and ease of customizing your SMF forum right at your fingertips.

Dream Portal allows you the ability to easily customize your SMF forum and site with many different possibilities helping to make customization truly what dreams are made of!

DreamPortal1.0.5.zip
File size: 221KB
Download count: 1662
DreamPortal1.0.5.tar.gz
File size: 176KB
Download count: 159
Download
Hello, Guest
Please login or register.

 
 
 

Did you miss your activation email?

Re: Menübutton lassen sich nicht löschen.
Last Poster: Tony_R in German on May 14, 2012, 10:18:03 AM


hat mir auch geholfen, vielen dank !

Re: Sologhost went mad. Check this fast!
Last Poster: ThoTh in Chit Chat on May 13, 2012, 03:07:02 PM


Congrats :D

Re: Think I have Everything I need
Last Poster: SoLoGHoST in Chit Chat on May 09, 2012, 01:36:37 PM



Your Recent Image Attachments...
Last Poster: SoLoGHoST in Team Blog on May 07, 2012, 04:13:46 AM


Well, just thought I'd let you all know of the ability to see your 15 most recent image attachments

Re: Inspire Romance
Last Poster: SoLoGHoST in Website Showcase on May 03, 2012, 12:34:22 PM


Looks great!! :)

Author Topic: Pages in portal block  (Read 9636 times)

0 Members and 1 Guest are viewing this topic.

angie

  • Day Dreamer
  • **
  • Posts: 86
  • I am who I am
    • Tutz 2 Tagz
Pages in portal block
« on: February 22, 2011, 04:19:26 AM »
Ok am just wondering
I have tutorial pages on my site they are linked to from the navigation bar

Is it possible to make pages using html in the portal using the pages there and have then linked to from a block ?

if so how
I have a lot of pages that would need doing if do this so want to make sure its possible first.
Also if I do this I dont want to stretch the block to long so would I be able to keep it a set size and have a scroll bar on the side?

Hope this makes sence
to see my setup at the moment if you go to tutorials in the navigation block here you will see how its currently set up
I want the block to list the tutorials in it and each tutorial in the the list when clicked on opens the page the tutorial is on

http://www.tutz2tagz.com/smf/index.php  heres is my site running smf rc5 dream portal simple embeder and smf gallery
« Last Edit: March 07, 2011, 05:15:21 PM by angie »
Take me or leave me its your choice!!!!
#1
*
willemjan
  • Constant Sleeper
  • Posts: 1453
Re: Pages in portal block - February 22, 2011, 04:23:29 AM
You can make portal pages in HTML, PHP, and BBC in the admin section.

I guess you could make an custom module that grabs the pages you create. But remember, if you make an contact page or something, then it will also show up in the module.

I am not an experienced coder, so you will have to wait for one to come by and give you advice on how to make the module ;)

#2
**
angie
  • Day Dreamer
  • Posts: 86
Re: Pages in portal block - February 22, 2011, 04:38:14 AM
Thanks Willemjan

Have just tried to make a custom page in html
the one thing that have noticed is that it wont allow me to copy my html from a already made page and paste it in,

is there a setting somewhere that is stopping this do you know ?
Take me or leave me its your choice!!!!

#3
*
willemjan
  • Constant Sleeper
  • Posts: 1453
Re: Pages in portal block - February 22, 2011, 04:38:52 AM
Give me a sec to test that ;)
Last Edit: February 22, 2011, 04:52:17 AM by willemjan

#4
*
willemjan
  • Constant Sleeper
  • Posts: 1453
Re: Pages in portal block - February 22, 2011, 04:52:33 AM
I can copy/paste html. Could you attach an html file your trying to copy/paste for testing purpose?

#5
**
angie
  • Day Dreamer
  • Posts: 86
Re: Pages in portal block - February 22, 2011, 05:09:16 AM
ok give me two seconds
Take me or leave me its your choice!!!!

#6
**
angie
  • Day Dreamer
  • Posts: 86
Re: Pages in portal block - February 22, 2011, 05:32:25 AM
Here is a html file on notepad

thanks i cant do it on my comp or laptop so am not sure what is going on
Take me or leave me its your choice!!!!

#7
*
willemjan
  • Constant Sleeper
  • Posts: 1453
Re: Pages in portal block - February 22, 2011, 05:36:12 AM
I can copy/paste with no problem at all... Try to copy/paste the stuff between the body tags only.

#8
**
angie
  • Day Dreamer
  • Posts: 86
Re: Pages in portal block - February 22, 2011, 05:41:07 AM
ok that worked mostly but text is not good so need to sort that out its something on the html thats not being liked somewhere lol
and its not taking the graphics onboard but can use img tags hopefully to put them in

will see how it goes with this one and a custom block to see if can get it how I want

Thank you Willemjan
Take me or leave me its your choice!!!!

#9
*
willemjan
  • Constant Sleeper
  • Posts: 1453
Re: Pages in portal block - February 22, 2011, 05:43:18 AM
Can you give me an link to the page? I can find out whats going wrong...

The image tags won't work in html. You need to enter the full path to your img eg: http://yoursite.com/tutorials/image/thisimage.jpg

#10
**
angie
  • Day Dreamer
  • Posts: 86
Re: Pages in portal block - February 22, 2011, 05:50:08 AM
I normally put the link between [img]link[img /] if that makes sense

heres the link its in the html aswell so are a few others

http://www.tutz2tagz.com/Tutorial/Double%20Take/doubletake.jpg

its picked up the links in there for the supplies but not the graphics
Take me or leave me its your choice!!!!

#11
*
willemjan
  • Constant Sleeper
  • Posts: 1453
Re: Pages in portal block - February 22, 2011, 05:55:48 AM
I normally put the link between
Code: [Select]
[img]link[img /]
if that makes sense

heres the link its in the HTML as well so are a few others

http://www.tutz2tagz.com/Tutorial/Double%20Take/doubletake.jpg

its picked up the links in there for the supplies but not the graphics

I noticed that you have put the images in that HTML page in like this:
Code: [Select]
<img title="" height="500" alt="" width="500" src="doubletake.jpg" />
It should be:
Code: [Select]
<img title="" height="500" alt="" width="500" src="http://www.tutz2tagz.com/Tutorial/Double%20Take/doubletake.jpg" />

This is because the page you create with DP is not in the same place as the page you have in HTML. That is why the website can't find the img.

Code: [Select]
[img][/img]
those tags are BBC codes. We are using HTML coding here ;)

So yes it does pick up the links, cause that is an full link to an page. The image is not an full link, and therefor won't display.
Last Edit: February 22, 2011, 05:57:36 AM by willemjan

#12
**
angie
  • Day Dreamer
  • Posts: 86
Re: Pages in portal block - February 22, 2011, 06:00:28 AM
Think am with you on that now

I use the html editer on my cpanel for my pages
I used the same thing in portmx it had a editor
this is what am finding hard work with dream portal is doing html and pages
I really hate html lol

Will give that a try and see how I go lol

Thank you
Take me or leave me its your choice!!!!

#13
*
willemjan
  • Constant Sleeper
  • Posts: 1453
Re: Pages in portal block - February 22, 2011, 06:02:54 AM
You could download the html files, and edit them with this program:

http://notepad-plus-plus.org/

Then after that, copy/paste into DP.

NotePad++ is an handy program wich is developed for coding ;)

#14
**
angie
  • Day Dreamer
  • Posts: 86
Re: Pages in portal block - February 22, 2011, 06:08:20 AM
Thanks will give that a try

I normally just edit on the page but take a copy first incase i mess up once edited delete the copy lol

Oh and got a custom block to do what I want upto now so will see how I go

its the tutorials block on my site

http://www.tutz2tagz.com/smf/index.php

Its going to take me hours to get just my tutorials over then have to get the mask and tubes pages sorted to lol that is going to be so much fun not

Thank you for all the help
can bet will shout if need more :)
Take me or leave me its your choice!!!!


 

SHOUTBOX NOT FOR SUPPORT!

 Forum Staff