A Forum Problem or 10 templates problem ?

muqti

New Member
See this

News & Events. - em0nx

i have checked everything possible but images are not coming in view thread

new thread , view profile and i can just view images on home


what should i do please help me urgently or else all the visitors will run away!
 

Satioz

New Member
Did you have placed the images in this map on your ftp:
Code:
http://emonx.com/forum/news-events/styles/ambient/
Maybe will help this your problem
 

Mr. C

New Member
Did you just decide to import the XML file? You need to upload the folder to your Images or Forum Root thing. Use the Readme to figure out what to do.
 

muqti

New Member
i wrote on title

every template has a problem even i added a new one now have a problem

all the templates were working fine it happend today only!
 

dutchwii

New Member
where did you uploaded the image folders of these styles? did you upload them in the root like
Code:
www.domain.com/stylename
or
Code:
www.domain.com/images/stylename

Code:
http://yourdomain/forum/images/bluesaint/misc/logo.gif
must be
Code:
http://yourdomain/forum/bluesaint/misc/logo.gif
 

moiz615

New Member
i saw ur forum it looks ugly when the post list page images dont display a ripper like hoxxy can help it out
 

Hoxxy

New Member
You have resently installed an seo mod havent you, make sure you have edited the .htaccess file correctly.
 

muqti

New Member
my Htaccess

Code:
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www\.emonx.com\.com
#RewriteRule (.*) http://www.emonx.com.com/forum/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
 

Hoxxy

New Member
Code:
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On

# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums/)
#RewriteBase /

#RewriteCond %{HTTP_HOST} !^www\.emonx[color=Red].com\.com[/color]
#RewriteRule (.*) http://www.emonx[color=red].com.com/[/color]forum/$1 [L,R=301]

RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] 

RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
 
Top