891
iHackCode
Re: My pages are not reloading...

i think this will solve the problem.

edit the theme.html file for that theme

this area.
<meta name="generator" content="XOOPS" />
<
title><{$xoops_sitename}> - <{$xoops_pagetitle}></title>
<
link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />

<
script type="text/javascript">
<!--
<{
$xoops_js}>
//-->
</script>


and change it to:
<meta name="generator" content="XOOPS" />
<
title><{$xoops_sitename}> - <{$xoops_pagetitle}></title>
<
link href="<{$xoops_url}>/favicon.ico" rel="SHORTCUT ICON" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_url}>/xoops.css" />
<
link rel="stylesheet" type="text/css" media="all" href="<{$xoops_themecss}>" />
<{
$xoops_module_header}>
<
script type="text/javascript">
<!--
<{
$xoops_js}>
//-->
</script>


What i did above: added <{$xoops_module_header}>


then. update the theme file. so XOOPS is not using a cached version.
--
system Admin. Preferences.. Update module template .html files from themes/ (change it to yes)
-And change it back to No . later.

=im not good at explaining that part.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



892
iHackCode
Re: Powered by XOOPS 2.0...

im usin XOOPS 2.0.13 and the XOOPS version is in the admin section on the bottom. XOOPS 2.2 should also have it there.

and for the question u had earlier. it would be in that admin section. Preferences-- Meta Tags And Footer.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



893
iHackCode
Re: when you lock your forums....(turn off site)

Administration Control Panel-» System Admin -» Templates (Template Set Manager) -» Name Of Template Set -» System . the "List" Link-» system_siteclosed.html

You Will Have To Create (Clone) A Template Set To Edit The File
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



894
iHackCode
Re: Who's online gone

are you using a custom template set?


my "system_block_online.html" data looks like this
<{$block.online_total}><br /><br /><{$block.lang_members}>: <{$block.online_members}><br /><{$block.lang_guests}>: <{$block.online_guests}><br /><br /><{$block.online_names}> <a href="javascript:openWithSelfMain('<{$xoops_url}>/misc.php?action=showpopups&amp;type=online','Online',420,350);"><{$block.lang_more}></a>


im using XOOPS 2.0.13
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



895
iHackCode
Re: Making a Link

it looks like it is using some CSS.

im not good with this stuff but. here is what u should do.

Edit. style.css that came with the theme
Replace
#accueil {position: absolute; left: 286px; top: 207px; width: 51px; height: 19px;}
#forum {position: absolute; left: 388px; top: 206px; width: 51px; height: 19px}
#annuaire {position: absolute; left: 339px; top: 206px; width: 51px; height: 19px}
#contact {position: absolute; left: 451px; top: 206px; width: 51px; height: 19px}

withL
#home {position: absolute; left: 158px; top: 206px; width: 47px; height: 19px;}
#abou {position: absolute; left: 208px; top: 206px; width: 62px; height: 19px;}
#sell {position: absolute; left: 273px; top: 206px; width: 88px; height: 19px;}
#ourb {position: absolute; left: 364px; top: 206px; width: 66px; height: 19px;}
#faqb {position: absolute; left: 433px; top: 206px; width: 36px; height: 19px;}
#foru {position: absolute; left: 472px; top: 206px; width: 45px; height: 19px;}
#memb {position: absolute; left: 520px; top: 206px; width: 62px; height: 19px;}
#cont {position: absolute; left: 584px; top: 206px; width: 58px; height: 19px;}


and in the theme.html file Replace
<div id="header">        
        <
a  id="accueil" href="<{$xoops_url}>" ></A>
        <
a  id="annuaire" href="<{$xoops_url}>/modules/mylinks/"></A>
        <
a  id="forum" href="<{$xoops_url}>/modules/newbb/" ></A>
        <
a  id="contact" href="<{$xoops_url}>/modules/contact/"></A></div>

With:
<div id="header">        
        <
a id="home" href="<{$xoops_url}>"></A>
        <
a id="abou" href="<{$xoops_url}>/about"></A>
        <
a id="sell" href="<{$xoops_url}>/sell"></A>
        <
a id="ourb" href="<{$xoops_url}>/our"></A>
        <
a id="faqb" href="<{$xoops_url}>/faq"></A>
        <
a id="foru" href="<{$xoops_url}>/modules/newbb/"></A>
        <
a id="memb" href="<{$xoops_url}>/members"></A>
        <
a id="cont" href="<{$xoops_url}>/modules/contact/"></A></div>


yea i know. i name things weird. hope that helps. . edit the links and i think some of those rectangles are off a pixel or two
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



896
iHackCode
Re: Theme issue

try the xmbluext/rodape.htm file
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



897
iHackCode
Re: Making a Link

i dont know your experience so. here is the html code to that will do the equivilent of what i did above with 'Xoops Code' since, html is disabled in the boards and it wouldnt show up.


<a href="https://xoops.org" target="_self"><img src="https://xoops.org/themes/xooriginal/logo.jpg"/></a>


"https://xoops.org" is where the person will go when they click the image "https://xoops.org/themes/xooriginal/logo.jpg", and target="_self" will make it open in ur current window but will usually do the same thing if not included.

http://www.w3schools.com has info on html tags and such. its a good place to look up tags.

and my above post i used:

Resized Image
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



898
iHackCode
Re: Making a Link

are you talking about

something like this?

Resized Image
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



899
iHackCode
Re: Is it a template issue ?

i see that u are talking about the login at the top right.

looking at the files i now suggest that you edit the "theme_login.html" file from the theme

<input type="hidden" name="xoops_redirect" value="/x2013/" />

Should Be changed To

<input type="hidden" name="xoops_redirect" value="<{$xoops_requesturi}>" />
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧



900
iHackCode
Re: demo

This Is A Good Place To Check Out.
www.opensourcecms.com
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧




TopTop
« 1 ... 87 88 89 (90) 91 92 93 »



Login

Who's Online

195 user(s) are online (116 user(s) are browsing Support Forums)


Members: 0


Guests: 195


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits