111
builderb
Mail to a friend
  • 2003/10/11 23:38

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


Has anyone created or hacked a "mail to a friend" section that can be used in different modules. I'm looking for something like this that is self contained and can be used/modified to work with a couple of the modules on my site.

Any help is greatly appreciated.

-Bb



112
builderb
Re: Best way to display specials?
  • 2003/10/11 19:44

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


if you go to system admin >> blocks, you can create your own block(html, images, etc.) and then define where you want it placed from the "visible in" menu.

-B



113
builderb
Re: Making Main Categories Bold in Links and Downloads Module
  • 2003/10/11 19:40

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


It looks like every link on your entire site is bolded which means you need to check the .CSS file in the theme folder to find the answer. it is probably set to bold every link.

-B



114
builderb
Re: Game Tournement Team Score (etc) module
  • 2003/10/10 17:53

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


Hey Keith,

Hows that module working out for you? I am very interested to know if you are porting it over from PHPNuke or if it is ready to go in it current form but just needs a little tweaking to work with xoops.

I would like to work with you to get this going on xoops.

Let me know.

-B



115
builderb
Re: Default url for {$xoops_url}
  • 2003/10/9 23:25

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


That can be found in the /mainfile.php file in the root directory of xoops.

-BB



116
builderb
Re: Business Directory Created
  • 2003/10/9 22:16

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


I'm interested. Show me what you got.
Quote:

leather wrote:
Looks Great. I am real new to Xoops, so bear with me. I had planed to go in an opposite direction and hack off "MyAds" Mod because the fields/categories are totally generic. This would be a "Members Recommend" and vote giving 1 to 5 stars recommendation.

I thought, you being in such a localized market in Folsom, that you might be interested in the voting aspect to increase your membership participation in your site. And this would give you additional local merchants to approach for your Highlighted listings.

If you’re interested in how the Star rating calculation works let me know.

Ron





117
builderb
xDirectory Upgrades Preview
  • 2003/10/9 21:50

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


Thanks for pointing out those bugs! I have fixed the the items Wingz spoke of and overwrote the old download fileFound here.

I also put the "attention business owners..." blurb into the language files so it can be modified easier.

you will notice that the website address and e-mail address do not show up on the front end yet. If you want to show the website address you will need to go into your db and manually enter a "1" into the "premium" field this will make it visible to the public. I will be adding this feature to the admin tool pretty soon which will make it easier to manage.

As far as the e-mail addresses are concerned...I will be creating an e-mail form that will allow a user to contact them through a web interface. This is a precautionary step to ensure those e-mail addresses aren't compromised by any e-mail sniffing programs.

I'll post any updates here.

Thank you.

-Builderb



118
builderb
Re: Lost the most important Module !
  • 2003/10/8 21:30

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


It's called "System Admin" and did you try looking down the list of icons for it?



119
builderb
Re: MyAds Problems
  • 2003/10/8 21:00

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


that thread above helps with some of the bugs but not the constant e-mail notification problem.

Here is the code to fix that e-mail problem:
In /include/function.php @ line 175 replace the query statement:
$xoopsDB->query("delete from".$xoopsDB->prefix("ann_annonces")."wherelid='$lids'");

Quote:

This will "de-activate" the listing but keep the information in the database.

$xoopsDB->queryF("UPDATE ".$xoopsDB->prefix("ann_annonces")." SET valid='no' WHERE lid='$lids'");



Quote:

and this will completely remove the listing from the DB

$xoopsDB->queryF("delete from".$xoopsDB->prefix("ann_annonces")." WHERE lid='$lids'");


the e-mail will get sent only once and the listing will no longer appear on the classifieds. you can do it either way depending on how you want to manage your classifieds.




120
builderb
Re: Restaurant Guide Module Wanted
  • 2003/10/7 22:59

  • builderb

  • Not too shy to talk

  • Posts: 137

  • Since: 2003/8/4 2


I would start with an e-mail reservation system since it is an easy way to implement such a feature and then on the submission page I would post a timeframe like; Please submit your reservation before 11:00am of the day of the reservation.

That way the restaurant manager could check their e-mail once a day at noon and get all the reservations for that day and beyond.

I know it's not very sophisticated but the end-user will never know.




TopTop
« 1 ... 9 10 11 (12) 13 14 »



Login

Who's Online

209 user(s) are online (112 user(s) are browsing Support Forums)


Members: 0


Guests: 209


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