221
pod
Re: phpbb or ipb forum integration
  • 2004/2/29 23:26

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


theres an extensive debate about this very issue here.






222
pod
Re: A module idea for xoops...
  • 2004/2/29 9:43

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


If you use the IBF module it overwrites the XOOPS private messaging system as well as the user profiles - and in the new user profiles, users can upload a picture. See it working on my site here. That will only let users upload one image (2 including avatar) to their profiles tho.

It seems to me that if you were perhaps using the MyAlbum module, you could use the "Recent Activity" for this, somehow change the variables for the myalbum output so it displays 5 thumbnail images instead of 5 links to images, as you see under 'Photos' in the recent activity in my profile there. I'll look into it when I get a chance, tho I'm sure you'll have it solved by then ;)




223
pod
Re: Flash logo problem..
  • 2004/2/26 20:06

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


First I'd try simply inserting the full url to ur flash file, ie
PARAM NAME=movie VALUE="http://www.pcandnetworking.com/logo.swf"

If that fails, try replacing the code for ur flash with the following

<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="150" height="80" hspace="0" vspace="0" align="left">
<param name="movie" value="<{$xoops_url}>logo.swf" />
<param name="quality" value="high" /><param name="BGCOLOR" value="#2F5376">
<embed src="<{$xoops_url}>logo.swf" width="150" height="80" hspace="0" vspace="0" align="left" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#2F5376"></embed></object>


hope this helps



224
pod
Re: Different background for every module??
  • 2004/2/24 3:33

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


2 ways to go about it...

customize the templates for each module, inserting each into a table with a different background image.
or
get RID, throw it into /themes/yourtheme/backgrounds/ along with the images you would like it to alternate thru, & call it from your css like
body {background-imageurl('backgrounds/rid.php?pic=random1';}


note i havent tested either of these options, but i think theyd work for what u have in mind.

hope this helps.



225
pod
Re: Horrid DOtt Lines
  • 2004/2/24 3:16

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


if the image is stored in themes/yourtheme/images/, yes.

if you had the image in the themes/yourtheme/ folder, skip "images/".

cheers



226
pod
Re: Horrid DOtt Lines
  • 2004/2/22 6:57

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


look in ur css for something like this
border-left5px dashed #000; border-top: 5px dashed #000; border-right: 5px dashed #000;

& change "dashed" into "solid", or omit the borders altogether...

hope this helps :)




227
pod
Re: Menu Font Size Changes
  • 2003/10/24 23:31

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


Yeah, it is because the IPB uses its own CSS. All you have to do to remedy it tho is set the font attributes of your menus in your XOOPS CSS, like this:
td#mainmenu a {text-align: center; background-color: #FFa058; font-size: 10px;}
td#usermenu a {text-align: center; background-color: #FFa058; font-size: 10px;}


Hope this helps



228
pod
Re: Invision board
  • 2003/10/16 7:28

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


i imagine theres a readme file in the converter download, i suggest you read that carefully a few times & then do what it says. ive never used one of those converters or id tell ya.

if u have any questions after that, check out the forums on bbpixel.com - chances are ur question has been asked before.

hope this helps :)



229
pod
Re: Invision board
  • 2003/10/16 7:03

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


try this :)



230
pod
Re: time to say goodbye to newbb?
  • 2003/6/25 2:43

  • pod

  • Quite a regular

  • Posts: 301

  • Since: 2003/4/19


Quote:
Only problem I've had is that I've been unable to get the login hack to work . However through tinkering I've managed to stop my site working at all , lucky I backed up. I'm using a W2K / IIS combo, are you able to point me in the direction of getting this login hack to work? I've tried doing everything discussed on the forums there, but nothing changes.


The login hack works flawlessly with XOOPS 2.02. Koudanshi has updated common.php (the only updated-to-2.03 login-hacked file) to allow login, but on 2.03 I have not managed to get it to "remember". I intend to compare the 2 common.php files I have tonight to make this work, I'll let u know if I get it to work as it should. Like I say tho, it works w/o a hitch on 2.02.
Koudanshi is very good about updating his files to work with XOOPS updates nearly as soon as XOOPS turns em out, & he is incredibly nice about helping with any issues that may arise with his modules. Even so, hes just 1 guy... which is the only reason I would suggest the XOOPS DEV team take on this module. Maybe its better as it is though... I know when I go to his site & ask a question that it will promptly be answered, I know I can rely on his modules as is.

Quote:
p.s. thepod, what did you mean by "I have also replaced the XOOPS avatar system with the IBF avatar system, because its so much more practical on so many levels, & it looks better too." ?


I've tweaked the userinfo template a lot... you can see if you look at my profile. Open up your userinfo template & replace the link for the "Edit Avatar" with "modules/ipboard/index.php?act=UserCP&CODE=24" & instead of directing ppl to the XOOPS avatar system, it will bring people to their IBF Avatar CP. If you register on my sitehttp://www.toolunity.com & view ur own profile, you will see what I mean.
With the next release of the IBF module the profiles will be even further integrated, seehttp://www.b4v.net/ecoblue/modules/ipboard/index.php?showuser=2 for an example of whats to come...

hope this helps




TopTop
« 1 ... 20 21 22 (23) 24 »



Login

Who's Online

233 user(s) are online (145 user(s) are browsing Support Forums)


Members: 0


Guests: 233


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