• Resolved scribe257

    (@scribe257)


    I really need some help with this dont care how it works as long as it does
    not got a clue about Mysql or Php

    As i said Need help

    I have reciently set up a website for a club i am a member of
    the site is for all the clubs in the same area
    I use the WP_CALENDAR for a list of meetings and have had help with bits of it

    But the Writer of the plugin says the output i want cant be done with the available commands

    Have looked at the MYPHPADMIN and found the entries for the plugin Below is the tables
    and Fields that i think will be required to give the desired output

    the following headers are in the 2 tables:-

    WP_FSEVENTS:-
    eventid
    subject
    tsfrom
    description

    WP_FSEVENTS_CATS:-
    catid
    eventid

    I have the following Categories which i wish to use:- 3,4,5,12

    Some of the events are in “2” caregories
    i would like to get an output that give me something like this:-

    Subject, tsfrom, description From category 12 but only if in 3
    12 but only if in 4
    12 but only if in 5

    The reson i wish this format is the categories 3,4,5 are all regular monthly or bymonthly events in my calendar
    but category 12 only happens once a year and is a visit to the events in the cat 3,4,5, so i wish to show these
    special visits in a page for each category

    If anyone can help i would be greatfull tried the forums and even tried mysql queries my self but just cant do it

Viewing 11 replies - 16 through 26 (of 26 total)
  • Thread Starter scribe257

    (@scribe257)

    did that the site loads but no data is loaded on the new page
    just blank have run the query in myphpadmin it gives the correct return
    getting no errors on the site
    SORRY

    Did you put the shortcodes in the page?

    Thread Starter scribe257

    (@scribe257)

    yep still nothing
    Provincial visitations

    Thread Starter scribe257

    (@scribe257)

    [mm-event catid=5]
    [mm-event catid=6]
    [mm-event catid=7]

    Thread Starter scribe257

    (@scribe257)

    noticed in the function.php there id a <?php and} at the end of the original file is that ok

    Thread Starter scribe257

    (@scribe257)

    is the command <?php the opening and if so does it have to have a close ?> ????

    all these questions from such a idiot must get annoying

    Questions are expected while you are learning!!

    Only take out the <?php and ?> from the code I posted for you to add. Leave the rest of functions.php alone.

    In your first post you mentioned cats 3,4,and 5, so that is what I programmed into the function. Now you mentioned 5,6,and 7. But 6 and 7 are not in the code I provided. Only 3, 4, and 5. You will need to change the code I provided to put in the ids that you want.

    Thread Starter scribe257

    (@scribe257)

    Sorry as i have 2 sites one a test site on a free hosting and the other the live site i use the free one for test puposes before making them live on the main site everything is identical except the cat ids
    i have changed them and put your code at the end of the functions.php without the <?php and ?> Altered functions.php

    • i have uploaded it to both sites and get no errors
    • i created the page
    • incerted short codes
    • [mm-event catid=5]
    • [mm-event catid=6]
    • [mm-event catid=7]

    i only get a blank page when previeved
    at a loss as what to do now

    the test site is @ dsg257
    it has been very usefull for testin the plugins to see which suits my purposes best

    I will be happy to log in to your test site and see if I can find the problem. If you want me to do that, set up a temporary admin id and email to me at

    mac =at= mcdspot =dot= com

    Be sure the id is a temporary one so that you can delete it when we are done. Also, email the user id and the password in separate emails.

    Thread Starter scribe257

    (@scribe257)

    thanks

    Thread Starter scribe257

    (@scribe257)

    thanks to vtxyzzy for all the help this problem is now solved

    thank you

Viewing 11 replies - 16 through 26 (of 26 total)

The topic ‘Newbie needs myphpadmin help’ is closed to new replies.