The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

portal+forum on the same page pls!

5 posters

Go down

portal+forum on the same page pls! Empty portal+forum on the same page pls!

Post by John December 12th 2005, 10:48 am

Hi, Bonjour,
How can I have both my portal and my forum appearing on the same one homepage?

http://turkish.cultureforum.net/
avatar
John
New Member

Posts : 20
Reputation : 0

http://turkish.cultureforum.net/

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by John December 16th 2005, 2:58 pm

that is to say that I'd like to see my portal ONLY on the sides, and my forum on the middle of my homepage...
how could I do that?
avatar
John
New Member

Posts : 20
Reputation : 0

http://turkish.cultureforum.net/

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by Cornelia December 16th 2005, 11:18 pm

I don't know if it's possible.

Are you talking about this style of portal??? : http://forum.forumactif.com/portail.htm

I just posted a topic about your question in the French support, here's the link : http://forum.forumactif.com/viewtopic.forum?p=853995#853995
Cornelia
Cornelia
Hyperactive

Female Posts : 4763
Reputation : 173
Language : I'M NOT A TECHIE OR A MOD, SO QUIT SENDING ME PMS FOR TECHIE STUFF OR LOST PASSWORDS !!!
Location : Absent on weekends until camping season ends

http://ishimaru-design.servhome.org

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by AmericanIdoit January 30th 2006, 7:34 pm

could you do the same for me??
AmericanIdoit
AmericanIdoit
New Member

Posts : 21
Reputation : 0

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by Cornelia January 30th 2006, 7:55 pm

Erf... I can't do it myself, I'm really nOOb in scripts...

But I can post a topic on the French support for you.

I will edit this post once the topic is posted.


By the way, do you understand French?

I forget : I suggest you to put your forum address in your profile

EDIT : Here's the topic link : http://forum.forumactif.com/viewtopic.forum?p=906128#906128
Cornelia
Cornelia
Hyperactive

Female Posts : 4763
Reputation : 173
Language : I'M NOT A TECHIE OR A MOD, SO QUIT SENDING ME PMS FOR TECHIE STUFF OR LOST PASSWORDS !!!
Location : Absent on weekends until camping season ends

http://ishimaru-design.servhome.org

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by AmericanIdoit January 30th 2006, 10:35 pm

hey well thanks Smile
AmericanIdoit
AmericanIdoit
New Member

Posts : 21
Reputation : 0

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by Cornelia January 31st 2006, 9:30 am

I've got a response!

You create a new block in your portal, and after you clicked on the <> button (the last button on the toolbar), you put this code :

Code:
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="2">
      <tr>
         <td class="cat" width="50%">
            <span class="cattitle">
               <a class="cattitle" title="" href="index.forum?c=1">Announcment</a>
            </span>
         </td>
         <td class="rowpic" align="right"> </td>
      </tr>
      <tr>
         <td class="row1" colspan="2" onmouseover='this.className="row2"' onmouseout='this.className="row1"' colspan="1" valign="top" width="100%" height="50">
            <span class="forumlink">
               <a class="forumlink" href="viewforum.forum?f=1">Aunnouncements</a><br>
            </span>
            <span class="genmed">Aunnoncments will go here</span>
         </td>
      </tr>
      <tr><td class="spaceRow" colspan="2"height="1"><img src="_.gif" alt="" height="1" width="1"></td></tr>
      <tr>
         <td class="cat" width="50%">
            <span class="cattitle">
               <a class="cattitle" title="" href="index.forum?c=2">General</a>
            </span>
         </td>
         <td class="rowpic" align="right"> </td>
      </tr>
      <tr>
         <td class="row1" colspan="2" onmouseover='this.className="row2"' onmouseout='this.className="row1"' colspan="1" valign="top" width="100%" height="50">
            <span class="forumlink">
               <a class="forumlink" href="viewforum.forum?f=2">Talk</a><br>
            </span>
            <span class="genmed">chat about anything here</span>
         </td>
      </tr>
      <tr>
         <td class="row1" colspan="2" onmouseover='this.className="row2"' onmouseout='this.className="row1"' colspan="1" valign="top" width="100%" height="50">
            <span class="forumlink">
               <a class="forumlink" href="viewforum.forum?f=3">welcome</a><br>
            </span>
            <span class="genmed">New? Introuduce yourself here</span>
         </td>
      </tr>
      <tr>
         <td class="row1" colspan="2" onmouseover='this.className="row2"' onmouseout='this.className="row1"' colspan="1" valign="top" width="100%" height="50">
            <span class="forumlink">
               <a class="forumlink" href="viewforum.forum?f=4">Music</a><br>
            </span>
            <span class="genmed">Chat about other bands</span>
         </td>
      </tr>
      <tr><td class="spaceRow" colspan="2" height="1"><img src="_.gif" alt="" height="1" width="1"></td></tr>
      <tr>
         <td class="cat" width="50%">
            <span class="cattitle">
               <a class="cattitle" title="" href="index.forum?c=3">Greenday</a>
            </span>
         </td>
         <td class="rowpic" align="right"> </td>
      </tr>
      <tr>
         <td class="row1" colspan="2" onmouseover='this.className="row2"' onmouseout='this.className="row1"' colspan="1" valign="top" width="100%" height="50">
            <span class="forumlink">
               <a class="forumlink" href="viewforum.forum?f=5">Greenday</a><br>
            </span>
            <span class="genmed">Talk About The Band Here</span>
         </td>
      </tr>
      <tr>
         <td class="row1" colspan="2" onmouseover='this.className="row2"' onmouseout='this.className="row1"' colspan="1" valign="top" width="100%" height="50">
            <span class="forumlink">
               <a class="forumlink" href="viewforum.forum?f=6">Billie Joe</a><br>
            </span>
            <span class="genmed">Billie joe chat</span>
         </td>
      </tr>
      <tr>
         <td class="row1" colspan="2" onmouseover='this.className="row2"' onmouseout='this.className="row1"' colspan="1" valign="top" width="100%" height="50">
            <span class="forumlink">
               <a class="forumlink" href="viewforum.forum?f=7">Mike Dirnt</a><br>
            </span>
            <span class="genmed">Mike Chat</span>
         </td>
      </tr>
      <tr>
         <td class="row1" colspan="2" onmouseover='this.className="row2"' onmouseout='this.className="row1"' colspan="1" valign="top" width="100%" height="50">
            <span class="forumlink">
               <a class="forumlink" href="viewforum.forum?f=8">Tre Cool</a><br>
            </span>
            <span class="genmed">Tre Cool chat</span>
         </td>
      </tr>
      <tr><td class="spaceRow" colspan="2" height="1"><img src="_.gif" alt="" height="1" width="1"></td></tr>
      <tr>
         <td class="cat" width="50%">
            <span class="cattitle">
               <a class="cattitle" title="" href="index.forum?c=4">other</a>
            </span>
         </td><td class="rowpic" align="right"> </td>
      </tr>
      <tr>
         <td class="row1" colspan="2" onmouseover='this.className="row2"' onmouseout='this.className="row1"' colspan="1" valign="top" width="100%" height="50">
            <span class="forumlink">
               <a class="forumlink" href="viewforum.forum?f=9">spam</a><br>
            </span>
            <span class="genmed"> ALL spam here</span>
         </td>
      </tr>
      <tr>
         <td class="row1" colspan="2" onmouseover='this.className="row2"' onmouseout='this.className="row1"' colspan="1" valign="top" width="100%" height="50">
            <span class="forumlink"><a class="forumlink" href="viewforum.forum?f=10">Games</a><br>
            </span>
            <span class="genmed">Post games here</span>
         </td>
      </tr>
      <tr><td class="spaceRow" colspan="2" height="1"><img src="_.gif" alt="" height="1" width="1"></td></tr>
</table>

A lot of thanks to SanDream who is moderator on the French board!
Cornelia
Cornelia
Hyperactive

Female Posts : 4763
Reputation : 173
Language : I'M NOT A TECHIE OR A MOD, SO QUIT SENDING ME PMS FOR TECHIE STUFF OR LOST PASSWORDS !!!
Location : Absent on weekends until camping season ends

http://ishimaru-design.servhome.org

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by Cornelia February 4th 2006, 2:05 am

[Forum Analyst Mode ON]

Sorry for the double-post, but I have a suggestion for AmericanIdoit, concerning his new block.

It would be nicer to place the new block (with the forums) in the 2nd column, just above the news, to fill up the empty space at the bottom of the portal.

[Forum Analyst Mode OFF]

And a little "Thanks" would be nice too Wink

See you

Katt
Cornelia
Cornelia
Hyperactive

Female Posts : 4763
Reputation : 173
Language : I'M NOT A TECHIE OR A MOD, SO QUIT SENDING ME PMS FOR TECHIE STUFF OR LOST PASSWORDS !!!
Location : Absent on weekends until camping season ends

http://ishimaru-design.servhome.org

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by Ovidiu February 4th 2006, 7:53 am

Dear Katt, i want also a code like this to my portal

http://

http://

Edited by Katt : You have already your forum address in your profile.
Ovidiu
Ovidiu
Forumember

Posts : 51
Reputation : 0
Language : Male

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by Ovidiu February 4th 2006, 8:05 am

please help me with the code in my portal
Ovidiu
Ovidiu
Forumember

Posts : 51
Reputation : 0
Language : Male

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by Ovidiu February 4th 2006, 8:19 am

I like to have in my portal the same code for to acces from portal to the forum, and the forum to remain the same how is now, without changing
Ovidiu
Ovidiu
Forumember

Posts : 51
Reputation : 0
Language : Male

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by Cornelia February 4th 2006, 8:16 pm

Hello

Multi-posting is not allowed here. 24 hours must have passed before upping the topic. Anyway, at this level of activity in this forum, upping is useless.

So, I close this topic for 24 hours and I recommend you to read the Editboard chart here : https://help.forumotion.com/viewtopic.forum?t=154

Once the 24 hours have passed, I (or Peter) will reopen the topic.

Sorry, but I'm very busy today.
Cornelia
Cornelia
Hyperactive

Female Posts : 4763
Reputation : 173
Language : I'M NOT A TECHIE OR A MOD, SO QUIT SENDING ME PMS FOR TECHIE STUFF OR LOST PASSWORDS !!!
Location : Absent on weekends until camping season ends

http://ishimaru-design.servhome.org

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by Cornelia February 5th 2006, 7:35 pm

The topic is reopened!

If you don't want to have ALL the forums listed in the portal, just tell here which ones you want to be listed. I ask it because your forum index is very long.
Cornelia
Cornelia
Hyperactive

Female Posts : 4763
Reputation : 173
Language : I'M NOT A TECHIE OR A MOD, SO QUIT SENDING ME PMS FOR TECHIE STUFF OR LOST PASSWORDS !!!
Location : Absent on weekends until camping season ends

http://ishimaru-design.servhome.org

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by Ovidiu February 5th 2006, 10:02 pm

Thanks, Katt !
_________________________

1) Cafeneaua Ovidiu

2) Dean

3) Nou venitii

4) Monden si Barfe

5) Actualitatea

6) Muzica

7) Religie si Filosofie

8] Casual sex

9) Literatura si Poezii
________________________

If t is possible to attach each one ( <img src="">)
Ovidiu
Ovidiu
Forumember

Posts : 51
Reputation : 0
Language : Male

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by Cornelia February 5th 2006, 11:48 pm

Fine, I will transmit to SanDream Wink
Cornelia
Cornelia
Hyperactive

Female Posts : 4763
Reputation : 173
Language : I'M NOT A TECHIE OR A MOD, SO QUIT SENDING ME PMS FOR TECHIE STUFF OR LOST PASSWORDS !!!
Location : Absent on weekends until camping season ends

http://ishimaru-design.servhome.org

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by Ovidiu February 6th 2006, 1:05 am

Many Thanks
Ovidiu
Ovidiu
Forumember

Posts : 51
Reputation : 0
Language : Male

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by larme d'ange February 6th 2006, 2:27 pm

Hello

<table class="forumline" cellspacing="1" cellpadding="2" width="100%" border="0">
<tbody>
<tr>
<th nowrap="true" colspan="2">Forum </th>
</tr>
<tr>
<td class="catHead" nowrap="true" colspan="2"><span class="cattitle">Café de paris </span></td>
</tr>
<tr>
<td class="row1" valign="middle" align="center" width="70" height="50">
<img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" /></td>
<td class="row1" width="100%" height="50">
<span class="forumlink">
<a class="forumlink" href="/viewforum.forum?f=4">
Cafeneaua Ovidiu<br /></span>
<span class="genmed">Describe of the forum</span>
</td>
</tr>
<tr>
<td class="spaceRow" colspan="5" height="1">
<img height="1" src="https://2img.net/i/empty.gif" width="1" /></td></tr>
</tbody>
</table>
<img height="5" src="https://2img.net/i/empty.gif" width="1" />

<table class="forumline" cellspacing="1" cellpadding="2" width="100%" border="0">
<tbody>
<tr>
<td class="catHead" nowrap="true" colspan="2"><span class="cattitle">Sumar: Monica Barladeanu </span></td>
</tr>
<tr>
<td class="row1" valign="middle" align="center" width="70" height="50">
<img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" />
</td>
<td class="row1" width="100%" height="50">
<span class="forumlink">
<a class="forumlink" href="/viewforum.forum?f=19">
Dean</a><br />
</span>
<span class="genmed">Describe of the forum</span>
<span class="gensmall"><br /></span>
</td>
</tr>
<tr>
<td class="row1" valign="middle" align="center" width="70" height="50">
<img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" />
</td>
<td class="row1" width="100%" height="50">
<span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=37">
Nou venitii<br /></span>
<span class="genmed">prezentare</span>
<span class="gensmall"><br /><b>Moderatori:</b>
<a href="profile.forum?mode=viewprofile&u=6">Sub Zero</a>
, <a href="profile.forum?mode=viewprofile&u=14">pisicutza</a>
, <a href="profile.forum?mode=viewprofile&u=29">cafinutza</a>
, <a href="profile.forum?mode=viewprofile&u=100">nomeone</a></span>
</td>
</tr>
<tr>
<td class="row1" valign="middle" align="center" width="70" height="50">
<img src="https://2img.net/r/ihimizer/img454/1577/blue9it.gif" />
</td>
<td class="row1" width="100%" height="50"><span class="forumlink">
<a class="forumlink" href="/index.forum?f=1">Monden si Barfe</a><br /></span>
<span class="genmed">vedete</span>
<span class="gensmall"><br /><b>Moderatori:</b>
<a href="profile.forum?mode=viewprofile&u=6">Sub Zero</a>
, <a href="profile.forum?mode=viewprofile&u=29">cafinutza</a></span>
</td>
</tr>
<tr>
<td class="row1" valign="middle" align="center" width="70" height="50">
<img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" />
</td>
<td class="row1" width="100%" height="50">
<span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=9">
Actualitatea<br /></span>
<span class="genmed">Actualitatea</span>
<span class="gensmall"><br /><b>Moderatori:</b>
<a href="profile.forum?mode=viewprofile&u=6">Sub Zero</a>
, <a href="profile.forum?mode=viewprofile&u=29">cafinutza</a>
, <a href="profile.forum?mode=viewprofile&u=100">nomeone</a></span>
</td>
</tr>
<td class="row1" valign="middle" align="center" width="70" height="50">
<img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" />
</td>
<td class="row1" width="100%" height="50">
<span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=2">
Muzica<br /></span>
<span class="genmed">Muzica</span>
<span class="gensmall"><br /><b>Moderatori:</b>
<a href="profile.forum?mode=viewprofile&u=6">Sub Zero</a>
, <a href="profile.forum?mode=viewprofile&u=29">cafinutza</a></span>
</td>
</tr>
<td class="row1" valign="middle" align="center" width="70" height="50">
<img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" />
</td>
<td class="row1" width="100%" height="50">
<span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=5">
Religie si Filosofie<br /></span>
<span class="genmed">credinta </span>
<span class="gensmall"><br /><b>Moderatori:</b>
<a href="profile.forum?mode=viewprofile&u=29">cafinutza</a>
, <a href="profile.forum?mode=viewprofile&u=106">alexandru cel mare</a></span>
</td>
</tr>
<tr>
<td class="row1" valign="middle" align="center" width="70" height="50">
<img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" />
</td>
<td class="row1" width="100%" height="50">
<span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=25">
Casual sex<br /></span>
<span class="genmed">despre sex </span>
<span class="gensmall"><br /><b>Moderatori:</b>
<a href="profile.forum?mode=viewprofile&u=29">cafinutza</a>
, <a href="profile.forum?mode=viewprofile&u=84">Simona</a></span>
</td>
</tr>
<td class="row1" valign="middle" align="center" width="70" height="50">
<img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" />
</td>
<td class="row1" width="100%" height="50">
<span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=3">
Literatura si Poezii<br /></span>
<span class="genmed">Literatura </span>
<span class="gensmall"><br /><b>Moderatori:</b>
<a href="profile.forum?mode=viewprofile&u=6">Sub Zero</a>
, <a href="profile.forum?mode=viewprofile&u=29">cafinutza</a></span>
</td>
</tr>
<tr>
<td class="spaceRow" colspan="5" height="1">
<img height="1" src="https://2img.net/i/empty.gif" width="1" /></td></tr></tbody></table>

I didn't write all description of your forum, like you can see, I put them in red if you want to write them by yourself
You also can add your picture simply like you put them on your description.

I also put the folder image on bold, you can replace them by the new posts or no new post, like you want.
larme d'ange
larme d'ange
Forumember

Male Posts : 41
Reputation : 9
Language : french
Location : in the heart of my love

http://lda-creation.conceptbb.com/index.forum?c=14/

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by Ovidiu February 6th 2006, 3:26 pm

Dear Larme D'ange,
Thank you very much, you can give me example where to put a picture, just an exemple.

With respect,
Ovidiu.
Ovidiu
Ovidiu
Forumember

Posts : 51
Reputation : 0
Language : Male

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by larme d'ange February 6th 2006, 4:53 pm

Ok, make us an example with : Literatura

We take :

<span class="genmed">Literatura </span>


that's done:

<span class="genmed"><img src="https://2img.net/r/ihimizer/img79/9609/gorogzita179ci.jpg /> &nbsp;Literatura </span>
larme d'ange
larme d'ange
Forumember

Male Posts : 41
Reputation : 9
Language : french
Location : in the heart of my love

http://lda-creation.conceptbb.com/index.forum?c=14/

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by Ovidiu February 6th 2006, 5:18 pm

Dear Larme D'ange, thank you very much , you can look at the portal i was doing in different way, but it is the same !

Many Thanks !
Ovidiu.
Ovidiu
Ovidiu
Forumember

Posts : 51
Reputation : 0
Language : Male

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by Ovidiu February 6th 2006, 6:32 pm

Dear Larme D'ange, whay the lamps remain 8 always red , and one always green ?
Ovidiu
Ovidiu
Forumember

Posts : 51
Reputation : 0
Language : Male

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by Ovidiu February 6th 2006, 6:38 pm

Ovidiu wrote:Dear Larme D'ange, whay the lamps remain 8 always red , and one always green ?

<table class="forumline" cellspacing="1" cellpadding="2" width="100%" border="0"><tbody><tr><th nowrap="true" colspan="2">Forum </th></tr><tr><td class="catHead" nowrap="true" colspan="2"><span class="cattitle">Café de paris </span></td></tr><tr><td class="row1" valign="middle" align="center" width="70" height="50"><img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" /></td><td class="row1" width="100%" height="50"><p><span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=4">Cafeneaua Ovidiu<br /></a><a href="http://www.irocknroll.com/Aerosmith.html"><img src="https://2img.net/r/ihimizer/img466/2438/avatarovidiu4gy.png" /></a> <a href="http://cafeneaua.3xforum.ro/"><img src="https://2img.net/r/ihimizer/img148/1421/kpanton0064qp.jpg" /> </a></span></p><p /><p><em><font color="#00ff00" size="7"><strong><font color="#ff0000"><font color="#ffff00"><font style="BACKGROUND-COLOR: #000000" color="#00ffff">Cafeneaua Ovidiu </font></font></font></strong></font></em></p></a /></td></tr><tr><td class="spaceRow" colspan="5" height="1"><img height="1" src="https://2img.net/i/empty.gif" width="1" /></td></tr></tbody></table><img height="5" src="https://2img.net/i/empty.gif" width="1" /> <table class="forumline" cellspacing="1" cellpadding="2" width="100%" border="0"><tbody><tr><td class="catHead" nowrap="true" colspan="2"><span class="cattitle">Sumar: Monica Barladeanu </span></td></tr><tr><td class="row1" valign="middle" align="center" width="70" height="50"><img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" /> </td><td class="row1" width="100%" height="50"><span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=19">Dean<br /></a><a href="http://www.monicadean.info/page.php?id=0"><img src="https://2img.net/r/ihimizer/img89/1240/avatarmb32ot.jpg" /></a><a href="http://playboy.com/arts-entertainment/wov/monicadean/index.html"><img src="https://2img.net/r/ihimizer/img95/121/avatarmb18oy.jpg" /></a><a href="http://www.monicadean.info/page.php?forum=1&cmd=post&id2=002004"><img src="https://2img.net/r/ihimizer/img91/1580/avatarmonicaba8vz.jpg" /></a><a href="http://playboy.com/arts-entertainment/wov/monicadean/index.html"><img src="https://2img.net/r/ihimizer/img85/6341/avatarmonicafrumoasa40nf.jpg" /></a> <marquee><h2><font color="#00ffff" size="4">INTERVIU CU MONICA BARLADEANU LA PLAYBOY USA Playboy.com: You debuted recently on Lost, which is a massive pop culture phenomenon. Do you think it will change your life professionally? Monica Dean: Everybody says as tempting. I'd have to save all the passion I'd put in a love scene for the right project, almost in the same way a woman saves all the passion and the power she has as a woman to give it to the right man. </font></h2></marquee></a /><br /></span></td></tr><tr><td class="row1" valign="middle" align="center" width="70" height="50"><img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" /> </td><td class="row1" width="100%" height="50"><p><span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=37">Nou venitii<br /></a><a href="http://www.cautari.ro/"><img src="https://2img.net/r/ihimizer/img295/2376/avatarnouvenitii19ja.jpg" /></a> <em><font color="#00ff00" size="7"><u>prezentare</u></font></em> </span></p><p><span class="forumlink"></a /><a href="profile.forum?mode=viewprofile&u=6">Sub Zero</a> , <a href="profile.forum?mode=viewprofile&u=14">pisicutza</a> , <a href="profile.forum?mode=viewprofile&u=29">cafinutza</a> , <a href="profile.forum?mode=viewprofile&u=100">nomeone</a></span> <span class="gensmall"><br /><b>Moderatori:</b> </span></p></td></tr><tr><td class="row1" valign="middle" align="center" width="70" height="50"><img src="https://2img.net/r/ihimizer/img454/1577/blue9it.gif" /> </td><td class="row1" width="100%" height="50"><span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=1">Monden si Barfe</a><br /><a href="http://www.netglimse.com/"><img src="https://2img.net/r/ihimizer/img297/4683/avatarmondenbarfe2kv.jpg" /></a> <em><font color="#ffff00" size="7"><u>vedete</u></font></em> </span> <span class="gensmall"><br /><b>Moderatori:</b> <a href="profile.forum?mode=viewprofile&u=6">Sub Zero</a> , <a href="profile.forum?mode=viewprofile&u=29">cafinutza</a></span> </td></tr><tr><td class="row1" valign="middle" align="center" width="70" height="50"><img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" /> </td><td class="row1" width="100%" height="50"><p><span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=9">Actualitatea<br /></a><a href="http://site.neogen.ro/securitate/"><img src="https://2img.net/r/ihimizer/img356/1020/avataractualitatea9rs.jpg" /></a> <em><font color="#ffffff" size="7"><u>actualitatea</u></font></em></span></p><p><span class="forumlink"></a /><a href="profile.forum?mode=viewprofile&u=6">Sub Zero</a> , <a href="profile.forum?mode=viewprofile&u=29">cafinutza</a> , <a href="profile.forum?mode=viewprofile&u=100">nomeone</a></span> <span class="gensmall"><br /><b>Moderatori:</b> </span></p></td></tr><tr><td class="row1" valign="middle" align="center" width="70" height="50"><img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" /> </td><td class="row1" width="100%" height="50"><span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=2">Muzica<br /></a><a href="http://tokiohotel.universal-pop.de/index2.php"><img src="https://2img.net/r/ihimizer/img361/1036/avatarmuzica6hv.jpg" /></a> <em><font color="#ff33cc" size="7"><u>muzică</u></font></em><marquee><h2><font color="#ffff00" size="4">Formatii de Rock : Tokio Hotel, Metallica, Deep Purple, Iris. Muzica Funk si House DA-TI CLICK PE POZA</font></h2></marquee></a /><a href="profile.forum?mode=viewprofile&u=6">Sub Zero</a> , <a href="profile.forum?mode=viewprofile&u=29">cafinutza</a></span> <span class="gensmall"><br /><b>Moderatori:</b> </span></td></tr><tr><td class="row1" valign="middle" align="center" width="70" height="50"><img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" /> </td><td class="row1" width="100%" height="50"><p><span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=5">Religie si Filosofie<br /><font color="#ff6600"><font size="7"><strong><img hspace="0" src="https://2img.net/r/ihimizer/img397/7600/avatarreligie7jy.gif" align="baseline" border="0" /></strong><em><font color="#99ffff"><u>credintă</u></font></em> </font></font></a></span></p><p><span class="forumlink"><a href="profile.forum?mode=viewprofile&u=29">cafinutza</a> , <a href="profile.forum?mode=viewprofile&u=106">alexandru cel mare</a></span><span class="genmed"> </span><span class="gensmall"><br /><b>Moderatori:</b> </span></p></td></tr><tr><td class="row1" valign="middle" align="center" width="70" height="50"><img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" /> </td><td class="row1" width="100%" height="50"><p><span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=25">Casual sex<br /></a><a href="http://my.opera.com/Mondene/blog/"><img src="https://2img.net/r/ihimizer/img488/9863/avatarcasualsex7ot.jpg" /></a> <em><font color="#ffff00" size="7"><u>despre sex</u></font></em></span></p><p><span class="forumlink"></a /><a href="profile.forum?mode=viewprofile&u=29">cafinutza</a> , <a href="profile.forum?mode=viewprofile&u=84">Simona</a></span><span class="genmed"> </span><span class="gensmall"><br /><b>Moderatori:</b> </span></p></td></tr><tr><td class="row1" valign="middle" align="center" width="70" height="50"><img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" /> </td><td class="row1" width="100%" height="50"><p><span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=3">Literatura si Poezii<br /></a><a href="http://securitate-ro-ovidiu.realbb.net/index.forum"><img src="https://2img.net/r/ihimizer/img79/9609/gorogzita179ci.jpg" /></a> <em><font color="#00cc33" size="7"><u>literatură</u></font></em> </span></p><p><span class="forumlink"></a /><a href="profile.forum?mode=viewprofile&u=6">Sub Zero</a> , <a href="profile.forum?mode=viewprofile&u=29">cafinutza</a></span><span class="genmed"> </span><span class="gensmall"><br /><b>Moderatori:</b> </span></p></td></tr><tr><td class="spaceRow" colspan="5" height="1"><img height="1" src="https://2img.net/i/empty.gif" width="1" /></td></tr></tbody></table>
Ovidiu
Ovidiu
Forumember

Posts : 51
Reputation : 0
Language : Male

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by larme d'ange February 6th 2006, 7:29 pm

<table class="forumline" cellspacing="1" cellpadding="2" width="100%" border="0"><tbody><tr><th nowrap="true" colspan="2">Forum </th></tr><tr><td class="catHead" nowrap="true" colspan="2"><span class="cattitle">Café de paris </span></td></tr><tr><td class="row1" valign="middle" align="center" width="70" height="50"><img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" /></td><td class="row1" width="100%" height="50"><p><span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=4">Cafeneaua Ovidiu<br /></a><a href="http://www.irocknroll.com/Aerosmith.html"><img src="https://2img.net/r/ihimizer/img466/2438/avatarovidiu4gy.png" /></a> <a href="http://cafeneaua.3xforum.ro/"><img src="https://2img.net/r/ihimizer/img148/1421/kpanton0064qp.jpg" /> </a></span></p><p /><p><em><font color="#00ff00" size="7"><strong><font color="#ff0000"><font color="#ffff00"><font style="BACKGROUND-COLOR: #000000" color="#00ffff">Cafeneaua Ovidiu </font></font></font></strong></font></em></p></a /></td></tr><tr><td class="spaceRow" colspan="5" height="1"><img height="1" src="https://2img.net/i/empty.gif" width="1" /></td></tr></tbody></table><img height="5" src="https://2img.net/i/empty.gif" width="1" /> <table class="forumline" cellspacing="1" cellpadding="2" width="100%" border="0"><tbody><tr><td class="catHead" nowrap="true" colspan="2"><span class="cattitle">Sumar: Monica Barladeanu </span></td></tr><tr><td class="row1" valign="middle" align="center" width="70" height="50"><img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" /> </td><td class="row1" width="100%" height="50"><span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=19">Dean<br /></a><a href="http://www.monicadean.info/page.php?id=0"><img src="https://2img.net/r/ihimizer/img89/1240/avatarmb32ot.jpg" /></a><a href="http://playboy.com/arts-entertainment/wov/monicadean/index.html"><img src="https://2img.net/r/ihimizer/img95/121/avatarmb18oy.jpg" /></a><a href="http://www.monicadean.info/page.php?forum=1&cmd=post&id2=002004"><img src="https://2img.net/r/ihimizer/img91/1580/avatarmonicaba8vz.jpg" /></a><a href="http://playboy.com/arts-entertainment/wov/monicadean/index.html"><img src="https://2img.net/r/ihimizer/img85/6341/avatarmonicafrumoasa40nf.jpg" /></a> <marquee><h2><font color="#00ffff" size="4">INTERVIU CU MONICA BARLADEANU LA PLAYBOY USA Playboy.com: You debuted recently on Lost, which is a massive pop culture phenomenon. Do you think it will change your life professionally? Monica Dean: Everybody says as tempting. I'd have to save all the passion I'd put in a love scene for the right project, almost in the same way a woman saves all the passion and the power she has as a woman to give it to the right man. </font></h2></marquee></a /><br /></span></td></tr><tr><td class="row1" valign="middle" align="center" width="70" height="50"><img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" /> </td><td class="row1" width="100%" height="50"><p><span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=37">Nou venitii<br /></a><a href="http://www.cautari.ro/"><img src="https://2img.net/r/ihimizer/img295/2376/avatarnouvenitii19ja.jpg" /></a> <em><font color="#00ff00" size="7"><u>prezentare</u></font></em> </span></p><p><span class="forumlink"></a /><a href="profile.forum?mode=viewprofile&u=6">Sub Zero</a> , <a href="profile.forum?mode=viewprofile&u=14">pisicutza</a> , <a href="profile.forum?mode=viewprofile&u=29">cafinutza</a> , <a href="profile.forum?mode=viewprofile&u=100">nomeone</a></span> <span class="gensmall"><br /><b>Moderatori:</b> </span></p></td></tr><tr><td class="row1" valign="middle" align="center" width="70" height="50"><img src="https://2img.net/r/ihimizer/img454/1577/blue9it.gif" /> </td><td class="row1" width="100%" height="50"><span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=1">Monden si Barfe</a><br /><a href="http://www.netglimse.com/"><img src="https://2img.net/r/ihimizer/img297/4683/avatarmondenbarfe2kv.jpg" /></a> <em><font color="#ffff00" size="7"><u>vedete</u></font></em> </span> <span class="gensmall"><br /><b>Moderatori:</b> <a href="profile.forum?mode=viewprofile&u=6">Sub Zero</a> , <a href="profile.forum?mode=viewprofile&u=29">cafinutza</a></span> </td></tr><tr><td class="row1" valign="middle" align="center" width="70" height="50"><img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" /> </td><td class="row1" width="100%" height="50"><p><span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=9">Actualitatea<br /></a><a href="http://site.neogen.ro/securitate/"><img src="https://2img.net/r/ihimizer/img356/1020/avataractualitatea9rs.jpg" /></a> <em><font color="#ffffff" size="7"><u>actualitatea</u></font></em></span></p><p><span class="forumlink"></a /><a href="profile.forum?mode=viewprofile&u=6">Sub Zero</a> , <a href="profile.forum?mode=viewprofile&u=29">cafinutza</a> , <a href="profile.forum?mode=viewprofile&u=100">nomeone</a></span> <span class="gensmall"><br /><b>Moderatori:</b> </span></p></td></tr><tr><td class="row1" valign="middle" align="center" width="70" height="50"><img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" /> </td><td class="row1" width="100%" height="50"><span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=2">Muzica<br /></a><a href="http://tokiohotel.universal-pop.de/index2.php"><img src="https://2img.net/r/ihimizer/img361/1036/avatarmuzica6hv.jpg" /></a> <em><font color="#ff33cc" size="7"><u>muzică</u></font></em><marquee><h2><font color="#ffff00" size="4">Formatii de Rock : Tokio Hotel, Metallica, Deep Purple, Iris. Muzica Funk si House DA-TI CLICK PE POZA</font></h2></marquee></a /><a href="profile.forum?mode=viewprofile&u=6">Sub Zero</a> , <a href="profile.forum?mode=viewprofile&u=29">cafinutza</a></span> <span class="gensmall"><br /><b>Moderatori:</b> </span></td></tr><tr><td class="row1" valign="middle" align="center" width="70" height="50"><img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" /> </td><td class="row1" width="100%" height="50"><p><span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=5">Religie si Filosofie<br /><font color="#ff6600"><font size="7"><strong><img hspace="0" src="https://2img.net/r/ihimizer/img397/7600/avatarreligie7jy.gif" align="baseline" border="0" /></strong><em><font color="#99ffff"><u>credintă</u></font></em> </font></font></a></span></p><p><span class="forumlink"><a href="profile.forum?mode=viewprofile&u=29">cafinutza</a> , <a href="profile.forum?mode=viewprofile&u=106">alexandru cel mare</a></span><span class="genmed"> </span><span class="gensmall"><br /><b>Moderatori:</b> </span></p></td></tr><tr><td class="row1" valign="middle" align="center" width="70" height="50"><img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" /> </td><td class="row1" width="100%" height="50"><p><span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=25">Casual sex<br /></a><a href="http://my.opera.com/Mondene/blog/"><img src="https://2img.net/r/ihimizer/img488/9863/avatarcasualsex7ot.jpg" /></a> <em><font color="#ffff00" size="7"><u>despre sex</u></font></em></span></p><p><span class="forumlink"></a /><a href="profile.forum?mode=viewprofile&u=29">cafinutza</a> , <a href="profile.forum?mode=viewprofile&u=84">Simona</a></span><span class="genmed"> </span><span class="gensmall"><br /><b>Moderatori:</b> </span></p></td></tr><tr><td class="row1" valign="middle" align="center" width="70" height="50"><img src="https://2img.net/r/ihimizer/img454/3585/red3ht.gif" /> </td><td class="row1" width="100%" height="50"><p><span class="forumlink"><a class="forumlink" href="/viewforum.forum?f=3">Literatura si Poezii<br /></a><a href="http://securitate-ro-ovidiu.realbb.net/index.forum"><img src="https://2img.net/r/ihimizer/img79/9609/gorogzita179ci.jpg" /></a> <em><font color="#00cc33" size="7"><u>literatură</u></font></em> </span></p><p><span class="forumlink"></a /><a href="profile.forum?mode=viewprofile&u=6">Sub Zero</a> , <a href="profile.forum?mode=viewprofile&u=29">cafinutza</a></span><span class="genmed"> </span><span class="gensmall"><br /><b>Moderatori:</b> </span></p></td></tr><tr><td class="spaceRow" colspan="5" height="1"><img height="1" src="https://2img.net/i/empty.gif" width="1" /></td></tr></tbody></table>

