• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Create Topic Button not showing in Jforum?

 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have install Jforum and integrate with my web application but Start New Topic button not coming with any forum ..

Do not know what wrong with setting any on help me on this.

thanks
Forum.PNG
[Thumbnail for Forum.PNG]
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does the user account you're using have the rights to post into this forum?
 
subodh joshi
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This issue coming even with admin user as well Create New Topic button not display even for admin as well.
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is the button's image file where it's supposed to be? Is the file not broken? Are all permissions to download it set correctly? Can you see the file getting accessed in the access.log, and producing either a 200 or 304 response from the server? If you didn't change anything, it should be the file templates/default/images/en_US/post.gif.

What's with the strange bottom of the screen shot? Those icon explanations look broken.
 
subodh joshi
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes file is exact location it is showing when page loading but within second it is disappearing
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, something is definitely wrong with your installation. The attached screenshot shows how the icons should look like; I suspect there's a connection with the problem you're describing.
Screen-Shot-2014-07-24-at-11.00.46.png
[Thumbnail for Screen-Shot-2014-07-24-at-11.00.46.png]
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What do the permissions for the admin user look like in the "Admin Control Panel" for this specific forum?
 
subodh joshi
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The images which are not able to load it is searching on this location


While which images loaded correctly come from


When going to any particular forum then images are not able to load .
 
Jaikiran Pai
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
One thing to note and I believe relevant to this discussion is that the user has "embedded" JForum web app within his web application https://coderanch.com/t/636659/jforum/Jforum-Integration-Web-application. So this isn't a typical JForum installation and it depends on how (cleanly/correctly) the user integrated JForum within his web app.
 
subodh joshi
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes it is embedded Jforum in my web application i did what all suggest by some expert no any modification
 
subodh joshi
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have added images folder inside my webapps directory and it show button now but Smiley not loaded .
Smilie.PNG
[Thumbnail for Smilie.PNG]
 
Jaikiran Pai
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There's a database table where the paths to those smilies are set. You will have to update those paths accordingly.
 
subodh joshi
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Database showing
img src="#CONTEXT#/images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif" alt="smilie"

and i also put images

myproject/webapp/images/smilies



But still it is showing ??? in places of smilies
 
Jaikiran Pai
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It should be easy to figure out what's wrong. Right click on the images which aren't being displayed and view the source of the image (different browsers have different options, firefox says "View image info"). Make sure the source of the image is correct expected location and the image exists at that location.
 
subodh joshi
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
But in Smilies its not possible thats why i was not able to figure out the issue its loading by some Java script.
 
Jaikiran Pai
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

subodh joshi wrote:But in Smilies its not possible thats why i was not able to figure out the issue its loading by some Java script.



It doesn't matter. Right click on the "Similie" alt text that you are seeing and then select the option to see the (non-existent) image details. If that's not possible, then just add a temporary alert statement which prints out the image location, in the javascript code where the image is being setup.
 
Greenhorn
Posts: 1
1
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have download forum and install it today, and I meet same issue.This issue is language bug. If you set language to en_US when you install forum, all images could be right. The image link can't find object if you choose other language.
Solution is copy [jforum-path]/templates/default/images/en_US and rename to your language code(e.g zh_CN,pt_BR...).

code.jpg
[Thumbnail for code.jpg]
image-path.jpg
[Thumbnail for image-path.jpg]
 
author & internet detective
Posts: 42003
911
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to CodeRanch! I've given you a cow for posting an answer as your very post. This will surely help out other readers.
 
catch it before it slithers away! Oh wait, it's a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic