91
script_fu
Re: Extgallery <{if $xoops_isadmin}> [gallery]299[/gallery] Tag Is still shown to anonymous

You guys missed read my post above. lol
I said above that the gallery tags are working! That means I all ready un commented them.

The problem is...


When you log out of the site the <{if $xoops_isadmin}> is not working correctly. Anonymous can still see the gallery tags. It makes the site very unprofessional.



92
script_fu
Extgallery <{if $xoops_isadmin}> [gallery]299[/gallery] Tag Is still shown to anonymous

I have extgallery set up and work flawless. The module is a dream to use. However there is one issue thats driving me nuts.

I un commented the hook hack in extgallery_public-album.html

<!-- Start Displaying Hook code -->
<!--            <{if 
$xoops_isadmin}>
<
div><input type="text" value='[gallery title="<{$photos[photo].photo_desc}>"]<{$photos[photo].photo_id}>[/gallery]' /></div>
                <{/if}>
    -->
<!-- 
End Displaying Hook code -->


So now the gallery tags are showing and working fine.

The problem is the gallery tags are shown to all users.
The <{if $xoops_isadmin}> is not working. Does anyone have any idea how to fix this issue?



93
script_fu
Re: EXTGallery Not Showing pics

The fold permissions are set to read only. This needs to be changed for extgallery to work.

You will half to contact your hosting company. If you have access to the folder on your computer. All you do is right click the folder then left click properties. Un check the read only box and save.



94
script_fu
Re: Zetagenesis theme issue. Css problem with custom blocks, and Cbb 308

Bump



95
script_fu
Re: Zetagenesis theme issue. Css problem with custom blocks, and Cbb 308

Quote:

kris_fr wrote:
Hi,

My center custom block breaks the zeta theme. -->
#xo-canvas-leftcolumn .xo-block {max-width:170px !important;}



Kris im not following you on this one? What does max-width half to do with a height problem? I do not have a width problem.

Quote:

I cannot find the right line in the css to fix this problem. --> ??

See how light the pop up calendar is. The pop up color is set to #999999 or 999999 or 999. --> page source code ??

@++


Yep I already solved this in the post above. Thanks for the help on it.

-----

Can you answer the newbb/cbb problem Kris? I dont want to hack the style sheet. I want to do this the correct way in which we all learn how to use zeta.

-----

nmshah: Thank you for the post but we really need to fix this bug in zeta.
-----

So kris where does the color for all the odd and evens go.
Zeta works fine when in the forums and posts. The issue is on the main page of "cbb". It just a "white page" with "no color, borders or nothing to define the categories".

This is what needs to be fixed in zeta!!! No hacks...

Please look at the cbb picture up top again. As you can clearly see there is no lines to define the categories.



96
script_fu
Re: Zetagenesis theme issue. Css problem with custom blocks, and Cbb 308

Someone want to explain how to set the old css in zeta?

.outer {border: 1px solid #c0c0c0;}
.head {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
.even {background-color: #dee3e7; padding: 5px;}
.odd {background-color: #E9E9E9; padding: 5px;}
.foot {background-color: #c2cdd6; padding: 5px; font-weight: bold;}
tr.even td {background-color: #dee3e7; padding: 5px;}
tr.odd td {background-color: #E9E9E9; padding: 5px;}

Thats the old above...

I think this is the new zeta below for cbb and other things...

table.outer .head,
table.outer .head td,
table.outer td.odd,
#xo-page table.xodata-list tbody th,
#xo-page table.xodata-list tbody td.odd,
#xo-page table.xo-formfields tbody th {
background-color: #f4f4f6;
color: inherit;
}

My only problem is I cannot get it to work.

-----

I have searched these forums sideways backwards and every other way I can think of for the answer.

Here is one question... Why is the colors missing from zeta in the first place?



97
script_fu
Re: Zetagenesis theme issue. Css problem with custom blocks, and Cbb 308

The Zeta style.css

body {
color: #999;
}

This in fact did change the font color in piCal's pop up. Cache issue on my part.

Now if I could get to the right place to adjust the old (odd & even) of XOOPS default in zeta it would solve the newbb/cbb issue.



98
script_fu
Re: Zetagenesis theme issue. Css problem with custom blocks, and Cbb 308

I wanted to add this issue as well...

www.maxcake.com/zeta_pical.png

See how light the pop up calendar is. The pop up color is set to #999999 or 999999 or 999.

There is only one place in zeta css files with a 999. When I change it to 000 or anthing else nothing happens.

Anyone know how to solve these three issues?



99
script_fu
Re: Busy designer needs prefab xoops package. Content , data & modules preinstalled into xoops packa

I set up a test site and added to the

/modules/newbb/language/english/modinfo.php

Like this

// FOR installation
define("_MI_NEWBB_INSTALL_CAT_TITLE""Category Test");
define("_MI_NEWBB_INSTALL_CAT_DESC""Category for test.");
define("_MI_NEWBB_INSTALL_FORUM_NAME""Forum Test");
define("_MI_NEWBB_INSTALL_FORUM_DESC""Forum for test.");
define("_MI_NEWBB_INSTALL_POST_SUBJECT""Congratulations! The forum is working.");
define("_MI_NEWBB_INSTALL_POST_TEXT""
    Welcome to "
.(htmlspecialchars($GLOBALS["xoopsConfig"]['sitename'], ENT_QUOTES))." forum.
    Feel free to register and login to start your topics.
    
    If you have any question concerning CBB usage, plz visit your local support site or <a href="
http://xoopsforge.com/modules/newbb/" target="_blank">CBB Module Site</a>.
    
"); 


// FOR installation
define("
_MI_NEWBB_INSTALL_CAT_TITLE", "Category Test 1");
define("
_MI_NEWBB_INSTALL_CAT_DESC", "Category for test 1.");
define("
_MI_NEWBB_INSTALL_FORUM_NAME", "Forum Test 1");
define("
_MI_NEWBB_INSTALL_FORUM_DESC", "Forum for test 1.");
define("
_MI_NEWBB_INSTALL_POST_SUBJECT", "CongratulationsThe forum is working 1.");
define("
_MI_NEWBB_INSTALL_POST_TEXT", "
    
Welcome to ".(htmlspecialchars($GLOBALS["xoopsConfig"]['sitename'], ENT_QUOTES))." forum.
    
Feel free to register and login to start your topics 1.
    
    
If you have any question concerning CBB usageplz visit your local support site or <a href="http://xoopsforge.com/modules/newbb/" target="_blank">CBB Module Site 1</a>.
    
");


So I changed the data by a adding a 1 to the content inserted. Didn't work when I installed it. The cbb module did install but no second cat, forum or content.

How would you mod this code?

-----
On another note you can change all the preloaded words on the install of xoops.

install/makedata.php

I wonder if this is a file I will need to modify in order for the cbb module to be installed from the start.

I think I only need one example and I will be good to go...



100
script_fu
Re: Busy designer needs prefab xoops package. Content , data & modules preinstalled into xoops packa

So how would this code look if I added more Categorys to it?

Say I want to add three cats with three forums with three post in each forum.

Can this be done?




TopTop
« 1 ... 7 8 9 (10) 11 12 13 ... 133 »



Login

Who's Online

208 user(s) are online (137 user(s) are browsing Support Forums)


Members: 0


Guests: 208


more...

Donat-O-Meter

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

Latest GitHub Commits