Just replace it by https://2img.net/r/ihimizer/img454/3585/red3ht.gif

---------------
To the moderator::

Thanks now to delete Ovidiu's adress (portal and forum) for raison of rules 's board

edit Katt : Sorry, I didn't notice... Embarassed
the catgirl still needs some training...
I edited his post.
larme d'ange
larme d'ange
Forumember

Male Posts : 41
Reputation : 9
Language : french
Location : in the heart of my love

http://lda-creation.conceptbb.com/index.forum?c=14/

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by Ovidiu February 6th 2006, 8:45 pm

I was changing, and now all the buttons are red , is it ok ? but if there is not new messege it's remain on red always ?
Ovidiu
Ovidiu
Forumember

Posts : 51
Reputation : 0
Language : Male

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by larme d'ange February 6th 2006, 10:20 pm

This html, not php.

It's like an image of your forum, but it's impossible to have the true fonction of new posts or not new posts, for this, we should have acces to the Data Base of our board, but we don't.
larme d'ange
larme d'ange
Forumember

Male Posts : 41
Reputation : 9
Language : french
Location : in the heart of my love

http://lda-creation.conceptbb.com/index.forum?c=14/

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by Ovidiu February 7th 2006, 5:48 am

Dear Larme D'ange, THANK YOU VERY MUCH !

Have a good day!

Ovidiu.
Ovidiu
Ovidiu
Forumember

Posts : 51
Reputation : 0
Language : Male

Back to top Go down

portal+forum on the same page pls! Empty Re: portal+forum on the same page pls!

Post by Cornelia February 7th 2006, 6:04 am

Ovidiu, next time, when you want to add something, please use the portal+forum on the same page pls! Edit button at the top-right of your posts instead of multi-posting!

It's not the first time we warn you to avoid multi-posting

If it is not already done, I ask you to read the rules there : https://help.forumotion.com/viewtopic.forum?t=154


The answer is given and there is no more question, so I close this topic.

Katt
Cornelia
Cornelia
Hyperactive

Female Posts : 4763
Reputation : 173
Language : I'M NOT A TECHIE OR A MOD, SO QUIT SENDING ME PMS FOR TECHIE STUFF OR LOST PASSWORDS !!!
Location : Absent on weekends until camping season ends

http://ishimaru-design.servhome.org

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum