I was wondering if someone could guide me in the right direction, as I am not all that great with php. One thing I was wanting to do is apply the user rank to all links within the forum as a link class via css:
a.moderator {color: #000}
I am currently able to create it for individual users. I tried using {{rname}} from the user profile within the topics file however cannot get it to work.
Is there a way I able to do this? All I need is {{the group function}} so I can apply it to all the files.
Additionally, I was wondering how to do the following:
Use relative time (x days, weeks, months, years) instead of the default time.
If a user edits their post applying "edited" next to the post date in the topic file.
When setting up a page, it asks for a URL, with the prefix "Website.com/page/". The expected behavior is that I can type "aboutus" in the box, and then navigate to "website.com/page/aboutus" to see the page.
This is not the case. To view the page, I have to use the "View" link, which results in "website.com/index.php?u=/page/8/about-us".
If this is intended behavior, your UI is extremely misleading.
When setting up a page, it asks for a URL, with the prefix "Website.com/page/". The expected behavior is that I can type "aboutus" in the box, and then navigate to "website.com/page/aboutus" to see the page.
This is not the case. To view the page, I have to use the "View" link, which results in "website.com/index.php?u=/page/8/about-us".
If this is intended behavior, your UI is extremely misleading.
Hi, have a problem with edit profile. When I click edit profile link site create such massege: > Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 72 bytes) in /home/sexsecto/sexsector.info/www/forum/sys/Ext/simplehtmldom/simple_html_dom.php on line 1332>
Hi, I have installed the forum for testing, it is an awesome forum tool, just working very great.
I have only an issue based on my requirements and would like to know if there is any way to configure the forum system so that when a user registers, admin needs to approve registration first!
There are some items, such as attachments that we need to first verify who is registering prior to give them access to such files, so, can you please let me know if there is such configuration/settings?
An idea for the topics and how they are displayed. This will make boards to be shown with different layouts. E.g blog, gallery, wiki and so on
I don't know if Im clear but this is very useful because some forums would need to have a Wiki, or articles/news section. E.g you create a board named Wiki and in this board all the topics will have a Wiki look. Like you here http://codoforum.com/documentation/introduction many forums need a docs section, or an articles section. Or when you need a blog for your forum/site. With this you don't need to install a system for articles or Wiki, you use the Codoforum for this things. The functions of these (forums, Wikis, Blogs, Articles) are practically identical, they just look different (the first post is the article and the rest are comments of this), and with a function like this you give to one particular category/board and its topics a particular look that fits these needs. Here you can find something in this direction https://github.com/Colby67/Protendo It's a SMF fork with a lot of potential, but never realised. But the idea was great.
Hi and sorry for my bad english. I have a problem with the "coustum integration" of friechat in my system. I'm at this step now and i dont know how to continue. . I have to put this code somewhere on my system or what?. I have 3 tables with users in my system (teachers, students and admins) i saw that i have to set the "user table" in hardcode.php but the table is different every time. I can write a code to chanche the 'user table' for every user but then 'teachers' will be not enable to chat with students and admins, and students whit.. etc.. Help please! :/
Hi fellows, I'm Amir Cohen and I am really newbie in all the PHP coding. However, I'm a designer for more the two decades and I created and managed a lot of advertising (most of it was printed on the newspaper in Israel) for mega companies. For two years I'm living in Buffalo NY. Nowdays I'm a designer and SEO manager. For one of my websites: http://www.heritagelocksmith.com I need to build a page with search and filter.
Client choose car maker (GM, Kia, Ford, etc.)
After he choose the maker, the second drop down menu will be filled automatically with the car models (example: If the client choose Ford, then on the second drop down menu all ford models will appear. Connect, Fiesta, Fusion, Galaxy, etc.)
After the client marked the make and the year. The available years for this make and model will appear on the third drop down menu.
When the client select the year, the page will display information about this Car make, year and model. (example: Key: DA34, On-board remote programming instructions, battery number for the remote, and other things).
My question is if there is a simple way to write this code? maybe a tutorial? any help will be appreciated a lot.
Thanks, Amir.
If you click on the above link, it doesn't go to Adesh post but go to the the first post in that topic.
We have to modify this file: codoforum\sites\default\themes\default\templates\forum\topic.html Line 76, from: {{{i18n "posted"}}} <a href="{{{const "RURI"}}}topic/{{tid}}/{{safe_title}}/{{page}}#post-{{post_id}}">{{post_created}}</a> To: {{{i18n "posted"}}} <a href="{{{const "RURI"}}}topic/{{tid}}/{{safe_title}}/post-{{post_id}}#post-{{post_id}}">{{post_created}}</a>
Hello, would someone be nice enough to tell me how i can find the index.php or is there some way of editing the dropdown menu and link in the admin page? thanks
Hi, i have problem with freichat v10. I using php fusion v 7.0.xx and when i installed freichat on localhost with xampp all works correctly, but when i installed the same version in internete hosting. I have problem, freichat always show: "Getting list of online users ..... ". Where I must search problem, becouse I'm angry on this. Thanks for help
Hi i am using this script from a few days back. When we click on edit a post it did not show the forum in which the post (to be edited) is made. and result it got error.
How to edit dropdown menu link color? (Where it says Profile, Edit, Logout) Also, I'd like to set Hide topic messages and Enable infinite scrolling to "yes" by default.