Style Switcher
Current time: 22-05-2012, 08:22 PM Hello There, Guest! (LoginRegister)


Post Reply 
 
Thread Rating:
  • 3 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Release] IVGEO_v2
20-11-2008, 06:20 PM
Post: #81
RE: [Release] IVGEO_v2
I like your flash banner. Smile

Good job with your forum.

One more thing, remember to edit headerinclude template and replace ivgeo meta tags with your own!
Visit this user's website Find all posts by this user
Quote this message in a reply
20-11-2008, 10:39 PM
Post: #82
RE: [Release] IVGEO_v2
(20-11-2008 06:20 PM)ivgeo Wrote:  One more thing, remember to edit headerinclude template and replace ivgeo meta tags with your own!

Ok.
Thank you
Find all posts by this user
Quote this message in a reply
21-11-2008, 01:52 PM
Post: #83
RE: [Release] IVGEO_v2
(16-11-2008 09:41 AM)ivgeo Wrote:  
(15-11-2008 09:03 PM)SVPro Wrote:  How set the portal.php become index page? mean go to http://www.site.com, will be transfer http://www.site.com/portal.php ?

Quote:How do I redirect domain.com/ to domain.com/index.php ?
Description of the problem:
You have a website with the name domain.com - and you want to redirect all incomming urls that are going to domain.com/ to domain.com/index.php
Solution

RewriteEngine On
RewriteBase /

RewriteCond %{REQUEST_URI} ^$
RewriteCond %{HTTP_HOST} ^domain.com$
RewriteRule ^$ http://domain.com/portal.php [L,R=301]

Original website
Oh thanks, but this is not....

I wish to change the portal as index page, mean http://www.mysite.com is portal, i dont' want use .htaccess to change the link, i want to use the link: http://www.mysite.com as portal. Do you understand? (Sorry for my bad english)
And i want change the index.php (forum) to become forum.php but have some problem to fix....
Find all posts by this user
Quote this message in a reply
21-11-2008, 03:50 PM
Post: #84
RE: [Release] IVGEO_v2
this is for you than
http://community.mybboard.net/thread-1268.html
Visit this user's website Find all posts by this user
Quote this message in a reply
22-11-2008, 11:46 PM
Post: #85
RE: [Release] IVGEO_v2
(21-11-2008 03:50 PM)ivgeo Wrote:  this is for you than
http://community.mybboard.net/thread-1268.html

Oh yeah, this is what I need (help me fix english if it is not correct grammar Ft)

Thank you and thank you Heart
Find all posts by this user
Quote this message in a reply
27-11-2008, 03:01 AM
Post: #86
RE: [Release] IVGEO_v2
It has great appeal!
Find all posts by this user
Quote this message in a reply
01-02-2009, 05:36 AM
Post: #87
RE: [Release] IVGEO_v2
Is there an admin cp theme for this? If not can someone make it?

Thanks,
Bubka3
Visit this user's website Find all posts by this user
Quote this message in a reply
01-02-2009, 01:03 PM
Post: #88
RE: [Release] IVGEO_v2
(01-02-2009 05:36 AM)bubka3 Wrote:  Is there an admin cp theme for this? If not can someone make it?

Not that I know of.

"Freedom is irrelevant. Resistance is futile." -- Borg Collective
Visit this user's website Find all posts by this user
Quote this message in a reply
21-02-2010, 08:25 AM (This post was last modified: 21-02-2010 08:44 AM by slonong_boy.)
Post: #89
RE: [Release] IVGEO_v2
i have a problem with my theme.. i used IVgeo v.2 theme...

the Redirect page is not perfect...

see it

[Image: 37371824.jpg]


the text in redirect page not in center allign...

anyone can solve it and give some advice?

plissss



Quote:i think the code is not problem... look this

Code:
<html>
<head>
<title>{$title}</title>
<meta http-equiv="refresh" content="2;URL={$url}" />
{$headerinclude}
</head>
<body>
<br />
<br />
<br />
<br />
<div style="margin: auto auto; width: {$lang->redirect_width}" align="center">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$title}</strong></td>
</tr>
<tr>
<td class="trow1" align="center"><p>{$message}</p></td>
</tr>
<tr>
<td class="trow2" align="center"><a href="{$url}"><span class="smalltext">{$lang->click_no_wait}</span></a></td>
</tr>
<tr>
<td class="trow1" align="center"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/spinner.gif" alt="loading"  /></td>
</tr>
</table>
</div>
</body>
</html>

help me Smile
Find all posts by this user
Quote this message in a reply
22-02-2010, 02:29 PM
Post: #90
RE: [Release] IVGEO_v2
You could add this to the div where you want your text aligned
Code:
style="text-align: center;"

(21-02-2010 08:25 AM)slonong_boy Wrote:  i have a problem with my theme.. i used IVgeo v.2 theme...

the Redirect page is not perfect...

see it

the text in redirect page not in center allign...

anyone can solve it and give some advice?

plissss



Quote:i think the code is not problem... look this

Code:
<html>
<head>
<title>{$title}</title>
<meta http-equiv="refresh" content="2;URL={$url}" />
{$headerinclude}
</head>
<body>
<br />
<br />
<br />
<br />
<div style="margin: auto auto; width: {$lang->redirect_width}" align="center">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>{$title}</strong></td>
</tr>
<tr>
<td class="trow1" align="center"><p>{$message}</p></td>
</tr>
<tr>
<td class="trow2" align="center"><a href="{$url}"><span class="smalltext">{$lang->click_no_wait}</span></a></td>
</tr>
<tr>
<td class="trow1" align="center"><img src="{$mybb->settings['bburl']}/{$theme['imgdir']}/spinner.gif" alt="loading"  /></td>
</tr>
</table>
</div>
</body>
</html>

help me Smile

"Freedom is irrelevant. Resistance is futile." -- Borg Collective
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


 Quick Theme: