21
zimmi88
Re: Multisite HACK for 2.2.3 Final
  • 2006/8/19 7:06

  • zimmi88

  • Just popping in

  • Posts: 57

  • Since: 2005/3/9 1


The only contrasting file between Multisite 2.2.3 and the upgrade from 2.2.3a to 2.2.4 is kernel/profilefield.php. I'm finishing up a crosscheck right now between the files in 2.2.3, 2.2.4, and Multisite. As far as I can see, there are three lines that need to be edited for compatibility.

I'll finish the crosscheck up and see if I can find someplace to put the file up at tomorrow. When I have it up and I have thouroughly tested it for blatent errors, I'll let ya all know.

-zimmi88 =)
"Need coffee, keep away..."



22
zimmi88
Re: Problems after setting up Google Analytics, My site appears to only show in HTML. Please help!!
  • 2006/8/19 5:42

  • zimmi88

  • Just popping in

  • Posts: 57

  • Since: 2005/3/9 1


Hmmm... looks like your site is displaying the smarty variables rather than printing the content in place of the smarty vars.

Personally, I've deployed Google Analytics on my network and I've had no problems with it. Did you put the code provided just before the </body> tag? Check your theme file for errors.

Also, set the system preference you described to "No" and see if that changes anything.

If you're still having problems, feel free to post back for more assistance. Good luck with your site!
-zimmi88 =)

EDIT:
-----
Oooooohhhhh... just looked at the source output... for the smarty vars, it's using lt and gt (left incomplete so the text renders correctly) tags when it should be using < and >, respectively. Try finding & replacing the "&" tags with < and >.
"Need coffee, keep away..."



23
zimmi88
Re: Is Xoops the right choice for me ?
  • 2006/8/19 1:48

  • zimmi88

  • Just popping in

  • Posts: 57

  • Since: 2005/3/9 1


A layout like this is definetly achievable in Xoops. The best way to go to manage a layout similar to this would be to use themes. The great thing about XOOPS Themes is that they only require a basic knowledge of HTML! The theme acts as your frame with "placeholders" for content added in (These "placeholders" are more commonly referred to as Smarty Variables). Then, you manage what fills those placeholders using the online Admin interface.

Xoops is quite flexable to handle most needs for websites. However, a better gauge as to whether XOOPS is right for you would be the modules. Browse the Module Repository for some modules so you can start getting some ideas as to what you can put on your site and how you'd like to organize it.

If you need more assistance, feel free to reply back. Xoops.org is filled with webmasters, users, and developers that are always more than happy to help out!

Well, I hope this helps. Good luck with your site!
-zimmi88 =)
"Need coffee, keep away..."



24
zimmi88
Re: User registration fails intermittently
  • 2006/8/19 1:15

  • zimmi88

  • Just popping in

  • Posts: 57

  • Since: 2005/3/9 1


Hmmmm... I think I remember seeing a post like this somewhere else on the forums.... I'll see if I can do some digging and post back.

In the meantime, it might be a MySQL error. Try repairing the table using a MySQL Database Management program, like PHPMyAdmin. Remember to back up your table before performing this operation, though!

Also, just so ya know, the latest version in the 2.2 branch is 2.2.4. Try upgrading your system to that version as well.

Reparing it manually... hmmm... an active user should have a level assigned to them besides 0, I believe. You could try adjusting the number of posts and their assigned level, as well as date joined. Try using Xoops' "Activate User" interface as well.

Well, if I find that post, I'll respond back to let ya know.
Good luck with your site!
-zimmi88 =)


EDIT:
Well, I wasn't able to find that specific post, but here's a recent post with a date problem similar to yours.
https://xoops.org/modules/newbb/viewtopic.php?topic_id=52152&forum=20&post_id=231902#forumpost231902
"Need coffee, keep away..."



25
zimmi88
Re: 2 years of trying
  • 2006/6/21 1:40

  • zimmi88

  • Just popping in

  • Posts: 57

  • Since: 2005/3/9 1


When you unzip the folder, you probably will see three folders:

/docs
/extra
/html

All the files that are listed within the tutorial are within the /html folder. This is the folder that contains all the core files and directories.

The /docs folder contains documents and help files for Xoops, including an installation guide and change log. The /extras folder should contain... well... extras (sorry, I haven't really explored that folder much...).

I hope things turn out well with your site. Once you install the files on your server, the admin interface is pretty simple to get and you'll be able to get your site live fairly quickly.

And if you run in to any problems, post back! Everybody here seems pretty willing to help out.

Sorry, this post turned out to be a little longer than I anticipated... good luck!
-zimmi88 =)
"Need coffee, keep away..."



26
zimmi88
Re: Templates Showing Differently In IE/FF
  • 2005/12/6 4:59

  • zimmi88

  • Just popping in

  • Posts: 57

  • Since: 2005/3/9 1


Thanks very much for the offer. I definetly could use the help.

I recently discovered too that the two browsers handle the div tag differently. I guess the deal is that IE automatically for some reason adds a break after the div content.

So... I've tried putting together some javascript that detects the browser and gives out slightly different content depending on what browser is being used. It works okay, but there are some bugs with it. The order of the tabs switch around between Firefox and IE, the avatar page is a little bugged in IE, and I have no clue how to fix the bug in the pm_readpmsg template, seeing there are no div tags, but, rather, it's a table.

Images:

pm_readpmsg Page in Firefox and IE, respectivly:
<a href="http://img202.imageshack.us/my.php?image=ffreadpmsgscnsht4xp.gif" target="_blank"><img src="http://img202.imageshack.us/img202/3029/ffreadpmsgscnsht4xp.th.gif" border="0" /></a>
<a href="http://img202.imageshack.us/my.php?image=iereadpmsgscnsht7fx.gif" target="_blank"><img src="http://img202.imageshack.us/img202/539/iereadpmsgscnsht7fx.th.gif" border="0" /></a>

Avatar Page in Firefox and IE, respectivly:
<a href="http://img202.imageshack.us/my.php?image=ffprofileavatarscnsht1zt.gif" target="_blank"><img src="http://img202.imageshack.us/img202/9841/ffprofileavatarscnsht1zt.th.gif" border="0" /></a>
<a href="http://img202.imageshack.us/my.php?image=ieprofileavatarscnsht4gq.gif" target="_blank"><img src="http://img202.imageshack.us/img202/2290/ieprofileavatarscnsht4gq.th.gif" border="0" /></a>


Thanks very much again for offering to help. I'll send you a PM with the URL for the files.
-zimmi88 =)
"Need coffee, keep away..."



27
zimmi88
Re: creating a registered user only page in module
  • 2005/11/27 18:17

  • zimmi88

  • Just popping in

  • Posts: 57

  • Since: 2005/3/9 1


First, check within the module's permissions to check and make sure the ability to limit access to pages isn't already there.

You could try something with the tag [{$xoops_isuser}] (with arrow symbols instead of brackets). If you have access to the template that represents the page you want to limit access to, try adding in a structure like...

<{if $xoops_isuser}>
DRAW OUT PAGE CONTENT
<{else}>
REDIRECT THE USER
<{/if}>


Good luck with your site!
-zimmi88 =)
"Need coffee, keep away..."



28
zimmi88
Re: Templates Showing Differently In IE/FF
  • 2005/11/27 5:56

  • zimmi88

  • Just popping in

  • Posts: 57

  • Since: 2005/3/9 1


Thanks very much for your offer. I put together a zip file with all the editations I've made. I'm sending you via PM the URL to download it at. Thanks again!
-zimmi88 =)

EDIT:
Here, also, is the little snippet for the tabs and my CSS info...

<div align="right">
    <{if 
$op == "out"}>
<
a href="viewpmsg.php?op=in" onmouseover="document.inbox_img.src='images/inbox_on.png'" onmouseout="document.inbox_img.src='images/inbox_off.png'"><img name="inbox_img" src="images/inbox_off.png"></a><img name="outbox_img" src="images/outbox_on.png"><a href="viewpmsg.php?op=save" onmouseover="document.saved_img.src='images/saved_on.png'" onmouseout="document.saved_img.src='images/saved_off.png'"><img name="saved_img" src="images/saved_off.png"></a><a href="#" onmouseover="document.sendnew_img.src='images/sendnew_on.png'" onmouseout="document.sendnew_img.src='images/sendnew_off.png'" onclick="javascript:openWithSelfMain('****/modules/pm/pmlite.php?send=1','pmlite',550,450)"><img name="sendnew_img" src="images/sendnew_off.png"></a>
    <{elseif 
$op == "save"}>
<
a href="viewpmsg.php?op=in" onmouseover="document.inbox_img.src='images/inbox_on.png'" onmouseout="document.inbox_img.src='images/inbox_off.png'"><img name="inbox_img" src="images/inbox_off.png"></a><a href="viewpmsg.php?op=out" onmouseover="document.outbox_img.src='images/outbox_on.png'" onmouseout="document.outbox_img.src='images/outbox_off.png'"><img name="outbox_img" src="images/outbox_off.png"></a><img name="saved_img" src="images/saved_on.png"><a href="#" onmouseover="document.sendnew_img.src='images/sendnew_on.png'" onmouseout="document.sendnew_img.src='images/sendnew_off.png'" onclick="javascript:openWithSelfMain('****/modules/pm/pmlite.php?send=1','pmlite',550,450)"><img name="sendnew_img" src="images/sendnew_off.png"></a>
    <{elseif 
$op == "in"}>
<
img name="inbox_img" src="images/inbox_on.png"><a href="viewpmsg.php?op=out" onmouseover="document.outbox_img.src='images/outbox_on.png'" onmouseout="document.outbox_img.src='images/outbox_off.png'"><img name="outbox_img" src="images/outbox_off.png"></a><a href="viewpmsg.php?op=save" onmouseover="document.saved_img.src='images/saved_on.png'" onmouseout="document.saved_img.src='images/saved_off.png'"><img name="saved_img" src="images/saved_off.png"></a><a href="#" onmouseover="document.sendnew_img.src='images/sendnew_on.png'" onmouseout="document.sendnew_img.src='images/sendnew_off.png'" onclick="javascript:openWithSelfMain('****/modules/pm/pmlite.php?send=1','pmlite',550,450)"><img name="sendnew_img" src="images/sendnew_off.png"></a>
    <{/if}>
</
div>


body {colorblackbackgroundwhitemargin0padding0;}

table {width100%; margin5padding5font-sizesmall}
table td {padding0border-width0vertical-aligntopfont-familyVerdanaArialHelveticasans-serif;}

{color#666666; text-decoration: none; font-weight: bold; background-color: transparent;}
a:hover {color#ff0000;}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
ul margin2pxpadding2px; list-styledecimal insidetext-alignleft;}
li margin-left2px; list-stylesquare insidecolor#2F5376}

input.formButton {}

.
item {border1px solid #cccccc;}
.itemHead {padding3pxbackground-color#2F5376; color: #FFFFFF;}
.itemInfo {text-alignrightpadding3pxbackground-color#efefef}
.itemTitle a {font-size130%; font-weightboldfont-variantsmall-capscolor#ffffff; background-color: transparent;}
.itemPoster {font-size90%; font-style:italic;}
.
itemPostDate {font-size90%; font-style:italic;}
.
itemStats {font-size90%; font-style:italic;}
.
itemBody {padding-left5px;}
.
itemText {margin-top5pxmargin-bottom5pxline-height1.5em;}
.
itemText:first-letter {font-size133%; font-weightbold;}
.
itemFoot {text-alignrightpadding3pxbackground-color#efefef}
.itemAdminLink {font-size90%;}
.
itemPermaLink {font-size90%;}


td#PM_folder_tab {text-align:right;}
td#PM_tabshell_left_on {text-align:right;}
td#PM_tabshell_fill_on {background-image: url(http://****/modules/pm/images/shellfill_on.png); font-size:12px; padding:0px; text-align:center; margin-left:0px;}

div#PROFILE_edit_tab {width:96%; text-align:right; font-size:2px;}

td#TAB_emptycell {font-size:2px; padding: 0px 0px 0px 0px;}
td#TAB_filledcell {font-size:2px; padding: 0px 0px 0px 0px; text-align:right;}

td#STORYBLOCK_left {text-align:left; text-color:#FFFFFF; width:330px; height:300px; background-image: url(http://****/storyblock_files/story_template.png);}
td#STORYBLOCK_right {text-align:right; text-color:#FFFFFF; width:150px; height:300px; background-image: url(http://****/storyblock_files/sidebar.png);}


th {background-color#2F5376; color: #FFFFFF; padding : 2px; vertical-align : middle; font-family: Verdana, Arial, Helvetica, sans-serif;}

td#headerlogo {background-image: url(star_tile.gif); width: 270px; font-size:2px; padding: 0px 0px 0px 0px;}
td#headerbanner {background-image: url(star_tile.gif); vertical-align: middle; text-align: center;}
td#headerbar {background-image: url(hbar_top.gif);}
td#headermodlogo {background-image: url(star_tile.gif); vertical-align: bottom; text-align: right; font-size:2px; padding: 0px 0px 0px 0px;}

td#leftcol_header {background-color: #E60000; font-size: 2px; vertical-align: bottom; width: 15%;}
td#mynav_topcorners {background-color: #E60000; font-size: 2px; padding: 0px 0px 0px 0px; width: 30px;}
td#mynav_top {background-image: url(mynav_top.png); font-size:2px; padding: 0px 0px 0px 0px;}
td#mynav_left {background-image: url(mynav_tileleft.png); font-size:2px; padding: 0px 0px 0px 0px; width: 30px;}
td#mynav {background-image: url(mynav_bg.png); padding: 0px 0px 0px 0px; color:#FFFFFF;}
td#mynav_right {background-image: url(mynav_tileright.png); font-size:2px; padding: 0px 0px 0px 0px; width: 30px;}
td#quikhelp {background-image: url(mynav_bg.png); text-align: right; padding: 0px 0px 0px 0px; font-size: 2px;}
td#rightcol_header {background-color: #E60000; font-size: 2px; text-align: right; vertical-align: bottom; width: 15%;}

td#blockheaderlogo {font-size:2px;}

td#leftcolumn {width: 15%; font-size:12px;}
td#leftcolumn th {background-color: #2F5376; color: #FFFFFF; vertical-align: middle;}
td#leftcolumn div.blockTitle {padding: 3px; background-color: #dddddd; color: #639ACE; font-weight: bold;}
td#leftcolumn div.blockContent {line-height: 120%; line-height: 120%;}


td#centercolumn {font-size: 12px; border-left: 3px solid #E60000; border-right: 3px solid #E60000;}

td#centercolumn th {background-color: #2F5376; color: #FFFFFF; vertical-align: middle;}
td#centerCcolumn {padding: 0px 3px 1px 3px;}
td#centerCcolumn legend.blockTitle {padding: 3px; color: #639ACE; font-weight: bold; margin-top: 0px; margin-right: 0px;  margin-left: 0px;}
td#centerCcolumn div.blockContent {margin-right: 0px;  margin-left: 0px; margin-bottom: 0px; line-height: 120%;}

td#centerLcolumn {width: 50%; padding: 0px 3px 0px 0px;}
td#centerLcolumn legend.blockTitle {padding: 3px; color: #639ACE; font-weight: bold; margin-top: 0px;}
td#centerLcolumn div.blockContent {border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 1px solid #dddddd; padding: 3px; margin-left: 3px; margin-right: 2px; margin-bottom: 2px; line-height: 120%;}

td#centerRcolumn {width: 50%; padding: 0px 3px 0px 0px;}
td#centerRcolumn legend.blockTitle {padding: 3px; color: #639ACE; font-weight: bold; margin-top: 0px;}
td#centerRcolumn div.blockContent {border-left: 1px solid #cccccc; border-right: 1px solid #cccccc; border-bottom: 1px solid #dddddd; padding: 3px; margin-left: 2px; margin-right: 3px; margin-bottom: 2px; line-height: 120%;}

div#content {text-align: left; padding: 8px;}

td#rightcolumn {width: 15%; font-size:12px;}
td#rightcolumn th {background-color: #2F5376; color: #FFFFFF; vertical-align: middle;}
td#rightcolumn div.blockTitle {padding: 3px; background-color: #dddddd; color: #639ACE; font-weight: bold;}
td#rightcolumn div.blockContent {line-height: 120%;}

td#homepage_topbox_gradient {width: 60px; background-image: url(homepage_topbox_gradient.png);}
td#homepage_topbox_headers {background-image: url(bigbg.png);}

tr#footerbar {background-image: url(hbar_bottom.gif); height: 23px;}

td#logohrbar {text-align: left; background-image: url(hbar_logo.gif);}
td#logohrlogo {text-align: right; background-image: url(hbar_logo.gif);}

td#mainmenu a {background-color: #e6e6e6; display: block; margin: 0; padding: 4px;}
td#mainmenu a:hover {background-color: #ffffff;}
td#mainmenu a.menuTop {padding-left: 3px; border-top: 1px solid silver; border-right: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid silver;}
td#mainmenu a.menuMain {padding-left: 3px; border-right: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid silver;}
td#mainmenu a.menuSub {padding-left: 9px; border-right: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid silver;}

td#usermenu a {background-color: #e6e6e6; display: block; margin: 0; padding: 4px; border-right: 1px solid #666666; border-bottom: 1px solid #666666; border-left: 1px solid silver;}
td#usermenu a:hover {background-color: #ffffff;}
td#usermenu a.menuTop {border-top: 1px solid silver;}
td#usermenu a.highlight {background-color: #fcc;}


/* color -- dropdown menu for Forum */
div.dropdown adiv.dropdown .menubar a{
    
color:#FFF;
}

div.dropdown .menudiv.dropdown .menubardiv.dropdown .itemdiv.dropdown .separator{
    
background-color#436792; /* same color set as in your theme/style.ss .th{} is recommended */
    
color:#FFF;
}

div.dropdown .separator{
    
border1px inset #e0e0e0;
}

div.dropdown .menu a:hoverdiv.dropdown .userbar a:hover{
    
color#333;
}
/* color - end */


.outer {border1px solid silver;}
.
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;}

div.errorMsg background-color#FFCCCC; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.confirmMsg background-color#DDFFDF; color: #136C99; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.resultMsg background-color #CCCCCC; color: #333333; text-align: center; border-top: 1px solid silver; border-left: 1px solid silver; font-weight: bold; border-right: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px;}

div.xoopsCode background#FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}
div.xoopsQuote background#FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}


.comTitle {font-weightboldmargin-bottom2px;}
.
comText {padding2px;}
.
comUserStat {font-size10pxcolor#2F5376; font-weight:bold; border: 1px solid silver; background-color: #ffffff; margin: 2px; padding: 2px;}
.comUserStatCaption {font-weightnormal;}
.
comUserStatus {margin-left2pxmargin-top10pxcolor#2F5376; font-weight:bold; font-size: 10px;}
.comUserRank {margin2px;}
.
comUserRankText {font-size10px;font-weight:bold;}
.
comUserRankImg {border0;}
.
comUserName {}
.
comUserImg {margin2px;}
.
comDate {font-weightnormalfont-styleitalicfont-sizesmaller}
.
comDateCaption {font-weightboldfont-stylenormal;}
"Need coffee, keep away..."



29
zimmi88
Templates Showing Differently In IE/FF
  • 2005/11/27 4:39

  • zimmi88

  • Just popping in

  • Posts: 57

  • Since: 2005/3/9 1


Here's the information as requested by the XOOPS Moderators...
XOOPS Version:
XOOPS 2.2.3 Final

Module Name/Version:
Profile/Private Messaging

PHP Version:
5.0.4

MySQL Version:
4.1.14

Web Server Software (Apache/IIS/Other):
Apache/2.0.54 (Fedora)

Operating System:
Linux

Theme you are using:
Personal Theme

Custom template: (Yes/No)
Yes

PHP Debug Messages:
N/A

MySQL Debug Messages:
N/A

Smarty Debug Messages:
N/A

A full description of the issue:
I recently changed the templates (and a couple of the profile php files) of the Profile and Private Messaging system to make a new GUI for the modules. The idea is that the tabs are supposed to be right next to the rest of the page's content on the right side. I tried using the tag [div align="right"] (brackets supplemented for arrows) to do this. It works fine in Firefox, but in Internet Explorer, there is a huge gap between the tabs and the rest of the content. I've tried using tables to try and change this, but that's failed too. What should I do to achieve the look I have in Firefox in Internet Explorer as well?

The following screenshots are examples from the Private Messaging module's Inbox.

Firefox Screenshot
Resized Image

Internet Explorer Screenshot:
Resized Image

The basic structure for the Template is below:
[div align="right"]
[{if $op == "out"}]
DRAW OUT ALL FOUR TABS W/ EFFECTS FOR onmouseover() AND onmouseout()
[{elseif $op == "save"}]
SAME AS PREVIOUS
[{elseif $op == "in"}]
SAME AS PREVIOUS
[/div]
REST OF PRIVATE MESSAGING TEMPLATE CONTENT HAS NOT BEEN EDITED


Thank you very much in advance for any help you can give to this situation. I look forward to, with your help, completing these changes and releasing them for the benefit of the XOOPS community.

-zimmi88 =)
"Need coffee, keep away..."



30
zimmi88
Re: How do i use Xoops? Any user manual for dummies?
  • 2005/11/22 5:04

  • zimmi88

  • Just popping in

  • Posts: 57

  • Since: 2005/3/9 1


while it is helpful to know a bit of HTML and PHP, you DO NOT need to know either in order to use Xoops. The XOOPS platform is lucky enough to have a fantastic group of developers that create fully-functional modules and themes.

okay... to install Xoops...
1) Get the latest XOOPS full version (which, as you have noted, you have done already...)
2) Put all these files on a server that's PHP enabled and has Apache handlers. You can check with your host to see if these are available. It's generally best to put your install in the root directory of your site.
3) Go to www.YOURSITE.com/install/ and follow the on-screen instructions to install Xoops. Note that before you start, you'll need to know where your MySQL database is hosted as well as the virtual and physical paths of your site.
4) That's it! Assuming all turns out okay, your site will be ready to go. From here, head over the Module Repository and Theme Library to get some cool modules and themes for the site.

Good luck with your site!
-zimmi88 =)
"Need coffee, keep away..."




TopTop
« 1 2 (3) 4 5 6 »



Login

Who's Online

130 user(s) are online (91 user(s) are browsing Support Forums)


Members: 0


Guests: 130


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