11
JackJ
Re: Main Menu Missing
  • 2005/11/9 20:40

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


Try checking out System Admin->Groups and make sure the main menu checkbox has a checkmark in each group for "Block Access Rights"

If this does not work could you swich on phpdebug in general prefs and visit the front page and paste any errors here?
Insanity is doing the same thing over and over again, and expecting different results...

ALbert Einstein



12
JackJ
Re: 2.2.3: No Notifications
  • 2005/11/9 19:29

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


Edit: For Cbb:

In Admin go to Preferences->CBB->Module prefs and set notifications in there (not in general prefs) Notifications show in the "forum page" not the actual user thread.

page stretch again, not your fault you posted code, and nobody has fixed the page stretch thing yet..I could..

If you are using a theme apart from the XOOPS default put this in your theme.html header

<script>
function toggle(notifs_form)
{
obj=document.getElementById(notifs_form);
obj.style.display=!(obj.style.display=="block")? "block" : "none";
}

function swapimage(swap)
{
img_plus="<{$xoops_imageurl}>images/plus.gif";
img_minus="<{$xoops_imageurl}>images/minus.gif";
obj=document.getElementById(swap);
obj.src=!(obj.src==img_minus)? img_minus : img_plus;
}

</script>
</head>

<body>
etc

In the XOOPS default theme you will also find some images called plus and minus gif, (for notifications), and some others for pdf links etc you will need to copy these to the theme you are using..
Insanity is doing the same thing over and over again, and expecting different results...

ALbert Einstein



13
JackJ
Re: Modules admin install problems with 2.2.3
  • 2005/11/6 8:46

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


I am off topic..but,

thanks Bender, your looking well..

I will catch up with you hopefully in WF-Projects once I am up to speed with things.

The latest XOOPS is very impressive, a big pat on the back to the team. I see I will need to completly re-do XOOPS For Dummies..not that its needed with all the great new support material and hekpfull community.

Best regards
Insanity is doing the same thing over and over again, and expecting different results...

ALbert Einstein



14
JackJ
Re: Modules admin install problems with 2.2.3
  • 2005/11/6 7:07

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


gig009

Glad it helped

The other php reports are not really errors, just notices that constants have been defined already, nothing to worry about..
Insanity is doing the same thing over and over again, and expecting different results...

ALbert Einstein



15
JackJ
Re: Modules admin install problems with 2.2.3
  • 2005/11/6 6:16

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


Hello,

If you go to Preferemces--> General Settings check out which theme is your default admin theme, I personally use the default admin theme..other themes will alter the admin appearance quite a bit..

While you are in there, could you turn phpdebug on and then visit the problem pages and paste the results here if any? Otherwise we are working in the dark...thanks..

If no errors are reported we will need to look at other things..
Insanity is doing the same thing over and over again, and expecting different results...

ALbert Einstein



16
JackJ
Re: What do you use to post News?
  • 2004/11/26 0:30

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


I noticed wfsection mentioned a few times

On my test site (macambridge.com) I have a version of the previous wfsection (1.1). A while ago Ladon had hacked this wfsection to look more like draven's layout, he called it "zmagazine", and included a spotlight feature for each article which appears on the now more atractive article index page. The layout looks prettier,and includeds automatic "read mores" etc.

https://xoops.org/modules/repository/singlefile.php?cid=12&lid=1333

I applied the known wfsection bug fixes to this module and also added the KOIVI wysiwyg editor at the backend and frontend. I then took the spotlight module and hacked it a bit to be compatible with this clone. The HTML or text content included in the "summary" box for each article appears as the teaser for each article, images included

I cloned/hacked this version called the clone simply "Content". I think it has turned oot to be a very good article management system. I did this for myself really, it delivers what I want and is stable. It is not available for download yet, but if anyone is interested please let me know.

I am working on a tutorial for wfsection which will be included in the next XOOPS for dummies. I know a newer version of wfsection is out and developing well, but this suits my requirements and has no known bugs.



17
JackJ
Re: wf-sections 1.01 error (submitted articles)
  • 2004/11/8 19:13

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


See this post here:

https://xoops.org/modules/newbb/viewtopic.php?topic_id=14062&forum=4&post_id=68004#forumpost68004

I have a wfsection bugfix version 1.1a on my site in downloads, you can overwrite your existing files if you wish. This bug and some others was sorted out in this version..



18
JackJ
Re:Problems with user menu
  • 2004/10/20 0:05

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


The admin menu should not show up till you log in as anyway, so that part is OK. Is your co-admin using another computer? Possibly the cache needs cleared out. I would also try clearing out your template_c folder.

For specifics if this does not work I would need to know the theme you are using to attempt to reproduce this



19
JackJ
Re:Problems with user menu
  • 2004/10/19 23:26

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


You have moved the admin link outside the class being called in your style.css in your theme folder i.e.

<a class="menuTop" href=" etc etc

this is defined in the td#usermenu class in your style sheet

the colours may be now clashing because the class is not applied



20
JackJ
Re:How to reference an Image URL for a banner?
  • 2004/10/19 23:14

  • JackJ

  • Community Support Member

  • Posts: 747

  • Since: 2003/8/31


In banners admin in the box called "image url" you just put the path to wherever the image is uploaded to ie.

http://www.yoursite.com/xoopsdirectory/myimage.gif

In the other box called "click url" you just add the path that the user will be led to when they click the banner i.e.

http://www.yoursite.com

Don't need to add code in the HTML code box unless you have appropriate banner coding

If you have problems post back, remember to make sure banners are activated in XOOPS general prefs




TopTop
« 1 (2) 3 4 5 ... 71 »



Login

Who's Online

242 user(s) are online (169 user(s) are browsing Support Forums)


Members: 0


Guests: 242


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