11
iffdmay4
Merge Two Websites, Separate Themes - using same database?
  • 2006/8/4 4:12

  • iffdmay4

  • Just popping in

  • Posts: 21

  • Since: 2006/1/24


I have been asked to merge two existing websites into Xoops, however the client wishes to retain their unique identity with the use of two themes, and still utilise the same database.

Modules requiring a 'shared' database include News, Downloads and Calendar - however the theme the user views will be dependant on their 'Group'.

The client also requires a Newsletter module however wants to keep separate mailing lists for each company.


So my questions are:

1. Can you assign a theme to a Group? Orr.. can you suggest the best way to determine which companies theme you are viewing dependant on login?

2. Can the Newsletter module be cloned to keep separate mailing lists?


It's all in the early stages of planning so I welcome any feedback or suggestions on the above.. thanks :)



12
iffdmay4
Module Recommendations
  • 2006/6/13 2:14

  • iffdmay4

  • Just popping in

  • Posts: 21

  • Since: 2006/1/24


I have a client who would like members to be able to submit their resumes online - which will then enable other users to sort through them using the search feature.

I haven't come across anything like this in Xoops. Is there a module I may have overlooked or can you suggest a way to get around this?

Thanks in advance for your assistance.



13
iffdmay4
Re: Regististration Problems
  • 2006/2/3 22:13

  • iffdmay4

  • Just popping in

  • Posts: 21

  • Since: 2006/1/24


Thanks Mawi27, I am sure I had checked in there but at 1am in the morning all tick boxes looked liked they had been checked. Funny that!

Thanks so much

Lindy :)



14
iffdmay4
Regististration Problems
  • 2006/2/3 13:36

  • iffdmay4

  • Just popping in

  • Posts: 21

  • Since: 2006/1/24


HELP! Our "Register Now" button leads us to the following error:

Sorry, you don't have the permission to access this area.

How can this be?? I have just updated from XOOPS 2.0.7.3 to XOOPS 2.2.3 and I am still a little lost with the new interface.

I have checked under "Extended Profiles » General Settings" and found that "Allow new user registration?" has been ticked YES, yet still no one can register.

Please help!! Thanks

Lindy

www.iffd.net



15
iffdmay4
Patch Update Problems
  • 2006/2/2 0:38

  • iffdmay4

  • Just popping in

  • Posts: 21

  • Since: 2006/1/24


Hiya

I am one of the unlucky ones who installed XOOPS via the Fantastic feature provided by my ISP. As I was new to XOOPS and experimenting only, I am now stuck with a great website using version (2.0.7.3). However the modules I want to add need version 2.2.

Looking at the patches I am not quite sure where to start updating!! Can anyone assist with which patch I need to use first.. second.. third.. etc.

I know it may seem easier to download the complete full version and start again. However I tried that and after getting all green lights and clicking on "see your website".. I am faced with a page of code and no site.

Any assistance would be greatly appreciated.. thanks.

Lindy



16
iffdmay4
Text on Form Pages
  • 2006/1/30 6:33

  • iffdmay4

  • Just popping in

  • Posts: 21

  • Since: 2006/1/24


Hi there

I have a problem with the following code appearing on two pages where I have inserted text.

onsubmit="return xoopsFormValidate_form();" enctype="multipart/form-data">


Both pages have forms on them - a submit page and contact page. Is there a way I can keep my headers without having this error code? My html looks something like this:


<div align="center">
<p><img src="http://www.iffd.net/aaa/img_story/hdr_story.gif" width="367" height="53"></p>
</div>
<{include file="db:smartsection_header.html" item=$item}> <{if $op == 'preview'}>
<br />
<{include file="db:smartsection_singleitem.html" item=$item}>
<{/if}>


If more info is required, please let me know.. thanks!

Lindy :)



17
iffdmay4
Contact Module - Text and Error Code
  • 2006/1/27 6:46

  • iffdmay4

  • Just popping in

  • Posts: 21

  • Since: 2006/1/24


I have placed some text on the Contact page of our site however the following code appears just above the form.

onsubmit="return xoopsFormValidate_contactform();">

Where is this code coming from as it doesn't appear in the source code of the "contact_contactusform.html" template. Actually, I did a Dreamweaver search on the source code of the entire site and doesn't appear anywhere. Got me puzzled!

The page: http://iffd.net/xoops/modules/contact/

Code in that area is as follows:

<br />
<a name="frm"></a><br />
<br /><br />
<{$contactform.javascript}>
<form name="<{$contactform.name}>" action="<{$contactform.action}>" method="<{$contactform.method}>" ><{$contactform.extra}>>
<table class="outer" cellspacing="1">
<tr>
<th colspan="2"><{$contactform.title}></th>
</tr>
<!-- start of form elements loop -->
<{foreach item=element from=$contactform.elements}>
<{if $element.hidden != true}>
<tr>
<td class="head"><{$element.caption}></td>
<td class="<{cycle values="even,odd"}>"><{$element.body}></td>
</tr>
<{else}>
<{$element.body}>
<{/if}>
<{/foreach}>
<!-- end of form elements loop -->
</table>
</form>

Any ideas??



18
iffdmay4
Re: How can I add HTML to existing modules...
  • 2006/1/26 21:02

  • iffdmay4

  • Just popping in

  • Posts: 21

  • Since: 2006/1/24


Never mind... blonde moment. hehe

All fixed.. Thank you!!!

Lindy



19
iffdmay4
Re: How can I add HTML to existing modules...
  • 2006/1/26 20:55

  • iffdmay4

  • Just popping in

  • Posts: 21

  • Since: 2006/1/24


Ok, the text worked by updating the module.. thank you!!

However now all my images point to my local C Drive. I have checked the "mylinks_index.html" page and the web links logo definately ponts to "http://iffd.net/xoops/modules/mylinks/images/logo.gif". But when you right click the logo on the page the properties still tell me it's pointing to my local C drive.

The other images (Africa, Americas, etc) I have done through the Administration interface, so they are direct URL links also.

This is the page IFFD Web Links. Any ideas?? :(



20
iffdmay4
Re: How can I add HTML to existing modules...
  • 2006/1/26 20:27

  • iffdmay4

  • Just popping in

  • Posts: 21

  • Since: 2006/1/24


Thanks for your replies. The page I am refering too is "mylinks_index.html".

I added the text I wanted just under the logo but when I uploaded the page the text did not appear.

I noticed the <{$lang_thereare}> code on this page and found that it grabs the rest of the text from the main.php page. I tried to replicate the code.. <{$lang_thereare}> on my template page with corresponding code on the main.php.. but that too didn't work.

Update the module.. will give that a go now once I figure out how! lol Wish me luck.

Lindy
International Firefighters Day - 4th May - Links Page




TopTop
« 1 (2) 3 »



Login

Who's Online

168 user(s) are online (124 user(s) are browsing Support Forums)


Members: 0


Guests: 168


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